|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.washington.cs.knowitall.sequence.SimpleLayeredSequence
edu.washington.cs.knowitall.sequence.BIOLayeredSequence
edu.washington.cs.knowitall.nlp.ChunkedSentence
edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
edu.washington.cs.knowitall.extraction.Extraction
edu.washington.cs.knowitall.extraction.PredicateExtraction
public class PredicateExtraction
The portion of a relation extraction that is the predicate.
| Field Summary |
|---|
| Fields inherited from class edu.washington.cs.knowitall.nlp.ChunkedSentence |
|---|
NP_LAYER, POS_LAYER, TOKEN_LAYER |
| Constructor Summary | |
|---|---|
PredicateExtraction(Sentence sent,
edu.washington.cs.knowitall.commonlib.Range range)
|
|
PredicateExtraction(Sentence sent,
edu.washington.cs.knowitall.commonlib.Range range,
String string)
|
|
| Method Summary | |
|---|---|
static PredicateExtraction |
fromXmlElement(org.jdom.Element e,
Sentence sentence)
|
boolean |
isPassive()
|
org.jdom.Element |
toXmlElement()
|
| Methods inherited from class edu.washington.cs.knowitall.extraction.Extraction |
|---|
equals, getLemmas, getSentence, getTypes, tag, tag, zip |
| Methods inherited from class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction |
|---|
getRange, getStart, hashCode, isAdjacentOrOverlaps, overlapsWith, toString |
| Methods inherited from class edu.washington.cs.knowitall.nlp.ChunkedSentence |
|---|
clone, getChunkTag, getChunkTags, getChunkTags, getChunkTags, getChunkTagsAsString, getNpChunkRanges, getPosTag, getPosTags, getPosTags, getPosTags, getPosTagsAsString, getPosTagsAsString, getPosTagsAsString, getSubSequence, getSubSequence, getToken, getTokenRange, getTokens, getTokens, getTokens, getTokensAsString, getTokensAsString, getTokensAsString, toOpenNlpFormat |
| Methods inherited from class edu.washington.cs.knowitall.sequence.BIOLayeredSequence |
|---|
addSpanLayer, addSpanLayerRanges, getSpans, getSpans, getSubSequence, getSubSequence, isSpanLayer |
| Methods inherited from class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence |
|---|
addLayer, addLayer, addLayer, get, getLayer, getLayerAsString, getLayerAsString, getLayerAsString, getLayerNames, getLength, getNumLayers, hasLayer |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface edu.washington.cs.knowitall.TokenSequence |
|---|
getChunkTags, getPosTags, getTokens, getTokensAsString |
| Constructor Detail |
|---|
public PredicateExtraction(Sentence sent,
edu.washington.cs.knowitall.commonlib.Range range,
String string)
public PredicateExtraction(Sentence sent,
edu.washington.cs.knowitall.commonlib.Range range)
| Method Detail |
|---|
public static PredicateExtraction fromXmlElement(org.jdom.Element e,
Sentence sentence)
public boolean isPassive()
public org.jdom.Element toXmlElement()
toXmlElement in interface XmlSerializabletoXmlElement in class Extraction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||