@Beta public class Parser extends Parser
Parser
which has an additional constructor which takes a POSTagger which replaces the POSTagger
that will be loaded from the ParserModel. This is used by ParserAnnotator
in conjunction with the CasPosTagger so that the parser can make use of
part-of-speech tags in the CAS.chunker, COMPLETE, completeParses, CONT, createDerivationString, debugOn, defaultAdvancePercentage, defaultBeamSize, headRules, INC_NODE, INCOMPLETE, K, M, ndh, odh, OTHER, punctSet, Q, reportFailedParse, START, tagger, TOK_NODE, TOP_NODE, ZERO| Constructor and Description |
|---|
Parser(ParserModel model,
int beamSize,
double advancePercentage) |
Parser(ParserModel model,
int beamSize,
double advancePercentage,
POSTagger tagger) |
advanceParses, advanceTop, mergeReportIntoManifest, train, train, trainadvanceChunks, advanceTags, buildDictionary, buildDictionary, collapsePunctuation, mapParseIndex, parse, parse, setErrorReporting, setParentspublic Parser(ParserModel model, int beamSize, double advancePercentage)
public Parser(ParserModel model, int beamSize, double advancePercentage, POSTagger tagger)
Copyright © 2014. All rights reserved.