|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.columbia.cs.api.ClassifierBasedRelationshipExtractor<D>
public class ClassifierBasedRelationshipExtractor<D extends Document>
Implementation of the relationship extractor that uses a classifier to extract information from a document
Constructor Summary | |
---|---|
ClassifierBasedRelationshipExtractor(Model m,
SentenceSplitter s)
Constructor of the classifier based relationship extractor. |
Method Summary | |
---|---|
java.util.List<Relationship> |
extractTuples(Document d)
Implementation of the extract Tuples method that uses the classifier to extract tuples from the input document |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassifierBasedRelationshipExtractor(Model m, SentenceSplitter s)
m
- classification models
- sentence splitterMethod Detail |
---|
public java.util.List<Relationship> extractTuples(Document d)
extractTuples
in interface RelationshipExtractor<Document>
d
- the document that contains the information to be extracted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |