kumo
kumo copied to clipboard
NoClassDefFoundError WordTokenizer
'NoClassDefFoundError WordTokenizer' exception when creating ‘FrequencyAnalyzer’。 and can't find ‘WordTokenizer’ in the 'jar' package version is 1.27
Hi, sorry for the issues. I also noticed that the build is failing. I owe the project a good overhaul but have been overloaded with work recently.
In the interim, can you ensure that you have all the relevant dependencies included? (I think WordTokenizer ideally should be included but may not be now) via:
<dependency>
<groupId>com.kennycason</groupId>
<artifactId>kumo-api</artifactId>
<version>1.27</version>
</dependency>
It contains the interface for WordTokenizer
1.28 deployed today as well if you want to try it out as well.