com.guokr.nlp.__PKG__ Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stan-cn-nlp Show documentation
Show all versions of stan-cn-nlp Show documentation
An API wrapper based on Stanford Core NLP package for Simplified Chinese users
The newest version!
package com.guokr.nlp;
public enum __PKG__ {
INSTANCE;
public String segment(String text) {
return com.guokr.nlp.seg.__SEG__.INSTANCE.segment(text);
}
public String recognize(String text) {
return com.guokr.nlp.ner.__NER__.INSTANCE.recognize(text);
}
public String tag(String text) {
return com.guokr.nlp.tag.__TAG__.INSTANCE.tag(text);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy