Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
nlcst-emoji-modifier
Advanced tools
nlcst utility to classify emoji and gemoji shortcodes as
EmoticonNode
s.
Note: You probably want to use
retext-emoji
.
npm:
npm install nlcst-emoji-modifier
var modifier = require('nlcst-emoji-modifier')
var inspect = require('unist-util-inspect')
var english = require('parse-english')()
english.useFirst('tokenizeSentence', modifier)
console.log(inspect(english.parse('It’s raining :cat:s and :dog:s.')))
Yields:
RootNode[1] (1:1-1:32, 0-31)
└─ ParagraphNode[1] (1:1-1:32, 0-31)
└─ SentenceNode[11] (1:1-1:32, 0-31)
├─ WordNode[3] (1:1-1:5, 0-4)
│ ├─ TextNode: "It" (1:1-1:3, 0-2)
│ ├─ PunctuationNode: "’" (1:3-1:4, 2-3)
│ └─ TextNode: "s" (1:4-1:5, 3-4)
├─ WhiteSpaceNode: " " (1:5-1:6, 4-5)
├─ WordNode[1] (1:6-1:13, 5-12)
│ └─ TextNode: "raining" (1:6-1:13, 5-12)
├─ WhiteSpaceNode: " " (1:13-1:14, 12-13)
├─ EmoticonNode: ":cat:" (1:14-1:19, 13-18)
├─ WordNode[1] (1:19-1:20, 18-19)
│ └─ TextNode: "s" (1:19-1:20, 18-19)
├─ WhiteSpaceNode: " " (1:20-1:21, 19-20)
├─ WordNode[1] (1:21-1:24, 20-23)
│ └─ TextNode: "and" (1:21-1:24, 20-23)
├─ WhiteSpaceNode: " " (1:24-1:25, 23-24)
├─ EmoticonNode: ":dog:" (1:25-1:30, 24-29)
└─ WordNode[2] (1:30-1:32, 29-31)
├─ TextNode: "s" (1:30-1:31, 29-30)
└─ PunctuationNode: "." (1:31-1:32, 30-31)
emoji(node)
Merge emoji and gemoji into a new EmoticonNode
.
node
(SentenceNode
).See contributing.md
in syntax-tree/.github
for ways to get
started.
See support.md
for ways to get help.
This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.
FAQs
nlcst utility to support emoji
We found that nlcst-emoji-modifier demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.