Name

adams.flow.transformer.StanfordLexicalizedParser


Synopsis

Parses a string (= sentence) or string array (= tokenized sentence) using the Stanford LexicalizedParser.


Additional information

Flow input/output:
- input: java.lang.String, java.lang.String[]
- output: edu.stanford.nlp.trees.Tree


Options