|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectopennlp.tools.parser.Parse
rita.support.me.RiParseConstit
public class RiParseConstit
Data structure for holding parser constitents.
| Constructor Summary | |
|---|---|
RiParseConstit(java.lang.String text,
opennlp.tools.util.Span span,
java.lang.String type,
double p,
int i)
|
|
RiParseConstit(java.lang.String text,
opennlp.tools.util.Span span,
java.lang.String type,
double p,
RiParseConstit h)
|
|
| Method Summary | |
|---|---|
void |
insert(opennlp.tools.parser.Parse constituent)
Inserts the specified constituent into this parse based on its text span. |
| Methods inherited from class opennlp.tools.parser.Parse |
|---|
add, addNextPunctuation, addPreviousPunctuation, addProb, adjoin, adjoinRoot, clone, clone, cloneRoot, compareTo, complete, expandTopNode, fixPossesives, getChildCount, getChildren, getCommonParent, getDerivation, getHead, getHeadIndex, getLabel, getNextPunctuationSet, getParent, getParts, getPreviousPunctuationSet, getProb, getSpan, getTagNodes, getTagSequenceProb, getText, getType, indexOf, isChunk, isChunk, isFlat, isPosTag, main, parseParse, parseParse, pruneParse, remove, setChild, setDerivation, setLabel, setNextPunctuation, setParent, setPrevPunctuation, setType, show, show, showCodeTree, toString, updateHeads, updateSpan, useFunctionTags |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RiParseConstit(java.lang.String text,
opennlp.tools.util.Span span,
java.lang.String type,
double p,
RiParseConstit h)
public RiParseConstit(java.lang.String text,
opennlp.tools.util.Span span,
java.lang.String type,
double p,
int i)
| Method Detail |
|---|
public void insert(opennlp.tools.parser.Parse constituent)
insert in class opennlp.tools.parser.Parseconstituent - The constituent to be inserted.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||