| Package | Description |
|---|---|
| ws.palladian.extraction |
| Modifier and Type | Method and Description |
|---|---|
OpenNlpParser |
OpenNlpParser.loadDefaultModel() |
OpenNlpParser |
OpenNlpParser.loadModel(String configModelPath) |
OpenNlpParser |
OpenNlpParser.parse(String sentence)
Peforms a full parsing on a sentence of space-delimited tokens.
|
OpenNlpParser |
OpenNlpParser.parse(String sentence,
int index)
Persforms a full parse and selects the given index where 0 is the most
likely parse
|
Copyright © 2018. All rights reserved.