Toggle navigation
32
Wink JS - NLP, Machine Learning & Stats
Wink Composer
Wink NLP
Examples
Blog
Github
About
Natural Language Processing
nlp
Advanced NLP tasks like tokenization, sentence boundary detection, negation, sentiment analysis, POS tagger, entitity recognition and more.
nlp utils
NLP Functions for amplifying negations, managing elisions, creating ngrams, stems, phonetic codes to tokens and more.
tokenizer
Multilingual tokenizer that automatically tags each token with its type such as word, email, time or hashtag.
sentiment
Accurate and fast sentiment scoring of phrases with emoticons & emojis.
pos tagger
English Part-of-speech (POS) tagger.
porter2 stemmer
Javascript Implementation of Porter Stemmer Algorithm V2 by Dr Martin F Porter.
lemmatizer
English lemmatizer.
jaro distance
An Implementation of Jaro Distance Algorithm by Matthew A. Jaro.
lexicon
English lexicon useful in NLP/NLU.
ner
Language agnostic named entity recognizer.
bm25 text search
Fast Full Text Search based on BM25.
Machine Learning
naive bayes text classifier
Configurable Naive Bayes Classifier for text with cross-validation support.
perceptron
Multi-class averaged perceptron.
regression tree
Decision Tree to predict the value of a continuous target variable.
distance
Distance/Similarity functions for Bag of Words, Strings, Vectors and more.
Statistics
statistics
Fast and Numerically Stable Statistical Analysis Utilities.
helpers
Helper functions for Javascript arrays and objects.