You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wink NLP is an advance NLP package with zero external dependecies. It supports a variety of NLP tasks such as tokenization, sentence boundary detection, negation handling, sentiment analysis, part-of-speech tagging, named entity extraction and more with ease.
9
+
winkNLP is a JavaScript library for Natural Language Processing (NLP). Designed specifically to make development of NLP solutions **easier** and **faster**, winkNLP is optimized for the right balance of performance and accuracy. The package can handle large amount of raw text at speeds over **500,000 tokens/second**. And with a test coverage of ~100%, winkNLP is a tool for building production grade systems with confidence.
10
10
11
-
We deliver developer friendly API along with a balance of performance and accuracy to the entire spectrum of users. In addition, we are working towards building a number of pre-trained models for different languages and domains.
12
-
13
-
It packs a rich feature set into a small foot print codebase of under 100 kilobytes and model sizes starting under 1 megabyte:
11
+
It packs a rich feature set into a small foot print codebase of [under 1500 lines](https://coveralls.io/github/winkjs/wink-nlp?branch=master):
14
12
15
13
1. Lossless tokenizer
16
-
2.Built-in API to aid text visualization
17
-
3.Pre-trained models with word vectors
14
+
2.Developer friendly and intuitive API
15
+
3.Built-in API to aid text visualization
18
16
4. Easy information exrtaction from raw text
19
17
5. Extensive text pre-processing features
20
-
6. Simple token to Unique Id mapping
18
+
6. Pre-trained models with sizes starting from <3MB onwards
-[Concepts](https://winkjs.org/wink-nlp/getting-started.html) — everything you need to know to get started.
35
+
-[API Reference](https://winkjs.org/wink-nlp/read-doc.html) — details of every winkNLP's API.
36
+
-[Change log](https://github.com/winkjs/wink-nlp/blob/master/CHANGELOG.md) — version history along with details of breaking changes.
37
+
38
+
### Need Help?
39
+
If you spot a bug and the same has not yet been reported, raise a new [issue](https://github.com/winkjs/wink-nlp/issues) or consider fixing it and sending a pull request.
40
+
41
+
32
42
### About wink
33
43
[Wink](http://winkjs.org/) is a family of open source packages for **Natural Language Processing**, **Machine Learning**, and **Statistical Analysis** in NodeJS. The code is **thoroughly documented** for easy human comprehension and has a **test coverage of ~100%** for reliability to build production grade solutions.
34
44
35
45
### Copyright & License
36
46
37
-
**wink-nlp** is copyright 2017-20 [GRAYPE Systems Private Limited](http://graype.in/).
47
+
**Wink NLP** is copyright 2017-20 [GRAYPE Systems Private Limited](http://graype.in/).
38
48
39
49
It is licensed under the terms of the MIT License.
0 commit comments