Skip to content

Commit 17c37c5

Browse files
docs: replace sentiment by wikification tool in readme
1 parent 3f5054f commit 17c37c5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ Reads any wikipedia article and generates a visual timeline of all its events.
109109
#### [NLP Wizard](https://winkjs.org/showcase-wiz/) 🧙
110110
Performs tokenization, sentence boundary detection, pos tagging, named entity detection and sentiment analysis of user input text in real time.
111111

112-
#### [Hashtag Sentiment](https://winkjs.org/showcase-hashtag/) 🎭
113-
Analyzes sentiments of recent tweets containing the given hashtag.
112+
#### [Naive Wikification Tool](https://observablehq.com/@winkjs/how-to-build-a-naive-wikification-tool) 🔗
113+
Links entities such as famous persons, locations or objects to the relevant Wikipedia pages.
114114

115115

116116
## Speed & Accuracy

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"bm25",
2222
"vectorizer",
2323
"winkNLP",
24+
"winkjs",
2425
"wink"
2526
],
2627
"main": "src/wink-nlp.js",

0 commit comments

Comments
 (0)