mimno / Mallet

MALLET is a Java-based package for statistical natural language processing, document classification, clustering, topic modeling, information extraction, and other machine learning applications to text.
https://mimno.github.io/Mallet/
Other
989 stars 344 forks source link

stop words #48

Open herrtao opened 8 years ago

herrtao commented 8 years ago

I am use Mallet to do topic modeling with German txts. When I run import command with extra stopwords list, I got the following information feedback

how can I fix it?

igorbrigadir commented 8 years ago

Does it work if you specify the full path of the file? Something like this?

C:\mallet>bin\mallet ... --extra-stopwords C:\mallet\stop.txt 
herrtao commented 8 years ago

it works, thanks