TextClassification icon indicating copy to clipboard operation
TextClassification copied to clipboard

A Text Classification API in Java originally developed by DigitalPebble Ltd. The API is independent from the ML implementations used and can be used as a front end to various ML algorithms. libSVM and...

Results 1 TextClassification issues
Sort by recently updated
recently updated
newest added

The method getBestLabel(double[] scores) in TextClassifier.java will not work correctly for a list of scores with all negative values and in this case will always give the first entry as...