| 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)
|