--num_stopwords
Switch
--num_stopwords [num]
Description
Set the number of stop words to filter out of LDA topic estimation. Stop words are automatically set to be the top [num] most frequent words in the unigrams table.
Argument and Default Value
The number of stop words to use. Default: 50.
Details
See the DLATK LDA Interface tutorial for details.
Other Switches
Required Switches:
Optional Switches:
Example Commands
See the DLATK LDA Interface tutorial for examples.