| Package | Description |
|---|---|
| de.julielab.jcore.ae.mstparser.main |
| Modifier and Type | Method and Description |
|---|---|
DependencyParser |
MSTParserWrapper.loadModel() |
DependencyParser |
MSTParserWrapperImpl.loadModel()
Load the parser model and to set up some parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MSTParserWrapper.predict(DependencyParser mstParser,
String inputSentence) |
String |
MSTParserWrapperImpl.predict(DependencyParser parser,
String inputSentence)
Let the parser parse the input sentence and then return the parsed sentence.
|
Copyright © 2016 JULIE Lab Jena, Germany. All rights reserved.