kumo icon indicating copy to clipboard operation
kumo copied to clipboard

NoClassDefFoundError WordTokenizer

Open itanag opened this issue 3 years ago • 2 comments

'NoClassDefFoundError WordTokenizer' exception when creating ‘FrequencyAnalyzer’。 and can't find ‘WordTokenizer’ in the 'jar' package version is 1.27

itanag avatar Nov 24 '20 02:11 itanag

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

kennycason avatar Nov 25 '20 00:11 kennycason

1.28 deployed today as well if you want to try it out as well.

kennycason avatar Nov 25 '20 04:11 kennycason