|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Annotation | |
|---|---|
| edu.washington.cs.knowitall.rule | |
| edu.washington.cs.knowitall.rule.base | |
| edu.washington.cs.knowitall.rule.learn | |
| Uses of Annotation in edu.washington.cs.knowitall.rule |
|---|
| Fields in edu.washington.cs.knowitall.rule with type parameters of type Annotation | |
|---|---|
List<Annotation> |
AnnotatedSentence.annotations
|
| Methods in edu.washington.cs.knowitall.rule that return Annotation | |
|---|---|
static Annotation |
Annotation.fromXmlElement(Sentence sentence,
org.jdom.Element e)
|
| Methods in edu.washington.cs.knowitall.rule that return types with arguments of type Annotation | |
|---|---|
static Iterable<Annotation> |
AnnotatedSentence.annotations(Iterable<AnnotatedSentence> annotateds)
|
Iterable<Annotation> |
Rule.filterAnnotations(List<Annotation> annotations)
Filters the annotations by those that check against this rule. |
| Methods in edu.washington.cs.knowitall.rule with parameters of type Annotation | |
|---|---|
boolean |
Rule.check(Annotation annotation)
Checks that this rule yields the supplied annotation when applied to the appropriate annotation's extraction. |
| Method parameters in edu.washington.cs.knowitall.rule with type arguments of type Annotation | |
|---|---|
static List<AnnotatedSentence> |
AnnotatedSentence.build(Collection<Sentence> sentences,
Collection<Annotation> annotations)
|
Iterable<Annotation> |
Rule.filterAnnotations(List<Annotation> annotations)
Filters the annotations by those that check against this rule. |
void |
Rule.test(com.google.common.collect.Multimap<Sentence,Annotation> annotationMap)
|
static Iterable<OntologicalRelation> |
Annotation.toOntologicalRelations(Iterable<Annotation> annotations)
|
| Constructor parameters in edu.washington.cs.knowitall.rule with type arguments of type Annotation | |
|---|---|
AnnotatedSentence(Sentence sentence,
List<Annotation> annotations)
|
|
| Uses of Annotation in edu.washington.cs.knowitall.rule.base |
|---|
| Methods in edu.washington.cs.knowitall.rule.base with parameters of type Annotation | |
|---|---|
List<Rule> |
BaseRuleFactory.apply(Annotation annotation)
|
List<Rule> |
BaseRuleFactory.create(Annotation annotation)
Create base rules from the supplied annotation. |
List<Rule> |
BaseRuleFactory.create(Annotation annotation,
RelationExtraction extraction)
Create base rules from the supplied annotation and extraction. |
protected void |
BaseRuleFactory.createConstraints(Annotation annotation,
Extraction extraction,
ExtractionPart part,
List<Constraint> constraints)
Used in base rule creation. |
protected void |
IARPABaseRuleFactory.createConstraints(Annotation annotation,
Extraction extraction,
ExtractionPart part,
List<Constraint> constraints)
|
protected List<Constraint> |
BaseRuleFactory.createConstraints(Annotation annotation,
RelationExtraction extraction)
Used in base rule creation. |
protected List<Constraint> |
IARPABaseRuleFactory.createConstraints(Annotation annotation,
RelationExtraction extraction)
Used in base rule creation. |
protected List<OntologicalForm> |
BaseRuleFactory.createOntologicalForms(Annotation annotation,
RelationExtraction extraction)
Used in base rule creation. |
boolean |
BaseRuleFactory.isLearnable(Annotation annotation)
|
| Uses of Annotation in edu.washington.cs.knowitall.rule.learn |
|---|
| Methods in edu.washington.cs.knowitall.rule.learn with parameters of type Annotation | |
|---|---|
List<Rank<E>> |
RuleLearner.learn(Annotation annotation)
Generalize rules from the base rule created from the supplied annotation. |
| Method parameters in edu.washington.cs.knowitall.rule.learn with type arguments of type Annotation | |
|---|---|
List<Rank<E>> |
RuleLearner.learn(Iterable<Annotation> annotations)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||