|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.cmu.minorthird.text.AnnotatorLoader edu.cmu.minorthird.text.DefaultAnnotatorLoader
public class DefaultAnnotatorLoader
Default version of AnnotatorLoader.
Constructor Summary | |
---|---|
DefaultAnnotatorLoader()
|
Method Summary | |
---|---|
java.lang.Class<?> |
findClassResource(java.lang.String className)
Find the named resource class - usually an annotator. |
java.io.InputStream |
findFileResource(java.lang.String fileName)
Find the named resource file - usually a dictionary or trie for mixup. |
Methods inherited from class edu.cmu.minorthird.text.AnnotatorLoader |
---|
findAnnotator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultAnnotatorLoader()
Method Detail |
---|
public java.io.InputStream findFileResource(java.lang.String fileName)
findFileResource
in class AnnotatorLoader
public java.lang.Class<?> findClassResource(java.lang.String className)
findClassResource
in class AnnotatorLoader
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |