8
8
[ ![ Backers] [ backers-badge ]] [ collective ]
9
9
[ ![ Chat] [ chat-badge ]] [ chat ]
10
10
11
- [ ** nlcst** ] [ nlcst ] utility to classify plain-text ASCII [ emoticon] [ ] s as
12
- ` EmoticonNode ` s.
11
+ [ ** nlcst** ] [ nlcst ] utility to classify ASCII [ emoticon] [ ] s as ` EmoticonNode ` s.
13
12
14
13
> ** Note** : You probably want to use [ retext-emoji] [ ] .
15
14
21
20
npm install nlcst-emoticon-modifier
22
21
```
23
22
24
- ## Usage
23
+ ## Use
25
24
26
25
``` js
27
26
var modifier = require (' nlcst-emoticon-modifier' )
@@ -37,7 +36,7 @@ console.log(inspect(sentence))
37
36
38
37
Yields:
39
38
40
- ``` text
39
+ ``` txt
41
40
SentenceNode[10]
42
41
├─ WordNode[1]
43
42
│ └─ TextNode: 'This'
@@ -59,7 +58,7 @@ SentenceNode[10]
59
58
60
59
### ` emoticon(sentence) `
61
60
62
- Classify plain-text ASCII [ emoticon] [ ] s as ` EmoticonNode ` s.
61
+ Classify ASCII [ emoticon] [ ] s as ` EmoticonNode ` s.
63
62
64
63
##### Parameters
65
64
@@ -73,8 +72,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
73
72
started.
74
73
See [ ` support.md ` ] [ support ] for ways to get help.
75
74
76
- This project has a [ Code of Conduct ] [ coc ] .
77
- By interacting with this repository, organisation , or community you agree to
75
+ This project has a [ code of conduct ] [ coc ] .
76
+ By interacting with this repository, organization , or community you agree to
78
77
abide by its terms.
79
78
80
79
## License
@@ -105,7 +104,7 @@ abide by its terms.
105
104
106
105
[ collective ] : https://opencollective.com/unified
107
106
108
- [ chat-badge ] : https://img.shields.io/badge/join%20the%20community-on%20spectrum -7b16ff.svg
107
+ [ chat-badge ] : https://img.shields.io/badge/chat-spectrum -7b16ff.svg
109
108
110
109
[ chat ] : https://spectrum.chat/unified/syntax-tree
111
110
0 commit comments