Skip to content

Commit 5fe253a

Browse files
docs(README): add how to run in web browsers
references winkjs/wink-eng-lite-model#4
1 parent 9d46847 commit 5fe253a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ It packs a rich feature set into a small foot print codebase of [under 1500 line
1919
7. Word vector integration
2020
8. Comprehensive NLP pipeline covering tokenization, sentence boundary detection, negation handling, sentiment analysis, part-of-speech (pos) tagging, named entity extraction, custom entities detection and pattern matching
2121
9. No external dependencies.
22+
10. Runs on web browsers
2223

2324

2425
## Installation
@@ -39,6 +40,9 @@ Any required model can be installed by specifying its name as the last parameter
3940
node -e "require( 'wink-nlp/models/install' )" wink-eng-lite-model
4041
```
4142

43+
#### How to install for Web Browser
44+
If you’re using winkNLP in the browser use the [wink-eng-lite-web-model](https://www.npmjs.com/package/wink-eng-lite-web-model) instead. Learn about its installation and usage in our [guide to using winkNLP in the browser](https://winkjs.org/wink-nlp/how-to-run-wink-nlp-in-browser.html).
45+
4246
## Getting Started
4347
The "Hello World!" in winkNLP is given below. As the next step, we recommend a dive into [winkNLP's concepts](https://winkjs.org/wink-nlp/getting-started.html).
4448

0 commit comments

Comments
 (0)