All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.guokr.nlp.__PKG__ Maven / Gradle / Ivy

Go to download

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