![JAR search and dependency download from the Maven repository](/logo.png)
pingbu.nlp.Unit Maven / Gradle / Ivy
package pingbu.nlp;
interface Unit {
String getId();
interface Result extends Unit {
String getText();
int getLength();
double getInnerScore();
double compare(Unit unit);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy