Skip to content

Commit fe36926

Browse files
docs(README): add showcases list with link & description
1 parent 7fe59e1 commit fe36926

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,16 @@ console.log( doc.tokens().out( its.type, as.freqTable ) );
9292
// -> [ [ 'word', 5 ], [ 'punctuation', 2 ], [ 'emoji', 1 ] ]
9393
```
9494

95-
> Try a sample code at [RunKit](https://npm.runkit.com/wink-nlp) or head to [showcases](https://winkjs.org/showcase.html) for live examples.
95+
Try a sample code at [RunKit](https://npm.runkit.com/wink-nlp) or head to [showcases](https://winkjs.org/showcase.html) to learn from live examples:
96+
97+
#### [Wikipedia Timeline](https://winkjs.org/showcase-timeline/)
98+
Reads any wikipedia article and generates a visual timeline of all its events.
99+
100+
#### [NLP Wizard](https://winkjs.org/showcase-wiz/) 🧙
101+
Performs tokenization, sentence boundary detection, pos tagging, named entity detection and sentiment analysis of user input text in real time.
102+
103+
#### [Hashtag Sentiment](https://winkjs.org/showcase-hashtag/) 🎭
104+
Analyzes sentiments of recent tweets containing the given hashtag.
96105

97106
## Speed & Accuracy
98107
The [winkNLP](https://winkjs.org/wink-nlp/) processes raw text at **~525,000 tokens per second** with its default language model — [wink-eng-lite-model](https://github.com/winkjs/wink-eng-lite-model), when [benchmarked](https://github.com/bestiejs/benchmark.js) using "Ch 13 of Ulysses by James Joyce" on a 2.2 GHz Intel Core i7 machine with 16GB RAM. The processing included the entire NLP pipeline — tokenization, sentence boundary detection, negation handling, sentiment analysis, part-of-speech tagging, and named entity extraction. This speed is way ahead of the prevailing speed benchmarks.

0 commit comments

Comments
 (0)