|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.pipeline.TokenizerAnnotator
edu.stanford.nlp.pipeline.PTBTokenizerAnnotator
public class PTBTokenizerAnnotator
This class will PTB tokenize the input string. It assumes that the original String is under the CoreAnnotations.TextAnnotation field and it will add the output from the InvertiblePTBTokenizer (List<CoreLabel>) under Annotation.TokensAnnotation.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface edu.stanford.nlp.pipeline.Annotator |
|---|
Annotator.Requirement |
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_OPTIONS
|
| Constructor Summary | |
|---|---|
PTBTokenizerAnnotator()
|
|
PTBTokenizerAnnotator(boolean verbose)
|
|
PTBTokenizerAnnotator(boolean verbose,
java.lang.String options)
|
|
PTBTokenizerAnnotator(java.lang.String options)
|
|
| Method Summary |
|---|
| Methods inherited from class edu.stanford.nlp.pipeline.TokenizerAnnotator |
|---|
annotate, requirementsSatisfied, requires |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_OPTIONS
| Constructor Detail |
|---|
public PTBTokenizerAnnotator()
public PTBTokenizerAnnotator(boolean verbose)
public PTBTokenizerAnnotator(java.lang.String options)
public PTBTokenizerAnnotator(boolean verbose,
java.lang.String options)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||