Java edu.stanford.nlp.parser.nndep DependencyParser fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.parser.nndep DependencyParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.parser.nndep DependencyParser.

The text is from its open source code.

Field

Method

DependencyParserloadFromModelFile(String modelFile)
Convenience method; see #loadFromModelFile(String,java.util.Properties) .
GrammaticalStructurepredict(CoreMap sentence)
Determine the dependency parse of the given sentence using the loaded model.
GrammaticalStructurepredict(List sentence)
Convenience method for #predict(edu.stanford.nlp.util.CoreMap) .