edu.stanford.nlp.tagger.maxent
Class ASBCDict

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

public class ASBCDict
extends Object


Method Summary
static void ensureLoaded()
           
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
 

Method Detail

ensureLoaded

public static void ensureLoaded()

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