Uses of Class
opennlp.tools.parser.Parse
-
Packages that use Parse Package Description opennlp.tools.cmdline.parser opennlp.tools.formats Experimental package related to converting various corpora to OpenNLP Format.opennlp.tools.formats.convert opennlp.tools.formats.frenchtreebank Experimental package related to the French Treebank format.opennlp.tools.formats.ontonotes Experimental package related to the OntoNotes 4.0 format.opennlp.tools.parser Package containing common code for performing full syntactic parsing.opennlp.tools.parser.chunking Package containing code for performing full syntactic parsing using shift/reduce-style decisions.opennlp.tools.parser.lang.en opennlp.tools.parser.lang.es opennlp.tools.parser.treeinsert Package containing experimental code for performing full syntactic parsing using attachment decisions. -
-
Uses of Parse in opennlp.tools.cmdline.parser
Methods in opennlp.tools.cmdline.parser that return Parse Modifier and Type Method Description static Parse[]ParserTool. parseLine(String line, Parser parser, int numParses)static Parse[]ParserTool. parseLine(String line, Parser parser, Tokenizer tokenizer, int numParses)Method parameters in opennlp.tools.cmdline.parser with type arguments of type Parse Modifier and Type Method Description protected ParserModelBuildModelUpdaterTool. trainAndUpdate(ParserModel originalModel, ObjectStream<Parse> parseSamples, opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams parameters)protected ParserModelCheckModelUpdaterTool. trainAndUpdate(ParserModel originalModel, ObjectStream<Parse> parseSamples, opennlp.tools.cmdline.parser.ModelUpdaterTool.ModelUpdaterParams parameters) -
Uses of Parse in opennlp.tools.formats
Methods in opennlp.tools.formats that return types with arguments of type Parse Modifier and Type Method Description ObjectStream<Parse>ParseSampleStreamFactory. create(String[] args) -
Uses of Parse in opennlp.tools.formats.convert
Constructor parameters in opennlp.tools.formats.convert with type arguments of type Parse Constructor Description ParseToPOSSampleStream(ObjectStream<Parse> samples)Initializes aParseToPOSSampleStream. -
Uses of Parse in opennlp.tools.formats.frenchtreebank
Methods in opennlp.tools.formats.frenchtreebank that return Parse Modifier and Type Method Description ParseConstitParseSampleStream. read()Methods in opennlp.tools.formats.frenchtreebank that return types with arguments of type Parse Modifier and Type Method Description ObjectStream<Parse>ConstitParseSampleStreamFactory. create(String[] args) -
Uses of Parse in opennlp.tools.formats.ontonotes
Methods in opennlp.tools.formats.ontonotes that return Parse Modifier and Type Method Description ParseOntoNotesParseSampleStream. read()Methods in opennlp.tools.formats.ontonotes that return types with arguments of type Parse Modifier and Type Method Description ObjectStream<Parse>OntoNotesParseSampleStreamFactory. create(String[] args) -
Uses of Parse in opennlp.tools.parser
Methods in opennlp.tools.parser that return Parse Modifier and Type Method Description ParseParse. adjoin(Parse sister, HeadRules rules)Sister adjoins this node's last child and the specified sister node and returns their new parent node.ParseParse. adjoinRoot(Parse node, HeadRules rules, int parseIndex)protected Parse[]AbstractBottomUpParser. advanceChunks(Parse p, double minChunkScore)Returns the top chunk sequences for the specifiedParse.protected abstract Parse[]AbstractBottomUpParser. advanceParses(Parse p, double probMass)Advances the specifiedParseand returns the an array advanced parses whose probability accounts for more than the specified amount of probability mass.protected Parse[]AbstractBottomUpParser. advanceTags(Parse p)Advances theParseby assigning it POS tags and returns multiple tag sequences.ParseParse. clone(Parse node)Clones the right frontier ofParseup to the specifiednode.ParseParse. cloneRoot(Parse node, int parseIndex)Clones the right frontier of this rootParseup to and including the specified node.static Parse[]AbstractBottomUpParser. collapsePunctuation(Parse[] chunks, Set<String> punctSet)Removes the punctuation from the specified set ofchunks, adds it to the parses adjacent to the punctuation is specified, and returns a new array of parses with the punctuation removed.Parse[]Parse. getChildren()ParseParse. getCommonParent(Parse node)Returns the deepest shared parent of this node and the specified node.ParseHeadRules. getHead(Parse[] constituents, String type)Retrieves the headconstituentfor the specified constituents of giventype.ParseParse. getHead()static Parse[]AbstractParserEventStream. getInitialChunks(Parse p)static Parse[]ChunkSampleStream. getInitialChunks(Parse p)ParseParse. getParent()Parse[]Parse. getTagNodes()Parse[]Parse. getTokenNodes()ParseAbstractBottomUpParser. parse(Parse tokens)Parse[]AbstractBottomUpParser. parse(Parse tokens, int numParses)ParseParser. parse(Parse tokens)Parse[]Parser. parse(Parse tokens, int numParses)Returns the specified number of parses or fewer for the specified tokens.static ParseParse. parseParse(String parse)Parses the specified tree-bank style parse string and return aParsestructure for that string.static ParseParse. parseParse(String parse, GapLabeler gl)protected ParseParserEvaluator. processSample(Parse reference)ParseParseSampleStream. read()Methods in opennlp.tools.parser that return types with arguments of type Parse Modifier and Type Method Description Collection<Parse>Parse. getNextPunctuationSet()Collection<Parse>Parse. getPreviousPunctuationSet()Methods in opennlp.tools.parser with parameters of type Parse Modifier and Type Method Description voidParse. add(Parse daughter, HeadRules rules)static voidParse. addNames(String tag, Span[] names, Parse[] tokens)Utility method to insert named entities.voidParse. addNextPunctuation(Parse punct)Designates that the specified punctuation follows this parse.protected abstract voidAbstractParserEventStream. addParseEvents(List<Event> newEvents, Parse[] chunks)Produces all events for the specified sentencechunksand adds them to the specifiednewEventslist.voidParse. addPreviousPunctuation(Parse punct)Designates that the specified punctuation should is prior to this parse.ParseParse. adjoin(Parse sister, HeadRules rules)Sister adjoins this node's last child and the specified sister node and returns their new parent node.ParseParse. adjoinRoot(Parse node, HeadRules rules, int parseIndex)protected Parse[]AbstractBottomUpParser. advanceChunks(Parse p, double minChunkScore)Returns the top chunk sequences for the specifiedParse.protected abstract Parse[]AbstractBottomUpParser. advanceParses(Parse p, double probMass)Advances the specifiedParseand returns the an array advanced parses whose probability accounts for more than the specified amount of probability mass.protected Parse[]AbstractBottomUpParser. advanceTags(Parse p)Advances theParseby assigning it POS tags and returns multiple tag sequences.protected abstract voidAbstractBottomUpParser. advanceTop(Parse p)Adds theAbstractBottomUpParser.TOP_NODEto the specified parse.protected voidAbstractContextGenerator. checkcons(Parse child, String i, String type, List<String> features)Produces features to determine whether the specified child node is part of a complete constituent of the specified type and adds those features to the specified list.protected voidAbstractContextGenerator. checkcons(Parse p1, Parse p2, String type, List<String> features)ParseParse. clone(Parse node)Clones the right frontier ofParseup to the specifiednode.ParseParse. cloneRoot(Parse node, int parseIndex)Clones the right frontier of this rootParseup to and including the specified node.static Parse[]AbstractBottomUpParser. collapsePunctuation(Parse[] chunks, Set<String> punctSet)Removes the punctuation from the specified set ofchunks, adds it to the parses adjacent to the punctuation is specified, and returns a new array of parses with the punctuation removed.intParse. compareTo(Parse p)protected StringAbstractContextGenerator. cons(Parse p, int i)protected StringAbstractContextGenerator. consbo(Parse p, int i)protected Iterator<Event>AbstractParserEventStream. createEvents(Parse sample)voidParse. expandTopNode(Parse root)static voidParse. fixPossesives(Parse parse)ParseParse. getCommonParent(Parse node)Returns the deepest shared parent of this node and the specified node.protected voidAbstractContextGenerator. getFrontierNodes(List<Parse> rf, Parse[] nodes)Populates specified nodes array with left-most right frontier node with a unique head.ParseHeadRules. getHead(Parse[] constituents, String type)Retrieves the headconstituentfor the specified constituents of giventype.static Parse[]AbstractParserEventStream. getInitialChunks(Parse p)static Parse[]ChunkSampleStream. getInitialChunks(Parse p)intParse. indexOf(Parse child)voidParse. insert(Parse constituent)Inserts the specified constituent into this parse based on its text span.protected booleanAbstractParserEventStream. lastChild(Parse child, Parse parent)protected intAbstractBottomUpParser. mapParseIndex(int index, Parse[] nonPunctParses, Parse[] parses)ParseAbstractBottomUpParser. parse(Parse tokens)Parse[]AbstractBottomUpParser. parse(Parse tokens, int numParses)ParseParser. parse(Parse tokens)Parse[]Parser. parse(Parse tokens, int numParses)Returns the specified number of parses or fewer for the specified tokens.protected ParseParserEvaluator. processSample(Parse reference)protected StringAbstractContextGenerator. production(Parse p, boolean includePunctuation)Generates a string representing the grammar rule production that the specified parse is starting.static voidParse. pruneParse(Parse parse)Prune the specified sentence parse of vacuous productions.protected StringAbstractContextGenerator. punct(Parse punct, int i)Creates punctuation feature for the specified punctuation at the specified indexibased on thepunctuationmark.protected StringAbstractContextGenerator. punctbo(Parse punct, int i)Creates punctuation feature for the specified punctuation at the specified indexibased on thepunctuation's tag.voidParse. setParent(Parse parent)Specifies the parent parse node for this constituent.static voidAbstractBottomUpParser. setParents(Parse p)Assigns parent references for the specified parse so that they are consistent with the children references.protected voidAbstractContextGenerator. surround(Parse node, int i, String type, Collection<Parse> punctuation, List<String> features)Generates features for nodes surrounding a completed node of the specifiedtype.Method parameters in opennlp.tools.parser with type arguments of type Parse Modifier and Type Method Description static DictionaryAbstractBottomUpParser. buildDictionary(ObjectStream<Parse> data, HeadRules rules, int cutoff)Creates a n-gramDictionaryfrom the specified data stream usingHeadRulesand specified cut-off.static DictionaryAbstractBottomUpParser. buildDictionary(ObjectStream<Parse> data, HeadRules rules, TrainingParameters params)Creates a n-gramDictionaryfrom the specified data stream using the specified head rule and specified cut-off.protected voidAbstractContextGenerator. cons2(List<String> features, Cons c0, Cons c1, Collection<Parse> punct1s, boolean bigram)protected voidAbstractContextGenerator. cons3(List<String> features, Cons c0, Cons c1, Cons c2, Collection<Parse> punct1s, Collection<Parse> punct2s, boolean trigram, boolean bigram1, boolean bigram2)Creates cons features involving the 3 specified nodes and adds them to the specified feature list.voidParserCrossValidator. evaluate(ObjectStream<Parse> samples, int nFolds)Starts the evaluation.protected voidAbstractContextGenerator. getFrontierNodes(List<Parse> rf, Parse[] nodes)Populates specified nodes array with left-most right frontier node with a unique head.voidParse. setNextPunctuation(Collection<Parse> punctSet)Sets thepunctuation tagswhich follow this parse.voidParse. setPrevPunctuation(Collection<Parse> punctSet)Sets thepunctuation tagswhich precede this parse.protected voidAbstractContextGenerator. surround(Parse node, int i, String type, Collection<Parse> punctuation, List<String> features)Generates features for nodes surrounding a completed node of the specifiedtype.Constructors in opennlp.tools.parser with parameters of type Parse Constructor Description Parse(String text, Span span, String type, double p, Parse h)Initializes anodefor this specifiedtextandspanof the specifiedtypewith probabilitypand the headindex.Constructor parameters in opennlp.tools.parser with type arguments of type Parse Constructor Description AbstractParserEventStream(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype)AbstractParserEventStream(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype, Dictionary dict)ChunkSampleStream(ObjectStream<Parse> in)Initializes ainstance.PosSampleStream(ObjectStream<Parse> in)Initializes ainstance. -
Uses of Parse in opennlp.tools.parser.chunking
Methods in opennlp.tools.parser.chunking that return Parse Modifier and Type Method Description protected Parse[]Parser. advanceParses(Parse p, double probMass)static Parse[]ParserEventStream. reduceChunks(Parse[] chunks, int ci, Parse parent)Methods in opennlp.tools.parser.chunking with parameters of type Parse Modifier and Type Method Description protected voidParserEventStream. addParseEvents(List<Event> parseEvents, Parse[] chunks)Addseventsfor parsing (post tagging and chunking) to the specified list of events for the specified parse chunks.protected Parse[]Parser. advanceParses(Parse p, double probMass)protected voidParser. advanceTop(Parse p)protected booleanParserEventStream. firstChild(Parse child, Parse parent)String[]BuildContextGenerator. getContext(Parse[] constituents, int index)Finds the predictive context used to determine how constituent at the specifiedindexshould be combined with other constituents.String[]CheckContextGenerator. getContext(Parse[] constituents, String type, int start, int end)Finds predictive context for deciding whether the specified constituents between the specifiedstartandendindex can be combined to form a new constituent of the specifiedtype.static Parse[]ParserEventStream. reduceChunks(Parse[] chunks, int ci, Parse parent)Method parameters in opennlp.tools.parser.chunking with type arguments of type Parse Modifier and Type Method Description static ParserModelParser. train(String languageCode, ObjectStream<Parse> parseSamples, HeadRules rules, TrainingParameters mlParams)Starts a training of aParserModel.Constructor parameters in opennlp.tools.parser.chunking with type arguments of type Parse Constructor Description ParserEventStream(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype)ParserEventStream(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype, Dictionary dict) -
Uses of Parse in opennlp.tools.parser.lang.en
Methods in opennlp.tools.parser.lang.en that return Parse Modifier and Type Method Description ParseHeadRules. getHead(Parse[] constituents, String type)Methods in opennlp.tools.parser.lang.en with parameters of type Parse Modifier and Type Method Description ParseHeadRules. getHead(Parse[] constituents, String type) -
Uses of Parse in opennlp.tools.parser.lang.es
Methods in opennlp.tools.parser.lang.es that return Parse Modifier and Type Method Description ParseAncoraSpanishHeadRules. getHead(Parse[] constituents, String type)Methods in opennlp.tools.parser.lang.es with parameters of type Parse Modifier and Type Method Description ParseAncoraSpanishHeadRules. getHead(Parse[] constituents, String type) -
Uses of Parse in opennlp.tools.parser.treeinsert
Methods in opennlp.tools.parser.treeinsert that return Parse Modifier and Type Method Description protected Parse[]Parser. advanceChunks(Parse p, double minChunkScore)protected Parse[]Parser. advanceParses(Parse p, double probMass)Methods in opennlp.tools.parser.treeinsert that return types with arguments of type Parse Modifier and Type Method Description static List<Parse>Parser. getRightFrontier(Parse root, Set<String> punctSet)Returns the right frontier of the specifiedtreewith nodes ordered from deepest to shallowest.Methods in opennlp.tools.parser.treeinsert with parameters of type Parse Modifier and Type Method Description protected voidParserEventStream. addParseEvents(List<Event> parseEvents, Parse[] chunks)protected Parse[]Parser. advanceChunks(Parse p, double minChunkScore)protected Parse[]Parser. advanceParses(Parse p, double probMass)protected voidParser. advanceTop(Parse p)String[]AttachContextGenerator. getContext(Parse[] constituents, int index, List<Parse> rightFrontier, int rfi)Finds the predictive contextual features about an attachment.String[]BuildContextGenerator. getContext(Parse[] constituents, int index)Finds the contexts/features for the decision to build a new constituent for the specified parse at the specifiedindex.String[]CheckContextGenerator. getContext(Parse parent, Parse[] constituents, int index, boolean trimFrontier)Finds the predictive context used to determine how constituent at the specifiedindexshould be combined with aparentconstituent.static List<Parse>Parser. getRightFrontier(Parse root, Set<String> punctSet)Returns the right frontier of the specifiedtreewith nodes ordered from deepest to shallowest.protected booleanParserEventStream. lastChild(Parse child, Parse parent)Method parameters in opennlp.tools.parser.treeinsert with type arguments of type Parse Modifier and Type Method Description String[]AttachContextGenerator. getContext(Parse[] constituents, int index, List<Parse> rightFrontier, int rfi)Finds the predictive contextual features about an attachment.static ParserModelParser. train(String languageCode, ObjectStream<Parse> parseSamples, HeadRules rules, int iterations, int cutoff)Starts a training of aParserModel.static ParserModelParser. train(String languageCode, ObjectStream<Parse> parseSamples, HeadRules rules, TrainingParameters mlParams)Starts a training of aParserModel.Constructor parameters in opennlp.tools.parser.treeinsert with type arguments of type Parse Constructor Description ParserEventStream(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype)ParserEventStream(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype, Dictionary dict)
-