Uses of Class
edu.washington.cs.knowitall.rule.AnnotatedSentence

Packages that use AnnotatedSentence
edu.washington.cs.knowitall.rule   
edu.washington.cs.knowitall.rule.base   
edu.washington.cs.knowitall.rule.confidence   
 

Uses of AnnotatedSentence in edu.washington.cs.knowitall.rule
 

Methods in edu.washington.cs.knowitall.rule that return AnnotatedSentence
static AnnotatedSentence AnnotatedSentence.fromXmlElement(org.jdom.Element e)
           
 

Methods in edu.washington.cs.knowitall.rule that return types with arguments of type AnnotatedSentence
static List<AnnotatedSentence> AnnotatedSentence.build(Collection<Sentence> sentences, Collection<Annotation> annotations)
           
static List<AnnotatedSentence> AnnotatedSentence.fromDocument(org.jdom.Document document)
           
static List<AnnotatedSentence> AnnotatedSentence.fromFile(File file, Collection<Sentence> sentences)
           
 

Method parameters in edu.washington.cs.knowitall.rule with type arguments of type AnnotatedSentence
static Iterable<Annotation> AnnotatedSentence.annotations(Iterable<AnnotatedSentence> annotateds)
           
static Iterable<Sentence> AnnotatedSentence.sentences(Iterable<AnnotatedSentence> annotateds)
           
 

Uses of AnnotatedSentence in edu.washington.cs.knowitall.rule.base
 

Methods in edu.washington.cs.knowitall.rule.base that return types with arguments of type AnnotatedSentence
 List<AnnotatedSentence> BaseRuleFactory.filter(List<AnnotatedSentence> annotateds)
           
 

Method parameters in edu.washington.cs.knowitall.rule.base with type arguments of type AnnotatedSentence
 List<AnnotatedSentence> BaseRuleFactory.filter(List<AnnotatedSentence> annotateds)
           
 

Uses of AnnotatedSentence in edu.washington.cs.knowitall.rule.confidence
 

Fields in edu.washington.cs.knowitall.rule.confidence with type parameters of type AnnotatedSentence
 com.google.common.collect.ImmutableList<AnnotatedSentence> ConfidenceFunction.annotations
           
 

Constructor parameters in edu.washington.cs.knowitall.rule.confidence with type arguments of type AnnotatedSentence
ConfidenceFunction(List<AnnotatedSentence> annotations)
           
ConfidenceFunction(List<AnnotatedSentence> annotations, OntologicalRelationMatcher matcher)
           
FnConfidenceFunction(List<AnnotatedSentence> annotateds, double beta)
           
FnConfidenceFunction(List<AnnotatedSentence> annotateds, OntologicalRelationMatcher matcher, double beta)
           
MRConfidenceFunction(List<AnnotatedSentence> annotations)
           
MRConfidenceFunction(List<AnnotatedSentence> annotations, double noTypeConstraint, double noTypeConstraintInExtraction, double noArgConstraint, double nonLocal)
           
PrecisionRecallConfidenceFunction(List<AnnotatedSentence> annotateds)
           
PrecisionRecallConfidenceFunction(List<AnnotatedSentence> annotateds, double minRecall)
           
PrecisionRecallConfidenceFunction(List<AnnotatedSentence> annotateds, OntologicalRelationMatcher matcher)
           
PrecisionRecallConfidenceFunction(List<AnnotatedSentence> annotateds, OntologicalRelationMatcher matcher, double minRecall)
           
 



Copyright © 2011 University of Washington CSE. All Rights Reserved.