Open elasticjava opened 5 years ago
The function countOccurrences
is unused, and probably should just be dropped.
No need to be insulting ("very experimental state"). May I point out that errors occur even in the most mature projects, in particular in unused code. For example, the widely known and respected Stanford CoreNLP package used to have an invalid covariance
method (that wouldn't compute covariance). As it was unused, it was removed in 2018: stanfordnlp/CoreNLP/pull/592
I would not call CoreNLP "very experimental" though either... mistakes happen.
my first contact with your code - i added the maven dependencies and stumpled into the wrong (your) StringUtils class and ended in an infinite loop. You should point out the very experimental state of your project!