edu.stanford.nlp.tagger.maxent
Class ASBCDict
java.lang.Object
edu.stanford.nlp.tagger.maxent.ASBCDict
public class ASBCDict
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASBC_pre_dict
public static HashMap<String,Set<String>> ASBC_pre_dict
ASBC_suf_dict
public static HashMap<String,Set<String>> ASBC_suf_dict
getInstance
public static ASBCDict getInstance()
getTagPre
public static String getTagPre(String a1,
String a2)
getTagSuf
public static String getTagSuf(String a1,
String a2)
getPathPrefix
public static String getPathPrefix()
setPathPrefix
public static void setPathPrefix(String pathPrefix)
Stanford NLP Group