winkjs / wink-nlp-utils

NLP Functions for amplifying negations, managing elisions, creating ngrams, stems, phonetic codes to tokens and more.
http://winkjs.org/wink-nlp-utils/
MIT License
119 stars 12 forks source link

Write out full name of functions, not shortened forms (eg bag_of_words instead of bow) #14

Closed giorgio79 closed 6 years ago

giorgio79 commented 6 years ago

Noticed some function names are shortened in the API, like http://winkjs.org/wink-nlp-utils/#tokensbow Could be more readable to write out the full name, eg bag_of_words

rachnachakraborty commented 6 years ago

Hi @giorgio79,

Good point. Will do the needful shortly.

Best, Rachna