Skip to content

Commit 3bed4c7

Browse files
docs(README): add vectorizer in features
1 parent a39043b commit 3bed4c7

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,26 @@ winkNLP is a JavaScript library for Natural Language Processing (NLP). Designed
1414
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):
1515

1616
1. Lossless & multilingual tokenizer
17+
1718
2. Developer friendly and intuitive API
19+
1820
3. Built-in API to aid text visualization
21+
1922
4. Easy information extraction from raw text
23+
2024
5. Extensive text pre-processing features
25+
2126
6. Pre-trained models with sizes starting from <3MB onwards
22-
7. Word vector integration
23-
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
24-
9. No external dependencies.
25-
10. Runs on web browsers
27+
28+
7. BM25-based vectorizer
29+
30+
8. Word vector integration
31+
32+
9. 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
33+
34+
10. No external dependencies.
35+
36+
11. Runs on web browsers
2637

2738

2839
## Installation

0 commit comments

Comments
 (0)