filterwords¶
Description¶
Remove stop words from tokens, returning tokens without stop words.
Usage: textkit filterwords [OPTIONS] [TOKENS]
Options:
-l, --language [english|german]
--custom FILENAME Optional token file of additional tokens to
remove along with selected stop words.
--help Show this message and exit.