|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.process.AbstractTokenizer<java.lang.String>
edu.stanford.nlp.process.LexerTokenizer
edu.stanford.nlp.trees.international.negra.NegraPennTokenizer
public class NegraPennTokenizer
Produces a tokenizer for the NEGRA corpus in context-free Penn Treebank format.
Field Summary |
---|
Fields inherited from class edu.stanford.nlp.process.AbstractTokenizer |
---|
nextToken |
Constructor Summary | |
---|---|
NegraPennTokenizer(java.io.Reader r)
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class edu.stanford.nlp.process.LexerTokenizer |
---|
getNext |
Methods inherited from class edu.stanford.nlp.process.AbstractTokenizer |
---|
hasNext, next, peek, remove, tokenize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NegraPennTokenizer(java.io.Reader r)
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |