Java edu.stanford.nlp.pipeline ParserAnnotatorUtils fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.pipeline ParserAnnotatorUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.pipeline ParserAnnotatorUtils.

The text is from its open source code.

Method

voidfillInParseAnnotations(boolean verbose, boolean buildGraphs, GrammaticalStructureFactory gsf, CoreMap sentence, List trees, GrammaticalStructure.Extras extras)
Put the tree in the CoreMap for the sentence, also add any dependency graphs to the sentence, and fill in missing tag annotations.