OH NO YOU DI'INT
yes,
nlp_compromise
does NLP in the browser.
PART-OF-SPEECH TAGGING!
nlp.pos(text, {})
SENTENCE-TENSE CONVERSION!
nlp.pos(text).sentences[0].to_past()
NAMED-ENTITY-RECOGNITION!
nlp.spot(text, {})
number-parsing
nlp.value(text).number()
sentence-negation
nlp.pos(text).sentences[0].negate()
N-gram!
nlp.ngram(text, {})
Sentences!
nlp.sentences(text)
britishize
nlp.britishize(text)
americanize
nlp.americanize(text)
pluralize!
nlp.pluralize(text)
singularize!
nlp.singularize(text)
syllables!
nlp.syllables(text)
unicode normalisation!
nlp.normalize(text)
date parsing
nlp.value(text).date()