I want to run mallet using the --use-ngrams true option but can't seem to get it working.
bin\mallet import-file --input ovary.txt --output ovary2.mallet --keep-sequence-bigrams --remove-stopwords
bin\mallet train-topics --input ovary2.mallet --output-topic-keys ovary_keys2_2.txt --use-ngrams true --num-topics 15
But I'm getting this error:
Unrecognized option 4: --use-ngrams