API Reference Needlepoint v0.1.0
modules
Modules
NLP Experiments With Elixir
A frequency distribution for the outcomes of an experiment.
An imeplemntation of VADER rule based sentiment analysis, based on the NLTK port.
A port of the NLTK version of the snowball stemmer, as described at http://snowball.tartarus.org/algorithms/english/stemmer.html
A processing interface for removing morphological affixes from words. This process is known as stemming.
The behaviour for tokenizing.
A simple tokenizer that just splits the input with String.split
A port of the NLTK Treebank Tokenizer