Interface MSTParserWrapper
-
- All Known Implementing Classes:
MSTParserWrapperImpl
public interface MSTParserWrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DependencyParserloadModel()Stringpredict(DependencyParser mstParser, String inputSentence)
-
-
-
Method Detail
-
loadModel
DependencyParser loadModel()
-
predict
String predict(DependencyParser mstParser, String inputSentence) throws IOException
- Throws:
IOException
-
-