edu.stanford.nlp.tagger.maxent
Class ASBCDict

java.lang.Object
  extended by edu.stanford.nlp.tagger.maxent.ASBCDict

public class ASBCDict
extends Object


Field Summary
static HashMap<String,Set<String>> ASBC_pre_dict
           
static HashMap<String,Set<String>> ASBC_suf_dict
           
 
Method Summary
static ASBCDict getInstance()
           
static String getPathPrefix()
           
static String getTagPre(String a1, String a2)
           
static String getTagSuf(String a1, String a2)
           
static void setPathPrefix(String pathPrefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASBC_pre_dict

public static HashMap<String,Set<String>> ASBC_pre_dict

ASBC_suf_dict

public static HashMap<String,Set<String>> ASBC_suf_dict
Method Detail

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