You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the tool uses a specific version of MALLET, 2.0.7; it would be nice to update pom.xml to specify the most recent version indexed by mvn if possible, or at least the currently most recent version (2.0.8), released in 2016 (vs. 2011 for 2.0.7).
I've seen indications from David Mimno that it's best to just use the version on the github master branch (https://github.com/mimno/Mallet) but I'm not 100% sure how to do that using maven, or if that's even possible.
The text was updated successfully, but these errors were encountered:
@igorbrigadir that looks awesome, thanks for alerting me to it! I am super dense when it comes to java tooling, so any other suggestions you have, let me know.
Currently the tool uses a specific version of MALLET, 2.0.7; it would be nice to update
pom.xml
to specify the most recent version indexed bymvn
if possible, or at least the currently most recent version (2.0.8), released in 2016 (vs. 2011 for 2.0.7).I've seen indications from David Mimno that it's best to just use the version on the github master branch (https://github.com/mimno/Mallet) but I'm not 100% sure how to do that using maven, or if that's even possible.
The text was updated successfully, but these errors were encountered: