public class Pipeline extends Object
| Constructor and Description |
|---|
Pipeline() |
Pipeline(boolean useDefaultPCFGModel) |
| Modifier and Type | Method and Description |
|---|---|
edu.stanford.nlp.pipeline.Annotation |
annotate(String text) |
static void |
main(String[] args) |
static edu.stanford.nlp.pipeline.Annotation |
toAnnotation(List<String> inputs) |
static edu.stanford.nlp.pipeline.Annotation |
toAnnotation(String input) |
List<String> |
toDependencies(String input) |
Copyright © 2015. All rights reserved.