extract-lemmatized-nonstop-words (master) doxdox documentation

Extracts a pure list of lemmatized words of a text filtered by stop words

# extract(text, filter)

Extracts a pure list of lemmatized words of a text filtered by stop words. it will remove non-word tokens, ones which their length is less than 3 and contains non-alphabetic charachters.

Parameters

Name Types Description
text String input text
filter String[] list of custom stopword which will replace with defaults, in case of passing false filtering results by stopwords will ignore.