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
984 stars 344 forks source link

Getting build failure because of errorprone.jar #168

Open sarang18 opened 5 years ago

sarang18 commented 5 years ago

Getting build failure when trying to run 'ant' from the command line.
[javac] error: error reading C:\Mallet-master\lib\errorprone.jar; error in opening zip file

Says it is unable to read the jar file. Any suggestions?

csavelief commented 4 years ago

It has been fixed on master by this commit.