Language models
WinkNLP comes with pre-trained language models with gzipped sizes starting from ~890KB (expanded sizes less than 3MB) onwards:
wink-eng-lite-model
Size | ~890KB gzipped. |
Usage | Node.js server side. Recommended for Node.js version 12 and 14. |
Pipeline | Sentence Boundary Detection (sbd ), Negation Handling (negation ), Sentiment Analysis (sentiment ), Named Entity Recognition (ner ), Part-of-speech tagging (pos ), Custom Entity Recognition (cer ). |
Model specific helpers |
|
Word Vectors | NA |
License | MIT |
wink-eng-lite-web-model
Size | ~1MB gzipped. |
Usage | Broswer and Node.js both. Recommended for Node.js version 16 and 18. |
Pipeline | Sentence Boundary Detection (sbd ), Negation Handling (negation ), Sentiment Analysis (sentiment ), Named Entity Recognition (ner ), Part-of-speech tagging (pos ), Custom Entity Recognition (cer ). |
Model specific helpers |
|
Word Vectors | NA |
License | MIT |