| Package | Description |
|---|---|
| ws.palladian.extraction |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenNlpParser
OpenNLP Parser
|
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractParser |
AbstractParser.loadDefaultModel()
loads the default model into the parser.
|
abstract AbstractParser |
AbstractParser.loadModel(String configModelPath)
loads the model into the parser.
|
abstract AbstractParser |
AbstractParser.parse(String sentence)
Parses a given string and writes it into the parse object of this class.
|
Copyright © 2018. All rights reserved.