A B C D E F G H I J K L M N O P R S T V W X Z

A

AbstractPatternConstraint - Class in edu.washington.cs.knowitall.rule.constraint
] Parent class that contains common functionality for a constraint that is expressible using a token-based pattern.
AbstractPatternConstraint(Element) - Constructor for class edu.washington.cs.knowitall.rule.constraint.AbstractPatternConstraint
 
AbstractPatternConstraint(ExtractionPart, String) - Constructor for class edu.washington.cs.knowitall.rule.constraint.AbstractPatternConstraint
 
AbstractPatternConstraint(Element, ExtractionPart) - Constructor for class edu.washington.cs.knowitall.rule.constraint.AbstractPatternConstraint
 
AbstractRegexConstraint - Class in edu.washington.cs.knowitall.rule.constraint
 
AbstractRegexConstraint(Element) - Constructor for class edu.washington.cs.knowitall.rule.constraint.AbstractRegexConstraint
 
AbstractRegexConstraint(ExtractionPart, String) - Constructor for class edu.washington.cs.knowitall.rule.constraint.AbstractRegexConstraint
 
AbstractRegexConstraint(ExtractionPart, List<String>) - Constructor for class edu.washington.cs.knowitall.rule.constraint.AbstractRegexConstraint
 
AbstractSentenceExtractor - Class in edu.washington.cs.knowitall.sentenceextractor
 
AbstractSentenceExtractor() - Constructor for class edu.washington.cs.knowitall.sentenceextractor.AbstractSentenceExtractor
 
addAllClassifiers() - Method in class edu.washington.cs.knowitall.NamedEntityRecognizer
 
addClassifier(NamedEntityRecognizer.OpenNLPClassifier) - Method in class edu.washington.cs.knowitall.NamedEntityRecognizer
 
addExtraction(RelationExtraction) - Method in class edu.washington.cs.knowitall.Sentence
Add an extraction to this sentence.
addExtraction(Iterable<ChunkedBinaryExtraction>) - Method in class edu.washington.cs.knowitall.Sentence
Add multiple extractions to this sentence.
addExtractions(Iterable<RelationExtraction>) - Method in class edu.washington.cs.knowitall.Sentence
Add multiple extractions to this sentence.
addTagger(Tagger) - Method in class edu.washington.cs.knowitall.type.tag.TaggerCollection
 
AfterTaggers - Class in edu.washington.cs.knowitall.type.tag
 
AfterTaggers() - Constructor for class edu.washington.cs.knowitall.type.tag.AfterTaggers
 
AnnotatedSentence - Class in edu.washington.cs.knowitall.rule
 
AnnotatedSentence(Sentence, List<Annotation>) - Constructor for class edu.washington.cs.knowitall.rule.AnnotatedSentence
 
Annotation - Class in edu.washington.cs.knowitall.rule
Representation of an annotation of an extraction that expresses an ontological relation that can be mapped from the associated sentence.
Annotation(Sentence, boolean, OntologicalRelation) - Constructor for class edu.washington.cs.knowitall.rule.Annotation
 
annotationCount - Variable in class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 
annotations - Variable in class edu.washington.cs.knowitall.rule.AnnotatedSentence
 
annotations(Iterable<AnnotatedSentence>) - Static method in class edu.washington.cs.knowitall.rule.AnnotatedSentence
 
annotations - Variable in class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 
apply(Annotation) - Method in class edu.washington.cs.knowitall.rule.base.BaseRuleFactory
 
apply(Rule) - Method in class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 
apply(Collection<Rule>) - Method in class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 
apply(Iterable<Rule>, int) - Method in class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 
apply(OntologicalRelation) - Method in class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 
apply(Rule) - Method in class edu.washington.cs.knowitall.rule.confidence.FnConfidenceFunction
 
apply(Iterable<Rule>, int) - Method in class edu.washington.cs.knowitall.rule.confidence.FnConfidenceFunction
 
apply(Rule) - Method in class edu.washington.cs.knowitall.rule.confidence.MRConfidenceFunction
 
apply(Rule) - Method in class edu.washington.cs.knowitall.rule.confidence.PrecisionRecallConfidenceFunction
 
apply(Iterable<Rule>, int) - Method in class edu.washington.cs.knowitall.rule.confidence.PrecisionRecallConfidenceFunction
 
apply(RelationExtraction) - Method in class edu.washington.cs.knowitall.rule.Rule
Apply this rule to the supplied extraction and return the resulting ontological relation.
apply(Token) - Method in class edu.washington.cs.knowitall.Token.ChunkTagExpression
 
apply(Token) - Method in class edu.washington.cs.knowitall.Token.LemmaExpression
 
apply(Token) - Method in class edu.washington.cs.knowitall.Token.PosTagExpression
 
apply(Token) - Method in class edu.washington.cs.knowitall.Token.StartTypeExpression
 
apply(Token) - Method in class edu.washington.cs.knowitall.Token.StringExpression
 
apply(Token) - Method in class edu.washington.cs.knowitall.Token.TypeExpression
 
apply(Sentence, Type) - Method in class edu.washington.cs.knowitall.type.tag.constraint.CommonNounConstraint
 
apply(Sentence, Type) - Method in class edu.washington.cs.knowitall.type.tag.constraint.Constraint
 
apply(Sentence, Type) - Method in class edu.washington.cs.knowitall.type.tag.constraint.NounPhraseConstraint
 
apply(Sentence, Type) - Method in class edu.washington.cs.knowitall.type.tag.constraint.VerbPhraseConstraint
 
ArabicNameOpenNLPSentenceChunker - Class in edu.washington.cs.knowitall.kdd
 
ArabicNameOpenNLPSentenceChunker() - Constructor for class edu.washington.cs.knowitall.kdd.ArabicNameOpenNLPSentenceChunker
 
ArabicNameOpenNLPSentenceChunker(Tokenizer, POSTagger, Chunker) - Constructor for class edu.washington.cs.knowitall.kdd.ArabicNameOpenNLPSentenceChunker
 
ARG1 - Static variable in class edu.washington.cs.knowitall.extraction.NestedExtraction
 
arg1() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
The first argument.
ARG2 - Static variable in class edu.washington.cs.knowitall.extraction.NestedExtraction
 
arg2() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
The second argument.
ARG3 - Static variable in class edu.washington.cs.knowitall.extraction.NestedExtraction
 
argumentConstraints() - Method in class edu.washington.cs.knowitall.rule.Rule
Retrieve the constraints that are in the arguments.
ArgumentExtraction - Class in edu.washington.cs.knowitall.extraction
The portion of a relation extraction that is the argument.
ArgumentExtraction(Sentence, Range, String) - Constructor for class edu.washington.cs.knowitall.extraction.ArgumentExtraction
 
ArgumentExtraction(Sentence, Range) - Constructor for class edu.washington.cs.knowitall.extraction.ArgumentExtraction
 
arguments - Variable in class edu.washington.cs.knowitall.ontology.OntologicalForm
 
arguments - Variable in class edu.washington.cs.knowitall.ontology.OntologicalRelation
 

B

baseRule() - Method in class edu.washington.cs.knowitall.rule.Rule
Recursively finds the highest parent of this rule.
baseRuleArgumentConstraint(Extraction, ExtractionPart, String) - Method in class edu.washington.cs.knowitall.rule.base.BaseRuleFactory
Used in base rule creation.
BaseRuleFactory - Class in edu.washington.cs.knowitall.rule.base
 
BaseRuleFactory() - Constructor for class edu.washington.cs.knowitall.rule.base.BaseRuleFactory
 
baseRuleFactory - Variable in class edu.washington.cs.knowitall.rule.learn.Learner
 
BeamSearchRuleLearner<E extends Comparable<E>> - Class in edu.washington.cs.knowitall.rule.learn
 
BeamSearchRuleLearner(BaseRuleFactory, RuleValidator, ConfidenceFunction<E>, int) - Constructor for class edu.washington.cs.knowitall.rule.learn.BeamSearchRuleLearner
 
beamToString(Iterable<Rank<E>>) - Method in class edu.washington.cs.knowitall.rule.learn.BeamSearchRuleLearner
 
beta - Variable in class edu.washington.cs.knowitall.rule.confidence.FnConfidenceFunction
 
BinaryOverlapMatcher - Class in edu.washington.cs.knowitall.ontology.match
 
BinaryOverlapMatcher(double) - Constructor for class edu.washington.cs.knowitall.ontology.match.BinaryOverlapMatcher
 
BREL - Static variable in class edu.washington.cs.knowitall.extraction.NestedExtraction
 
build(Sentence, Match<Token>) - Method in class edu.washington.cs.knowitall.extractor.ExtractionBuilder
 
build(Collection<Sentence>, Collection<Annotation>) - Static method in class edu.washington.cs.knowitall.rule.AnnotatedSentence
 
buildConstraints(Element) - Method in class edu.washington.cs.knowitall.rule.constraint.SequenceConstraint
 
buildDescendents() - Method in class edu.washington.cs.knowitall.type.TypeHierarchy
 
buildExtraction(Sentence, Match<Token>) - Method in class edu.washington.cs.knowitall.extractor.NestedExtractor
 
buildExtraction(Sentence, Match<Token>) - Method in class edu.washington.cs.knowitall.extractor.RelationalNounExtractor.AdjectiveDescriptorExtractor
 
buildExtraction(Sentence, Match<Token>) - Method in class edu.washington.cs.knowitall.extractor.RelationalNounExtractor.AppositiveExtractor
 
buildExtraction(Sentence, Match<Token>) - Method in class edu.washington.cs.knowitall.extractor.RelationalNounExtractor.PossessiveCommaExtractor
 
buildExtraction(Sentence, Match<Token>) - Method in class edu.washington.cs.knowitall.extractor.RelationalNounExtractor.PossessiveExtractor
 
buildExtraction(Sentence, Match<Token>) - Method in class edu.washington.cs.knowitall.extractor.RelationalNounExtractor.PossessiveReverseExtractor
 
buildPattern(List<TermConstraint.Requirement>) - Static method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint
Build a pattern from the list of requirements.

C

CaptureConstraint - Class in edu.washington.cs.knowitall.rule.constraint
A constraint that can be used in an argument.
CaptureConstraint(ExtractionPart) - Constructor for class edu.washington.cs.knowitall.rule.constraint.CaptureConstraint
 
CaptureConstraint(Element) - Constructor for class edu.washington.cs.knowitall.rule.constraint.CaptureConstraint
 
CaseInsensitiveKeywordTagger - Class in edu.washington.cs.knowitall.type.tag
Search for exact keyword matches, ignoring case.
CaseInsensitiveKeywordTagger(String, List<String>) - Constructor for class edu.washington.cs.knowitall.type.tag.CaseInsensitiveKeywordTagger
 
CaseInsensitiveKeywordTagger(String, String) - Constructor for class edu.washington.cs.knowitall.type.tag.CaseInsensitiveKeywordTagger
 
CaseInsensitiveKeywordTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.CaseInsensitiveKeywordTagger
 
CaseInsensitiveNpChunkTagger - Class in edu.washington.cs.knowitall.type.tag
Search for exact keyword matches, ignoring case, and then tag the chunk in which that keyword appears.
CaseInsensitiveNpChunkTagger(String, List<String>) - Constructor for class edu.washington.cs.knowitall.type.tag.CaseInsensitiveNpChunkTagger
 
CaseInsensitiveNpChunkTagger(String, String) - Constructor for class edu.washington.cs.knowitall.type.tag.CaseInsensitiveNpChunkTagger
 
CaseInsensitiveNpChunkTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.CaseInsensitiveNpChunkTagger
 
CaseInsensitiveNpHeadwordTagger - Class in edu.washington.cs.knowitall.type.tag
Search for exact keyword matches, ignoring case, and then tag the chunk if the keyword is the headword of that chunk.
CaseInsensitiveNpHeadwordTagger(String, List<String>) - Constructor for class edu.washington.cs.knowitall.type.tag.CaseInsensitiveNpHeadwordTagger
 
CaseInsensitiveNpHeadwordTagger(String, String) - Constructor for class edu.washington.cs.knowitall.type.tag.CaseInsensitiveNpHeadwordTagger
 
CaseInsensitiveNpHeadwordTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.CaseInsensitiveNpHeadwordTagger
 
check(TokenSequence) - Method in class edu.washington.cs.knowitall.rule.constraint.AbstractPatternConstraint
Evaluates this constraint against a token sequence using the underlying token-based regular expression.
check(TokenSequence) - Method in class edu.washington.cs.knowitall.rule.constraint.AbstractRegexConstraint
 
check(RelationExtraction) - Method in class edu.washington.cs.knowitall.rule.constraint.Constraint
Check the constraint against the supplied extraction.
check(TokenSequence) - Method in class edu.washington.cs.knowitall.rule.constraint.Constraint
 
check(TokenSequence) - Method in class edu.washington.cs.knowitall.rule.constraint.PartConstraint
 
check(TokenSequence) - Method in class edu.washington.cs.knowitall.rule.constraint.RegexConstraint
 
check(TokenSequence) - Method in class edu.washington.cs.knowitall.rule.constraint.TypeConstraint
 
check(Annotation) - Method in class edu.washington.cs.knowitall.rule.Rule
Checks that this rule yields the supplied annotation when applied to the appropriate annotation's extraction.
check(RelationExtraction) - Method in class edu.washington.cs.knowitall.rule.Rule
Checks that this rule applied to the supplied extraction yields an ontological relation.
chunk() - Method in class edu.washington.cs.knowitall.Token
The chunk tag of this token.
chunkSentence(String) - Method in class edu.washington.cs.knowitall.kdd.ArabicNameOpenNLPSentenceChunker
 
classify(RelationExtraction) - Method in class edu.washington.cs.knowitall.NamedEntityRecognizer
 
classify(List<String>) - Method in class edu.washington.cs.knowitall.NamedEntityRecognizer
 
clean(String) - Method in class edu.washington.cs.knowitall.sentenceextractor.AbstractSentenceExtractor
 
clean(String) - Method in class edu.washington.cs.knowitall.sentenceextractor.StandardSentenceExtractor
 
CommonNounConstraint - Class in edu.washington.cs.knowitall.type.tag.constraint
 
CommonNounConstraint() - Constructor for class edu.washington.cs.knowitall.type.tag.constraint.CommonNounConstraint
 
compareTo(PrecisionRecallScore) - Method in class edu.washington.cs.knowitall.rule.confidence.score.PrecisionRecallScore
 
compareTo(SimpleScore) - Method in class edu.washington.cs.knowitall.rule.confidence.score.SimpleScore
 
compareTo(Rank<E>) - Method in class edu.washington.cs.knowitall.rule.Rank
 
compareTo(Type) - Method in class edu.washington.cs.knowitall.type.Type
 
confidence - Variable in class edu.washington.cs.knowitall.rule.Rank
 
confidenceEqualsPredicate(E) - Static method in class edu.washington.cs.knowitall.rule.Rank
 
ConfidenceFunction<E extends Comparable<E>> - Class in edu.washington.cs.knowitall.rule.confidence
 
ConfidenceFunction(List<AnnotatedSentence>, OntologicalRelationMatcher) - Constructor for class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 
ConfidenceFunction(List<AnnotatedSentence>) - Constructor for class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 
confidenceFunction - Variable in class edu.washington.cs.knowitall.rule.learn.Learner
 
constrain(Constraint) - Method in class edu.washington.cs.knowitall.type.tag.Tagger
 
constraint - Variable in class edu.washington.cs.knowitall.ontology.OntologicalFormArgument
 
Constraint - Class in edu.washington.cs.knowitall.rule.constraint
A representation of a rule constraint.
Constraint(Element) - Constructor for class edu.washington.cs.knowitall.rule.constraint.Constraint
Common deserialization from an element.
Constraint(ExtractionPart) - Constructor for class edu.washington.cs.knowitall.rule.constraint.Constraint
Constructs a new constraint on the specified extraction part.
Constraint - Class in edu.washington.cs.knowitall.type.tag.constraint
 
Constraint() - Constructor for class edu.washington.cs.knowitall.type.tag.constraint.Constraint
 
constraints - Variable in class edu.washington.cs.knowitall.rule.confidence.score.PrecisionRecallScore
 
constraints - Variable in class edu.washington.cs.knowitall.rule.confidence.score.SimpleScore
 
constraints - Variable in class edu.washington.cs.knowitall.rule.Rule
 
constraints(ExtractionPart) - Method in class edu.washington.cs.knowitall.rule.Rule
Retrieve the constraints on the specified relation part.
constraints - Variable in class edu.washington.cs.knowitall.type.tag.Tagger
 
constraintSize() - Method in class edu.washington.cs.knowitall.rule.Rule
Return the size of the constraints.
constraintsToMultilineString() - Method in class edu.washington.cs.knowitall.rule.Rule
 
contains(String) - Method in class edu.washington.cs.knowitall.ontology.OntologicalRelation
Determine if any argument contains the supplied string.
containsKey(String) - Method in class edu.washington.cs.knowitall.type.TypeHierarchy
 
ContainsMatcher - Class in edu.washington.cs.knowitall.ontology.match
 
ContainsMatcher() - Constructor for class edu.washington.cs.knowitall.ontology.match.ContainsMatcher
 
containsRelation(OntologicalRelation) - Method in class edu.washington.cs.knowitall.rule.AnnotatedSentence
 
containsType(String) - Method in class edu.washington.cs.knowitall.Token
Check if this token is part of a tag with the specified descriptor.
convertGroup(Match.Group<Token>) - Static method in class edu.washington.cs.knowitall.Sentence
 
correct - Variable in class edu.washington.cs.knowitall.rule.Results
 
create(String) - Static method in class edu.washington.cs.knowitall.ontology.match.OntologicalRelationMatcher
 
create(String, Class<?>[], Object[]) - Static method in class edu.washington.cs.knowitall.ontology.match.OntologicalRelationMatcher
 
create(Class<?>, Class<?>[], Object[]) - Static method in class edu.washington.cs.knowitall.ontology.match.OntologicalRelationMatcher
 
create(Annotation) - Method in class edu.washington.cs.knowitall.rule.base.BaseRuleFactory
Create base rules from the supplied annotation.
create(Annotation, RelationExtraction) - Method in class edu.washington.cs.knowitall.rule.base.BaseRuleFactory
Create base rules from the supplied annotation and extraction.
create(String, Class<?>[], Object[]) - Static method in class edu.washington.cs.knowitall.rule.constraint.Constraint
 
create(Class<?>, Class<?>[], Object[]) - Static method in class edu.washington.cs.knowitall.rule.constraint.Constraint
 
create(String) - Static method in class edu.washington.cs.knowitall.rule.constraint.Constraint
 
create(String, Class<?>[], Object[]) - Static method in class edu.washington.cs.knowitall.type.tag.constraint.Constraint
 
create(Class<?>, Class<?>[], Object[]) - Static method in class edu.washington.cs.knowitall.type.tag.constraint.Constraint
 
create(String) - Static method in class edu.washington.cs.knowitall.type.tag.constraint.Constraint
 
create(String, Class<?>[], Object[]) - Static method in class edu.washington.cs.knowitall.type.tag.Tagger
 
create(Class<?>, Class<?>[], Object[]) - Static method in class edu.washington.cs.knowitall.type.tag.Tagger
 
createConstraints(Annotation, RelationExtraction) - Method in class edu.washington.cs.knowitall.rule.base.BaseRuleFactory
Used in base rule creation.
createConstraints(Annotation, Extraction, ExtractionPart, List<Constraint>) - Method in class edu.washington.cs.knowitall.rule.base.BaseRuleFactory
Used in base rule creation.
createConstraints(Annotation, RelationExtraction) - Method in class edu.washington.cs.knowitall.rule.base.IARPABaseRuleFactory
Used in base rule creation.
createConstraints(Annotation, Extraction, ExtractionPart, List<Constraint>) - Method in class edu.washington.cs.knowitall.rule.base.IARPABaseRuleFactory
 
createOntologicalForm(String, List<OntologicalForm>, List<List<OntologicalFormArgument>>, List<OntologicalFormArgument>) - Method in class edu.washington.cs.knowitall.rule.base.BaseRuleFactory
Used in base rule creation.
createOntologicalFormArgumentConstraints(OntologicalRelationArgument, ExtractionPart, Extraction, List<CaptureConstraint>) - Method in class edu.washington.cs.knowitall.rule.base.BaseRuleFactory
Used in base rule creation.
createOntologicalFormArgumentConstraints(OntologicalRelationArgument, ExtractionPart, Extraction, List<CaptureConstraint>) - Method in class edu.washington.cs.knowitall.rule.base.IARPABaseRuleFactory
 
createOntologicalForms(Annotation, RelationExtraction) - Method in class edu.washington.cs.knowitall.rule.base.BaseRuleFactory
Used in base rule creation.
createRank(Rule) - Method in class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 
createScore(PrecisionRecallScore, int) - Method in class edu.washington.cs.knowitall.rule.confidence.FnConfidenceFunction
 
createScore(double, double, int, int) - Method in class edu.washington.cs.knowitall.rule.confidence.PrecisionRecallConfidenceFunction
 
createType(Sentence, Range) - Method in class edu.washington.cs.knowitall.type.tag.Tagger
 

D

DEFAULT_MODEL - Static variable in class edu.washington.cs.knowitall.type.tag.StanfordNamedEntityTagger
 
descriptor - Variable in class edu.washington.cs.knowitall.rule.constraint.TypeConstraint
 
descriptor - Variable in class edu.washington.cs.knowitall.type.tag.Tagger
 
descriptor() - Method in class edu.washington.cs.knowitall.type.Type
 
deserializePattern(Element) - Method in class edu.washington.cs.knowitall.rule.constraint.AbstractPatternConstraint
Constructs a pattern expression from an element.
deserializePattern(Element) - Method in class edu.washington.cs.knowitall.rule.constraint.SequenceConstraint
 
deserializePattern(Element) - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint
Deserialize the sequence of term constraints in the XML element into a token-based pattern.

E

edu.washington.cs.knowitall - package edu.washington.cs.knowitall
 
edu.washington.cs.knowitall.extraction - package edu.washington.cs.knowitall.extraction
 
edu.washington.cs.knowitall.extractor - package edu.washington.cs.knowitall.extractor
 
edu.washington.cs.knowitall.kdd - package edu.washington.cs.knowitall.kdd
 
edu.washington.cs.knowitall.ontology - package edu.washington.cs.knowitall.ontology
 
edu.washington.cs.knowitall.ontology.match - package edu.washington.cs.knowitall.ontology.match
 
edu.washington.cs.knowitall.rule - package edu.washington.cs.knowitall.rule
 
edu.washington.cs.knowitall.rule.base - package edu.washington.cs.knowitall.rule.base
 
edu.washington.cs.knowitall.rule.confidence - package edu.washington.cs.knowitall.rule.confidence
 
edu.washington.cs.knowitall.rule.confidence.score - package edu.washington.cs.knowitall.rule.confidence.score
 
edu.washington.cs.knowitall.rule.constraint - package edu.washington.cs.knowitall.rule.constraint
 
edu.washington.cs.knowitall.rule.learn - package edu.washington.cs.knowitall.rule.learn
 
edu.washington.cs.knowitall.rule.util - package edu.washington.cs.knowitall.rule.util
 
edu.washington.cs.knowitall.rule.validate - package edu.washington.cs.knowitall.rule.validate
 
edu.washington.cs.knowitall.sentenceextractor - package edu.washington.cs.knowitall.sentenceextractor
 
edu.washington.cs.knowitall.type - package edu.washington.cs.knowitall.type
 
edu.washington.cs.knowitall.type.tag - package edu.washington.cs.knowitall.type.tag
 
edu.washington.cs.knowitall.type.tag.constraint - package edu.washington.cs.knowitall.type.tag.constraint
 
edu.washington.cs.knowitall.util - package edu.washington.cs.knowitall.util
 
endBrackets - Variable in class edu.washington.cs.knowitall.sentenceextractor.StandardSentenceExtractor
 
endBrackets - Variable in class edu.washington.cs.knowitall.sentenceextractor.XmlSentenceExtractor
 
endPattern - Variable in class edu.washington.cs.knowitall.sentenceextractor.StandardSentenceExtractor
 
equals(Object) - Method in class edu.washington.cs.knowitall.extraction.Extraction
 
equals(Object) - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
 
equals(Object) - Method in class edu.washington.cs.knowitall.ontology.OntologicalForm
 
equals(Object) - Method in class edu.washington.cs.knowitall.ontology.OntologicalFormArgument
 
equals(Object) - Method in class edu.washington.cs.knowitall.ontology.OntologicalRelation
 
equals(Object) - Method in class edu.washington.cs.knowitall.ontology.OntologicalRelationArgument
 
equals(Object) - Method in class edu.washington.cs.knowitall.rule.confidence.score.PrecisionRecallScore
 
equals(Object) - Method in class edu.washington.cs.knowitall.rule.confidence.score.SimpleScore
 
equals(Object) - Method in class edu.washington.cs.knowitall.rule.constraint.AbstractPatternConstraint
 
equals(Object) - Method in class edu.washington.cs.knowitall.rule.constraint.AbstractRegexConstraint
 
equals(Object) - Method in class edu.washington.cs.knowitall.rule.constraint.Constraint
Force subclasses to avoid pointer-based comparison.
equals(Object) - Method in class edu.washington.cs.knowitall.rule.constraint.PartConstraint
 
equals(Object) - Method in class edu.washington.cs.knowitall.rule.constraint.PatternConstraint
 
equals(Object) - Method in class edu.washington.cs.knowitall.rule.constraint.SequenceConstraint
 
equals(Object) - Method in class edu.washington.cs.knowitall.rule.constraint.StringConstraint
 
equals(Object) - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint
 
equals(Object) - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint.Requirement
 
equals(Object) - Method in class edu.washington.cs.knowitall.rule.constraint.TypeConstraint
 
equals(Object) - Method in class edu.washington.cs.knowitall.rule.Rank
 
equals(Object) - Method in class edu.washington.cs.knowitall.rule.Rule
 
equals(Object) - Method in class edu.washington.cs.knowitall.Sentence
 
equals(Object) - Method in class edu.washington.cs.knowitall.type.tag.KeywordTagger
 
equals(Object) - Method in class edu.washington.cs.knowitall.type.tag.PatternTagger
 
equals(Object) - Method in class edu.washington.cs.knowitall.type.tag.Tagger
 
equals(Object) - Method in class edu.washington.cs.knowitall.type.tag.TaggerCollection
 
equals(Object) - Method in class edu.washington.cs.knowitall.type.Type
 
error - Variable in class edu.washington.cs.knowitall.rule.Results
 
ExactMatcher - Class in edu.washington.cs.knowitall.ontology.match
 
ExactMatcher() - Constructor for class edu.washington.cs.knowitall.ontology.match.ExactMatcher
 
expression - Variable in class edu.washington.cs.knowitall.rule.constraint.AbstractPatternConstraint
 
expressions - Variable in class edu.washington.cs.knowitall.type.tag.PatternTagger
 
externalArgumentWeight - Variable in class edu.washington.cs.knowitall.rule.confidence.MRConfidenceFunction
 
extract(String) - Method in class edu.washington.cs.knowitall.sentenceextractor.AbstractSentenceExtractor
 
extractCandidates(Sentence) - Method in class edu.washington.cs.knowitall.extractor.RelationalNounExtractor
 
Extraction - Class in edu.washington.cs.knowitall.extraction
A subsequence of a sentence.
Extraction(Sentence, Range, String) - Constructor for class edu.washington.cs.knowitall.extraction.Extraction
 
Extraction(Sentence, Range) - Constructor for class edu.washington.cs.knowitall.extraction.Extraction
 
ExtractionBuilder - Class in edu.washington.cs.knowitall.extractor
 
ExtractionBuilder() - Constructor for class edu.washington.cs.knowitall.extractor.ExtractionBuilder
 
ExtractionPart - Enum in edu.washington.cs.knowitall
An enum representing a section of an extraction.
extractions() - Method in class edu.washington.cs.knowitall.rule.Annotation
 
extractions() - Method in class edu.washington.cs.knowitall.Sentence
The extractions in this sentence.
extractions(Iterable<Sentence>) - Static method in class edu.washington.cs.knowitall.Sentence
 
ExtractSentences - Class in edu.washington.cs.knowitall.util
 
ExtractSentences() - Constructor for class edu.washington.cs.knowitall.util.ExtractSentences
 

F

filter(List<AnnotatedSentence>) - Method in class edu.washington.cs.knowitall.rule.base.BaseRuleFactory
 
filter(List<Type>) - Method in class edu.washington.cs.knowitall.type.tag.Tagger
Remove types that cover over types.
filterAnnotations(List<Annotation>) - Method in class edu.washington.cs.knowitall.rule.Rule
Filters the annotations by those that check against this rule.
filterBest(Iterable<Rank<E>>) - Method in class edu.washington.cs.knowitall.rule.learn.RuleLearner
 
filterBestRules(Collection<Rule>) - Method in class edu.washington.cs.knowitall.rule.learn.RuleLearner
 
filterExtractions(Iterable<RelationExtraction>) - Method in class edu.washington.cs.knowitall.rule.Rule
 
findSentence(Collection<Sentence>, String) - Static method in class edu.washington.cs.knowitall.rule.Annotation
Find the sentence with text equal to sentenceText.
findSentence(List<Sentence>, long) - Static method in class edu.washington.cs.knowitall.rule.Annotation
Find the sentence with id equal to sentenceId.
findTags(Sentence, List<String>) - Method in class edu.washington.cs.knowitall.type.tag.CaseInsensitiveKeywordTagger
 
findTags(Sentence) - Method in class edu.washington.cs.knowitall.type.tag.CaseInsensitiveNpChunkTagger
 
findTags(Sentence) - Method in class edu.washington.cs.knowitall.type.tag.CaseInsensitiveNpHeadwordTagger
 
findTags(Sentence) - Method in class edu.washington.cs.knowitall.type.tag.KeywordTagger
 
findTags(Sentence, List<String>) - Method in class edu.washington.cs.knowitall.type.tag.KeywordTagger
 
findTags(List<Type>, Sentence, List<String>, String[]) - Method in class edu.washington.cs.knowitall.type.tag.KeywordTagger
 
findTags(Sentence, List<String>) - Method in class edu.washington.cs.knowitall.type.tag.NormalizedKeywordTagger
 
findTags(Sentence) - Method in class edu.washington.cs.knowitall.type.tag.NormalizedNpChunkTagger
 
findTags(Sentence) - Method in class edu.washington.cs.knowitall.type.tag.NormalizedNpHeadwordTagger
 
findTags(Sentence) - Method in class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger
 
findTags(Sentence) - Method in class edu.washington.cs.knowitall.type.tag.PatternTagger
 
findTags(Sentence, List<String>) - Method in class edu.washington.cs.knowitall.type.tag.PatternTagger
 
findTags(List<Token>, List<String>, RegularExpression<Token>) - Method in class edu.washington.cs.knowitall.type.tag.PatternTagger
 
findTags(Sentence) - Method in class edu.washington.cs.knowitall.type.tag.RegexTagger
 
findTags(Sentence, List<String>) - Method in class edu.washington.cs.knowitall.type.tag.RegexTagger
 
findTags(List<Type>, Sentence, List<String>, Pattern[]) - Method in class edu.washington.cs.knowitall.type.tag.RegexTagger
 
findTags(Sentence) - Method in class edu.washington.cs.knowitall.type.tag.StanfordNamedEntityTagger
 
findTags(Sentence) - Method in class edu.washington.cs.knowitall.type.tag.Tagger
 
flags() - Method in class edu.washington.cs.knowitall.rule.constraint.AbstractRegexConstraint
 
flags() - Method in class edu.washington.cs.knowitall.rule.constraint.LemmaConstraint
 
flags() - Method in class edu.washington.cs.knowitall.rule.constraint.RegexConstraint
 
flags() - Method in class edu.washington.cs.knowitall.rule.constraint.StringConstraint
 
FnConfidenceFunction - Class in edu.washington.cs.knowitall.rule.confidence
A simple confidence function that computes the percentage of resulting ontological relations a rule creates that match an annotation.
FnConfidenceFunction(List<AnnotatedSentence>, OntologicalRelationMatcher, double) - Constructor for class edu.washington.cs.knowitall.rule.confidence.FnConfidenceFunction
 
FnConfidenceFunction(List<AnnotatedSentence>, double) - Constructor for class edu.washington.cs.knowitall.rule.confidence.FnConfidenceFunction
 
form - Variable in class edu.washington.cs.knowitall.rule.Rule
 
fromDirectory(File) - Static method in class edu.washington.cs.knowitall.type.tag.TaggerCollection
 
fromDocument(Document) - Static method in class edu.washington.cs.knowitall.rule.AnnotatedSentence
 
fromDocument(Document) - Static method in class edu.washington.cs.knowitall.Sentence
Deserialize sentence from an XML document.
fromFile(File, Collection<Sentence>) - Static method in class edu.washington.cs.knowitall.rule.AnnotatedSentence
 
fromFile(File) - Static method in class edu.washington.cs.knowitall.type.tag.TaggerCollection
 
fromPath(String) - Static method in class edu.washington.cs.knowitall.type.tag.TaggerCollection
 
fromXmlDocument(Document) - Static method in class edu.washington.cs.knowitall.rule.Rule
 
fromXmlElement(Element, Sentence) - Static method in class edu.washington.cs.knowitall.extraction.ArgumentExtraction
 
fromXmlElement(Element, Sentence) - Static method in class edu.washington.cs.knowitall.extraction.PredicateExtraction
 
fromXmlElement(Element, Sentence) - Static method in class edu.washington.cs.knowitall.extraction.RelationExtraction
 
fromXmlElement(Element) - Static method in class edu.washington.cs.knowitall.ontology.OntologicalForm
 
fromXmlElement(Element) - Static method in class edu.washington.cs.knowitall.ontology.OntologicalFormArgument
 
fromXmlElement(Element) - Static method in class edu.washington.cs.knowitall.ontology.OntologicalRelation
 
fromXmlElement(Element) - Static method in class edu.washington.cs.knowitall.rule.AnnotatedSentence
 
fromXmlElement(Sentence, Element) - Static method in class edu.washington.cs.knowitall.rule.Annotation
 
fromXmlElement(Element) - Static method in class edu.washington.cs.knowitall.rule.constraint.Constraint
 
fromXmlElement(Element) - Static method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint.Requirement
 
fromXmlElement(Element) - Static method in class edu.washington.cs.knowitall.rule.Rule
 
fromXmlElement(Element) - Static method in class edu.washington.cs.knowitall.Sentence
 
fromXmlElement(Element, List<String>) - Static method in class edu.washington.cs.knowitall.type.Type
 

G

generalize() - Method in class edu.washington.cs.knowitall.rule.constraint.AbstractRegexConstraint
 
generalize() - Method in class edu.washington.cs.knowitall.rule.constraint.Constraint
Creates a list of constraints with constraint size reduced by exactly one.
generalize() - Method in class edu.washington.cs.knowitall.rule.constraint.PartConstraint
 
generalize() - Method in class edu.washington.cs.knowitall.rule.constraint.PatternConstraint
 
generalize() - Method in class edu.washington.cs.knowitall.rule.constraint.SequenceConstraint
Simplify this constraint one step.
generalize() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint
Generalize by removing a subconstraint.
generalize() - Method in class edu.washington.cs.knowitall.rule.constraint.TypeConstraint
 
generalize(Rule) - Method in class edu.washington.cs.knowitall.rule.learn.Learner
Generalize the rule and filter by the validation constraints.
generalize() - Method in class edu.washington.cs.knowitall.rule.Rule
Returns a list of all the rules that are generalized by removing a single constraint (reducing the constraint size by 1).
GeneralizeRule - Class in edu.washington.cs.knowitall.rule.util
 
GeneralizeRule() - Constructor for class edu.washington.cs.knowitall.rule.util.GeneralizeRule
 
getArgument1() - Method in class edu.washington.cs.knowitall.extraction.NestedExtraction
 
getBaseExtraction() - Method in class edu.washington.cs.knowitall.extraction.NestedExtraction
 
getChildren(String) - Method in class edu.washington.cs.knowitall.type.TypeHierarchy
 
getChunkTags() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
 
getChunkTags() - Method in interface edu.washington.cs.knowitall.TokenSequence
 
getClass(String) - Static method in class edu.washington.cs.knowitall.ontology.match.OntologicalRelationMatcher
 
getConstraintClass(String) - Static method in class edu.washington.cs.knowitall.rule.constraint.Constraint
 
getConstraintClass(String) - Static method in class edu.washington.cs.knowitall.type.tag.constraint.Constraint
 
getDescendents(String) - Method in class edu.washington.cs.knowitall.type.TypeHierarchy
 
getId() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
 
getId() - Method in class edu.washington.cs.knowitall.Sentence
 
getKeywords() - Method in class edu.washington.cs.knowitall.type.tag.KeywordTagger
 
getLemmas() - Method in class edu.washington.cs.knowitall.extraction.Extraction
 
getLemmas() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
 
getLemmas() - Method in class edu.washington.cs.knowitall.Sentence
The lemmas of this sentence.
getLemmas(Range) - Method in class edu.washington.cs.knowitall.Sentence
The lemmas of this sentence, constraint to the specified range.
getLemmas() - Method in interface edu.washington.cs.knowitall.TokenSequence
 
getNestedRelation() - Method in class edu.washington.cs.knowitall.extraction.NestedExtraction
 
getPart(ExtractionPart) - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
Retrieve a TokenSequence that corresponds to the specified part.
getPosTags() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
 
getPosTags() - Method in interface edu.washington.cs.knowitall.TokenSequence
 
getRange() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
The range of the extraction.
getRange(String) - Method in class edu.washington.cs.knowitall.Sentence
 
getRange() - Method in class edu.washington.cs.knowitall.Sentence
 
getSentence() - Method in class edu.washington.cs.knowitall.extraction.Extraction
 
getSource() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
 
getString(TokenSequence) - Method in class edu.washington.cs.knowitall.rule.constraint.AbstractPatternConstraint
 
getString(TokenSequence) - Method in class edu.washington.cs.knowitall.rule.constraint.AbstractRegexConstraint
 
getString(TokenSequence) - Method in class edu.washington.cs.knowitall.rule.constraint.LemmaConstraint
 
getString(TokenSequence) - Method in class edu.washington.cs.knowitall.rule.constraint.RegexConstraint
 
getTaggerClass(String) - Static method in class edu.washington.cs.knowitall.type.tag.Tagger
 
getText() - Method in class edu.washington.cs.knowitall.type.Type
 
getTokens() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
 
getTokens() - Method in interface edu.washington.cs.knowitall.TokenSequence
 
getTokens() - Method in class edu.washington.cs.knowitall.type.Type
 
getTokensAsString() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
 
getTokensAsString() - Method in interface edu.washington.cs.knowitall.TokenSequence
 
getTokensAsString() - Method in class edu.washington.cs.knowitall.type.Type
 
getType(String) - Method in class edu.washington.cs.knowitall.Token
 
getTypes() - Method in class edu.washington.cs.knowitall.extraction.Extraction
 
getTypes() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
 
getTypes() - Method in class edu.washington.cs.knowitall.Sentence
 
getTypes() - Method in interface edu.washington.cs.knowitall.TokenSequence
 

H

hashCode() - Method in class edu.washington.cs.knowitall.ontology.OntologicalForm
 
hashCode() - Method in class edu.washington.cs.knowitall.ontology.OntologicalFormArgument
 
hashCode() - Method in class edu.washington.cs.knowitall.ontology.OntologicalRelation
 
hashCode() - Method in class edu.washington.cs.knowitall.ontology.OntologicalRelationArgument
 
hashCode() - Method in class edu.washington.cs.knowitall.rule.confidence.score.PrecisionRecallScore
 
hashCode() - Method in class edu.washington.cs.knowitall.rule.confidence.score.SimpleScore
 
hashCode() - Method in class edu.washington.cs.knowitall.rule.constraint.AbstractRegexConstraint
 
hashCode() - Method in class edu.washington.cs.knowitall.rule.constraint.Constraint
Force subclasses to avoid pointer-based comparison.
hashCode() - Method in class edu.washington.cs.knowitall.rule.constraint.PartConstraint
 
hashCode() - Method in class edu.washington.cs.knowitall.rule.constraint.SequenceConstraint
 
hashCode() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint
 
hashCode() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint.Requirement
 
hashCode() - Method in class edu.washington.cs.knowitall.rule.constraint.TypeConstraint
 
hashCode() - Method in class edu.washington.cs.knowitall.rule.Rank
 
hashCode() - Method in class edu.washington.cs.knowitall.rule.Rule
 
hashCode() - Method in class edu.washington.cs.knowitall.Sentence
 
hashCode() - Method in class edu.washington.cs.knowitall.type.Type
 
hierarchy - Static variable in class edu.washington.cs.knowitall.rule.constraint.TypeConstraint
 

I

IARPABaseRuleFactory - Class in edu.washington.cs.knowitall.rule.base
 
IARPABaseRuleFactory() - Constructor for class edu.washington.cs.knowitall.rule.base.IARPABaseRuleFactory
 
id - Variable in class edu.washington.cs.knowitall.Sentence
 
index - Variable in class edu.washington.cs.knowitall.Token
 
init(NamedEntityRecognizer.OpenNLPClassifier) - Method in class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger
 
init(String) - Method in class edu.washington.cs.knowitall.type.tag.StanfordNamedEntityTagger
 
instance(RelationExtraction) - Method in class edu.washington.cs.knowitall.ontology.OntologicalForm
Create an instance of this class by applying the argument constraints to the supplied extraction.
instance(RelationExtraction) - Method in class edu.washington.cs.knowitall.ontology.OntologicalFormArgument
Create an instance of this argument class by applying the constraint to the extraction.
isExternal() - Method in enum edu.washington.cs.knowitall.ExtractionPart
Determines if the part is outside the extraction.
isExtractionPart() - Method in enum edu.washington.cs.knowitall.ExtractionPart
Determines if the part is in the extraction.
isLearnable(Annotation) - Method in class edu.washington.cs.knowitall.rule.base.BaseRuleFactory
 
isNegated() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
 
isPassive() - Method in class edu.washington.cs.knowitall.extraction.PredicateExtraction
 
isPassive() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
Determine if the extraction has the passive voice.

J

junk - Variable in class edu.washington.cs.knowitall.sentenceextractor.StandardSentenceExtractor
 
junk - Variable in class edu.washington.cs.knowitall.sentenceextractor.XmlSentenceExtractor
 

K

keywords - Variable in class edu.washington.cs.knowitall.type.tag.KeywordTagger
 
KeywordTagger - Class in edu.washington.cs.knowitall.type.tag
Search for exact keyword matches, case-sensitive, and tag the match.
KeywordTagger(String) - Constructor for class edu.washington.cs.knowitall.type.tag.KeywordTagger
 
KeywordTagger(String, List<String>) - Constructor for class edu.washington.cs.knowitall.type.tag.KeywordTagger
 
KeywordTagger(String, String) - Constructor for class edu.washington.cs.knowitall.type.tag.KeywordTagger
 
KeywordTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.KeywordTagger
 

L

learn(Iterable<Annotation>) - Method in class edu.washington.cs.knowitall.rule.learn.RuleLearner
 
learn(Annotation) - Method in class edu.washington.cs.knowitall.rule.learn.RuleLearner
Generalize rules from the base rule created from the supplied annotation.
Learner<E extends Comparable<E>> - Class in edu.washington.cs.knowitall.rule.learn
 
Learner(BaseRuleFactory, RuleValidator, ConfidenceFunction<E>) - Constructor for class edu.washington.cs.knowitall.rule.learn.Learner
 
left() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
An Extraction that covers the sentence to the left of this extraction.
leftRange() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
The range of the sentence to the left of the extraction.
lemma() - Method in class edu.washington.cs.knowitall.Token
The lemma of this token.
LemmaConstraint - Class in edu.washington.cs.knowitall.rule.constraint
Constrains based on the presence of a lemma.
LemmaConstraint(Element) - Constructor for class edu.washington.cs.knowitall.rule.constraint.LemmaConstraint
 
LemmaConstraint(ExtractionPart, String) - Constructor for class edu.washington.cs.knowitall.rule.constraint.LemmaConstraint
 
LemmaConstraint(ExtractionPart, List<String>) - Constructor for class edu.washington.cs.knowitall.rule.constraint.LemmaConstraint
 
loadClassifierModel(NamedEntityRecognizer.OpenNLPClassifier) - Static method in class edu.washington.cs.knowitall.NamedEntityRecognizer
 
logger - Static variable in class edu.washington.cs.knowitall.rule.base.BaseRuleFactory
 
logger - Static variable in class edu.washington.cs.knowitall.rule.Rule
 

M

main(String[]) - Static method in class edu.washington.cs.knowitall.extractor.NestedExtractor
 
main(String[]) - Static method in class edu.washington.cs.knowitall.extractor.RelationalNounExtractor
 
main(String[]) - Static method in class edu.washington.cs.knowitall.kdd.ArabicNameOpenNLPSentenceChunker
 
main(String[]) - Static method in class edu.washington.cs.knowitall.NamedEntityRecognizer
 
main(String[]) - Static method in class edu.washington.cs.knowitall.rule.AnnotatedSentence
 
main(String[]) - Static method in class edu.washington.cs.knowitall.rule.learn.RuleLearner
 
main(String[]) - Static method in class edu.washington.cs.knowitall.rule.Rule
 
main(String[]) - Static method in class edu.washington.cs.knowitall.rule.util.GeneralizeRule
 
main(String[]) - Static method in class edu.washington.cs.knowitall.rule.util.MassageAnnotationArguments
 
main(String[]) - Static method in class edu.washington.cs.knowitall.rule.util.PrettyPrintRule
 
main(String[]) - Static method in class edu.washington.cs.knowitall.rule.util.RunRule
 
main(String[]) - Static method in class edu.washington.cs.knowitall.rule.util.RunRuleAgainstAnnotations
 
main(String[]) - Static method in class edu.washington.cs.knowitall.rule.util.SimplifyRule
 
main(String[]) - Static method in class edu.washington.cs.knowitall.Stemmer
 
main(String[]) - Static method in class edu.washington.cs.knowitall.type.tag.TaggerCollection
 
main(String[]) - Static method in class edu.washington.cs.knowitall.util.ExtractSentences
 
main(String[]) - Static method in class edu.washington.cs.knowitall.util.TagExtractions
 
makeRegex(String) - Static method in class edu.washington.cs.knowitall.Sentence
This class compiles regular expressions over the tokens in a sentence into an NFA.
MassageAnnotationArguments - Class in edu.washington.cs.knowitall.rule.util
 
MassageAnnotationArguments() - Constructor for class edu.washington.cs.knowitall.rule.util.MassageAnnotationArguments
 
match(OntologicalRelation) - Method in class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 
match(List<String>, String[], int) - Method in class edu.washington.cs.knowitall.type.tag.KeywordTagger
 
match(List<String>, Pattern[], int) - Method in class edu.washington.cs.knowitall.type.tag.RegexTagger
 
match() - Method in class edu.washington.cs.knowitall.type.Type
 
matcher - Variable in class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 
matches(OntologicalRelation, OntologicalRelation) - Method in class edu.washington.cs.knowitall.ontology.match.ContainsMatcher
 
matches(OntologicalRelation, OntologicalRelation) - Method in class edu.washington.cs.knowitall.ontology.match.ExactMatcher
 
matches(OntologicalRelation, OntologicalRelation) - Method in class edu.washington.cs.knowitall.ontology.match.OntologicalRelationMatcher
 
matches(OntologicalRelation, OntologicalRelation) - Method in class edu.washington.cs.knowitall.ontology.match.PercentOverlapMatcher
 
matchesRelation(OntologicalRelation, OntologicalRelationMatcher) - Method in class edu.washington.cs.knowitall.rule.AnnotatedSentence
 
minRecall - Variable in class edu.washington.cs.knowitall.rule.confidence.PrecisionRecallConfidenceFunction
 
MostGeneralRuleLearner<E extends Comparable<E>> - Class in edu.washington.cs.knowitall.rule.learn
 
MostGeneralRuleLearner(BaseRuleFactory, RuleValidator, ConfidenceFunction<E>) - Constructor for class edu.washington.cs.knowitall.rule.learn.MostGeneralRuleLearner
 
MRConfidenceFunction - Class in edu.washington.cs.knowitall.rule.confidence
The confidence function developed by Stephen and Will.
MRConfidenceFunction(List<AnnotatedSentence>, double, double, double, double) - Constructor for class edu.washington.cs.knowitall.rule.confidence.MRConfidenceFunction
 
MRConfidenceFunction(List<AnnotatedSentence>) - Constructor for class edu.washington.cs.knowitall.rule.confidence.MRConfidenceFunction
 
MRRuleValidator - Class in edu.washington.cs.knowitall.rule.validate
 
MRRuleValidator() - Constructor for class edu.washington.cs.knowitall.rule.validate.MRRuleValidator
 

N

name - Variable in class edu.washington.cs.knowitall.ontology.OntologicalForm
 
name - Variable in class edu.washington.cs.knowitall.ontology.OntologicalFormArgument
 
name - Variable in class edu.washington.cs.knowitall.ontology.OntologicalRelation
 
name - Variable in class edu.washington.cs.knowitall.ontology.OntologicalRelationArgument
 
NamedEntityRecognizer - Class in edu.washington.cs.knowitall
 
NamedEntityRecognizer() - Constructor for class edu.washington.cs.knowitall.NamedEntityRecognizer
 
NamedEntityRecognizer.OpenNLPClassifier - Enum in edu.washington.cs.knowitall
 
NestedExtraction - Class in edu.washington.cs.knowitall.extraction
A class that represents a nested relation.
NestedExtraction(ChunkedExtraction, ChunkedExtraction, ChunkedBinaryExtraction) - Constructor for class edu.washington.cs.knowitall.extraction.NestedExtraction
Constructs a new NestedExtraction object
NestedExtractor - Class in edu.washington.cs.knowitall.extractor
An extractor for obtaining nested extractions from sentences.
NestedExtractor() - Constructor for class edu.washington.cs.knowitall.extractor.NestedExtractor
 
noExtractionConstraintInArgumentWeight - Variable in class edu.washington.cs.knowitall.rule.confidence.MRConfidenceFunction
 
normalize(String) - Static method in class edu.washington.cs.knowitall.Stemmer
 
normalize(Iterable<String>) - Static method in class edu.washington.cs.knowitall.Stemmer
 
NormalizedKeywordTagger - Class in edu.washington.cs.knowitall.type.tag
Search for normalized keywords against a normalized sentence and tag the match.
NormalizedKeywordTagger(String, List<String>) - Constructor for class edu.washington.cs.knowitall.type.tag.NormalizedKeywordTagger
 
NormalizedKeywordTagger(String, String) - Constructor for class edu.washington.cs.knowitall.type.tag.NormalizedKeywordTagger
 
NormalizedKeywordTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.NormalizedKeywordTagger
 
NormalizedNpChunkTagger - Class in edu.washington.cs.knowitall.type.tag
Search for normalized keywords against a normalized sentence and tag the chunk that contains the match.
NormalizedNpChunkTagger(String, List<String>) - Constructor for class edu.washington.cs.knowitall.type.tag.NormalizedNpChunkTagger
 
NormalizedNpChunkTagger(String, String) - Constructor for class edu.washington.cs.knowitall.type.tag.NormalizedNpChunkTagger
 
NormalizedNpChunkTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.NormalizedNpChunkTagger
 
NormalizedNpHeadwordTagger - Class in edu.washington.cs.knowitall.type.tag
Search for normalized keywords against a normalized sentence and tag the chunk that contains the match if the match is the headword.
NormalizedNpHeadwordTagger(String, List<String>) - Constructor for class edu.washington.cs.knowitall.type.tag.NormalizedNpHeadwordTagger
 
NormalizedNpHeadwordTagger(String, String) - Constructor for class edu.washington.cs.knowitall.type.tag.NormalizedNpHeadwordTagger
 
NormalizedNpHeadwordTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.NormalizedNpHeadwordTagger
 
noTypeConstraintInExtractionWeight - Variable in class edu.washington.cs.knowitall.rule.confidence.MRConfidenceFunction
 
noTypeConstraintWeight - Variable in class edu.washington.cs.knowitall.rule.confidence.MRConfidenceFunction
 
NounPhraseConstraint - Class in edu.washington.cs.knowitall.type.tag.constraint
 
NounPhraseConstraint() - Constructor for class edu.washington.cs.knowitall.type.tag.constraint.NounPhraseConstraint
 
NREL - Static variable in class edu.washington.cs.knowitall.extraction.NestedExtraction
 
numberAnnotationsCorrect(Rule) - Method in class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 

O

OntologicalForm - Class in edu.washington.cs.knowitall.ontology
A representation of a class of ontological relation.
OntologicalForm(String, Collection<OntologicalFormArgument>) - Constructor for class edu.washington.cs.knowitall.ontology.OntologicalForm
 
OntologicalForm(String, OntologicalFormArgument[]) - Constructor for class edu.washington.cs.knowitall.ontology.OntologicalForm
 
OntologicalForm(String, Iterable<OntologicalFormArgument>) - Constructor for class edu.washington.cs.knowitall.ontology.OntologicalForm
 
OntologicalFormArgument - Class in edu.washington.cs.knowitall.ontology
 
OntologicalFormArgument(String, CaptureConstraint) - Constructor for class edu.washington.cs.knowitall.ontology.OntologicalFormArgument
 
OntologicalRelation - Class in edu.washington.cs.knowitall.ontology
An instance of an @see OntologicalForm form.
OntologicalRelation(String, List<OntologicalRelationArgument>) - Constructor for class edu.washington.cs.knowitall.ontology.OntologicalRelation
 
OntologicalRelation(OntologicalForm, List<OntologicalRelationArgument>) - Constructor for class edu.washington.cs.knowitall.ontology.OntologicalRelation
 
OntologicalRelationArgument - Class in edu.washington.cs.knowitall.ontology
An instance of a OntologicalFormArgument.
OntologicalRelationArgument(String, String) - Constructor for class edu.washington.cs.knowitall.ontology.OntologicalRelationArgument
 
OntologicalRelationMatcher - Class in edu.washington.cs.knowitall.ontology.match
 
OntologicalRelationMatcher() - Constructor for class edu.washington.cs.knowitall.ontology.match.OntologicalRelationMatcher
 
OpenNLPNamedEntityTagger - Class in edu.washington.cs.knowitall.type.tag
Tag OpenNLP named entities.
OpenNLPNamedEntityTagger(String, NamedEntityRecognizer.OpenNLPClassifier) - Constructor for class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger
 
OpenNLPNamedEntityTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger
 
OpenNLPNamedEntityTagger.DateTagger - Class in edu.washington.cs.knowitall.type.tag
 
OpenNLPNamedEntityTagger.DateTagger() - Constructor for class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger.DateTagger
 
OpenNLPNamedEntityTagger.DateTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger.DateTagger
 
OpenNLPNamedEntityTagger.LocationTagger - Class in edu.washington.cs.knowitall.type.tag
 
OpenNLPNamedEntityTagger.LocationTagger() - Constructor for class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger.LocationTagger
 
OpenNLPNamedEntityTagger.LocationTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger.LocationTagger
 
OpenNLPNamedEntityTagger.MoneyTagger - Class in edu.washington.cs.knowitall.type.tag
 
OpenNLPNamedEntityTagger.MoneyTagger() - Constructor for class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger.MoneyTagger
 
OpenNLPNamedEntityTagger.MoneyTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger.MoneyTagger
 
OpenNLPNamedEntityTagger.OrganizationTagger - Class in edu.washington.cs.knowitall.type.tag
 
OpenNLPNamedEntityTagger.OrganizationTagger() - Constructor for class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger.OrganizationTagger
 
OpenNLPNamedEntityTagger.OrganizationTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger.OrganizationTagger
 
OpenNLPNamedEntityTagger.PercentageTagger - Class in edu.washington.cs.knowitall.type.tag
 
OpenNLPNamedEntityTagger.PercentageTagger() - Constructor for class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger.PercentageTagger
 
OpenNLPNamedEntityTagger.PercentageTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger.PercentageTagger
 
OpenNLPNamedEntityTagger.PersonTagger - Class in edu.washington.cs.knowitall.type.tag
 
OpenNLPNamedEntityTagger.PersonTagger() - Constructor for class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger.PersonTagger
 
OpenNLPNamedEntityTagger.PersonTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger.PersonTagger
 
OpenNLPNamedEntityTagger.TimeTagger - Class in edu.washington.cs.knowitall.type.tag
 
OpenNLPNamedEntityTagger.TimeTagger() - Constructor for class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger.TimeTagger
 
OpenNLPNamedEntityTagger.TimeTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger.TimeTagger
 
optimize(Iterable<Rule>) - Method in class edu.washington.cs.knowitall.rule.learn.RuleSetOptimizer
 
optimize(Iterable<Rule>) - Method in class edu.washington.cs.knowitall.rule.learn.SimpleMaximizingRuleSetOptimizer
 
optimize(Collection<Set<Rule>>, E) - Method in class edu.washington.cs.knowitall.rule.learn.SimpleMaximizingRuleSetOptimizer
 
originalText - Variable in class edu.washington.cs.knowitall.Sentence
 
overlaps(Extraction, String) - Static method in class edu.washington.cs.knowitall.rule.util.MassageAnnotationArguments
 

P

parent - Variable in class edu.washington.cs.knowitall.rule.Rule
 
ParseTagException - Class in edu.washington.cs.knowitall.type.tag
 
ParseTagException(String, Element) - Constructor for class edu.washington.cs.knowitall.type.tag.ParseTagException
 
ParseTagException(String, Exception) - Constructor for class edu.washington.cs.knowitall.type.tag.ParseTagException
 
ParseTagException(Exception) - Constructor for class edu.washington.cs.knowitall.type.tag.ParseTagException
 
part - Variable in class edu.washington.cs.knowitall.rule.constraint.Constraint
 
PartConstraint - Class in edu.washington.cs.knowitall.rule.constraint
While not strictly a constraint because the condition is always true, this constraint captures the specified extraction part.
PartConstraint(Element) - Constructor for class edu.washington.cs.knowitall.rule.constraint.PartConstraint
 
PartConstraint(ExtractionPart) - Constructor for class edu.washington.cs.knowitall.rule.constraint.PartConstraint
 
path() - Method in enum edu.washington.cs.knowitall.NamedEntityRecognizer.OpenNLPClassifier
 
pattern - Variable in class edu.washington.cs.knowitall.rule.constraint.AbstractRegexConstraint
 
pattern() - Method in class edu.washington.cs.knowitall.rule.constraint.StringConstraint
 
pattern() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint
 
pattern() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint.Requirement
 
pattern(String, String) - Static method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint.Requirement
 
pattern() - Method in class edu.washington.cs.knowitall.rule.constraint.TypeConstraint
 
PatternConstraint - Class in edu.washington.cs.knowitall.rule.constraint
Constrains based on the supplied token-based pattern.
PatternConstraint(Element) - Constructor for class edu.washington.cs.knowitall.rule.constraint.PatternConstraint
 
PatternConstraint(Element, ExtractionPart) - Constructor for class edu.washington.cs.knowitall.rule.constraint.PatternConstraint
 
PatternConstraint(ExtractionPart, String) - Constructor for class edu.washington.cs.knowitall.rule.constraint.PatternConstraint
 
patterns - Variable in class edu.washington.cs.knowitall.type.tag.PatternTagger
 
patterns - Variable in class edu.washington.cs.knowitall.type.tag.RegexTagger
 
PatternTagger - Class in edu.washington.cs.knowitall.type.tag
Run a token-based pattern over the text and tag matches.
PatternTagger(String) - Constructor for class edu.washington.cs.knowitall.type.tag.PatternTagger
 
PatternTagger(String, List<String>) - Constructor for class edu.washington.cs.knowitall.type.tag.PatternTagger
 
PatternTagger(String, String) - Constructor for class edu.washington.cs.knowitall.type.tag.PatternTagger
 
PatternTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.PatternTagger
 
percent(OntologicalRelation, OntologicalRelation) - Method in class edu.washington.cs.knowitall.ontology.match.BinaryOverlapMatcher
 
percent(OntologicalRelation, OntologicalRelation) - Method in class edu.washington.cs.knowitall.ontology.match.ContainsMatcher
 
percent(OntologicalRelation, OntologicalRelation) - Method in class edu.washington.cs.knowitall.ontology.match.ExactMatcher
 
percent(OntologicalRelation, OntologicalRelation) - Method in class edu.washington.cs.knowitall.ontology.match.OntologicalRelationMatcher
 
percent(OntologicalRelation, OntologicalRelation) - Method in class edu.washington.cs.knowitall.ontology.match.PercentOverlapMatcher
 
PercentOverlapMatcher - Class in edu.washington.cs.knowitall.ontology.match
 
PercentOverlapMatcher() - Constructor for class edu.washington.cs.knowitall.ontology.match.PercentOverlapMatcher
 
pos() - Method in class edu.washington.cs.knowitall.Token
The part of speech tag of this token.
positive - Variable in class edu.washington.cs.knowitall.rule.Annotation
 
precision - Variable in class edu.washington.cs.knowitall.rule.confidence.score.PrecisionRecallScore
 
PrecisionRecallConfidenceFunction - Class in edu.washington.cs.knowitall.rule.confidence
A simple confidence function that computes the percentage of resulting ontological relations a rule creates that match an annotation.
PrecisionRecallConfidenceFunction(List<AnnotatedSentence>, OntologicalRelationMatcher, double) - Constructor for class edu.washington.cs.knowitall.rule.confidence.PrecisionRecallConfidenceFunction
 
PrecisionRecallConfidenceFunction(List<AnnotatedSentence>) - Constructor for class edu.washington.cs.knowitall.rule.confidence.PrecisionRecallConfidenceFunction
 
PrecisionRecallConfidenceFunction(List<AnnotatedSentence>, OntologicalRelationMatcher) - Constructor for class edu.washington.cs.knowitall.rule.confidence.PrecisionRecallConfidenceFunction
 
PrecisionRecallConfidenceFunction(List<AnnotatedSentence>, double) - Constructor for class edu.washington.cs.knowitall.rule.confidence.PrecisionRecallConfidenceFunction
 
PrecisionRecallScore - Class in edu.washington.cs.knowitall.rule.confidence.score
 
PrecisionRecallScore(double, double, int, ComparableSequence<Integer>) - Constructor for class edu.washington.cs.knowitall.rule.confidence.score.PrecisionRecallScore
 
PrecisionRecallScore(double, double, int) - Constructor for class edu.washington.cs.knowitall.rule.confidence.score.PrecisionRecallScore
 
predicate() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
The predicate.
PredicateExtraction - Class in edu.washington.cs.knowitall.extraction
The portion of a relation extraction that is the predicate.
PredicateExtraction(Sentence, Range, String) - Constructor for class edu.washington.cs.knowitall.extraction.PredicateExtraction
 
PredicateExtraction(Sentence, Range) - Constructor for class edu.washington.cs.knowitall.extraction.PredicateExtraction
 
PrettyPrintRule - Class in edu.washington.cs.knowitall.rule.util
 
PrettyPrintRule() - Constructor for class edu.washington.cs.knowitall.rule.util.PrettyPrintRule
 
printCorrect(Iterable<OntologicalRelation>) - Static method in class edu.washington.cs.knowitall.rule.learn.RuleSetOptimizer
 
printError(Iterable<OntologicalRelation>) - Static method in class edu.washington.cs.knowitall.rule.learn.RuleSetOptimizer
 
printMissedRelations(List<Rule>, ConfidenceFunction<?>) - Static method in class edu.washington.cs.knowitall.rule.learn.RuleLearner
 
printRuleDerivation(Rule) - Static method in class edu.washington.cs.knowitall.rule.learn.RuleLearner
 
printRuleDerivation(Rule, ConfidenceFunction<?>) - Static method in class edu.washington.cs.knowitall.rule.learn.RuleLearner
 
printRuleExtractions(Rule, ConfidenceFunction<?>) - Static method in class edu.washington.cs.knowitall.rule.learn.RuleLearner
 
printUsage(Options) - Static method in class edu.washington.cs.knowitall.rule.util.RunRuleAgainstAnnotations
 
put(String, String) - Method in class edu.washington.cs.knowitall.type.TypeHierarchy
 

R

range - Variable in class edu.washington.cs.knowitall.sentenceextractor.SentenceExtraction
 
range() - Method in class edu.washington.cs.knowitall.type.Type
 
Rank<E extends Comparable<E>> - Class in edu.washington.cs.knowitall.rule
A tuple of a rule and its confidence.
Rank(E, Rule) - Constructor for class edu.washington.cs.knowitall.rule.Rank
 
read(BufferedReader) - Static method in class edu.washington.cs.knowitall.type.TypeHierarchy
 
recall - Variable in class edu.washington.cs.knowitall.rule.confidence.score.PrecisionRecallScore
 
reduce(Iterable<Rank<E>>, Map<Rule, Results>) - Method in class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 
RegexConstraint - Class in edu.washington.cs.knowitall.rule.constraint
 
RegexConstraint(Element) - Constructor for class edu.washington.cs.knowitall.rule.constraint.RegexConstraint
 
RegexConstraint(ExtractionPart, String) - Constructor for class edu.washington.cs.knowitall.rule.constraint.RegexConstraint
 
RegexConstraint(ExtractionPart, List<String>) - Constructor for class edu.washington.cs.knowitall.rule.constraint.RegexConstraint
 
RegexTagger - Class in edu.washington.cs.knowitall.type.tag
 
RegexTagger(String) - Constructor for class edu.washington.cs.knowitall.type.tag.RegexTagger
 
RegexTagger(String, List<String>) - Constructor for class edu.washington.cs.knowitall.type.tag.RegexTagger
 
RegexTagger(String, String) - Constructor for class edu.washington.cs.knowitall.type.tag.RegexTagger
 
RegexTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.RegexTagger
 
relation - Variable in class edu.washington.cs.knowitall.rule.Annotation
 
RelationalNounExtractor - Class in edu.washington.cs.knowitall.extractor
 
RelationalNounExtractor(boolean) - Constructor for class edu.washington.cs.knowitall.extractor.RelationalNounExtractor
 
RelationalNounExtractor() - Constructor for class edu.washington.cs.knowitall.extractor.RelationalNounExtractor
 
RelationalNounExtractor.AdjectiveDescriptorExtractor - Class in edu.washington.cs.knowitall.extractor
Extracts relatios from phrases such as: "Jihad leader Abu Musab Al-Zarqawi" (Abu Musab Al-Zarqawi, (is) leader (of), Jihad)
RelationalNounExtractor.AdjectiveDescriptorExtractor(boolean) - Constructor for class edu.washington.cs.knowitall.extractor.RelationalNounExtractor.AdjectiveDescriptorExtractor
 
RelationalNounExtractor.AdjectiveDescriptorExtractor() - Constructor for class edu.washington.cs.knowitall.extractor.RelationalNounExtractor.AdjectiveDescriptorExtractor
 
RelationalNounExtractor.AppositiveExtractor - Class in edu.washington.cs.knowitall.extractor
Extracts relations from phrases such as: "Chris Curran, a lawyer for Al-Rajhi Banking" (Chris Curran, (is) a lawyer (for), Al-Rajhi Banking)
RelationalNounExtractor.AppositiveExtractor(boolean) - Constructor for class edu.washington.cs.knowitall.extractor.RelationalNounExtractor.AppositiveExtractor
 
RelationalNounExtractor.AppositiveExtractor() - Constructor for class edu.washington.cs.knowitall.extractor.RelationalNounExtractor.AppositiveExtractor
 
RelationalNounExtractor.PossessiveCommaExtractor - Class in edu.washington.cs.knowitall.extractor
Extracts relatios from phrases such as: "AUC's leader, Carlos Castano" (Carlos Castano, (is) leader (of), AUC)
RelationalNounExtractor.PossessiveCommaExtractor(boolean) - Constructor for class edu.washington.cs.knowitall.extractor.RelationalNounExtractor.PossessiveCommaExtractor
 
RelationalNounExtractor.PossessiveCommaExtractor() - Constructor for class edu.washington.cs.knowitall.extractor.RelationalNounExtractor.PossessiveCommaExtractor
 
RelationalNounExtractor.PossessiveExtractor - Class in edu.washington.cs.knowitall.extractor
Extracts relatios from phrases such as: "Hakani's nephew Batsha" (Batsha, (is) nephew (of), Hakani)
RelationalNounExtractor.PossessiveExtractor(boolean) - Constructor for class edu.washington.cs.knowitall.extractor.RelationalNounExtractor.PossessiveExtractor
 
RelationalNounExtractor.PossessiveExtractor() - Constructor for class edu.washington.cs.knowitall.extractor.RelationalNounExtractor.PossessiveExtractor
 
RelationalNounExtractor.PossessiveReverseExtractor - Class in edu.washington.cs.knowitall.extractor
Extracts relatios from phrases such as: Mohammed Jamal, bin Laden's brother (Mohammed Jamal, (is) brother (of), bin Laden)
RelationalNounExtractor.PossessiveReverseExtractor(boolean) - Constructor for class edu.washington.cs.knowitall.extractor.RelationalNounExtractor.PossessiveReverseExtractor
 
RelationalNounExtractor.PossessiveReverseExtractor() - Constructor for class edu.washington.cs.knowitall.extractor.RelationalNounExtractor.PossessiveReverseExtractor
 
RelationExtraction - Class in edu.washington.cs.knowitall.extraction
A relation extraction.
RelationExtraction(Sentence, Long, PredicateExtraction, ArgumentExtraction, ArgumentExtraction) - Constructor for class edu.washington.cs.knowitall.extraction.RelationExtraction
 
RelationExtraction(Sentence, PredicateExtraction, ArgumentExtraction, ArgumentExtraction) - Constructor for class edu.washington.cs.knowitall.extraction.RelationExtraction
 
RelationExtraction(Sentence, ChunkedBinaryExtraction) - Constructor for class edu.washington.cs.knowitall.extraction.RelationExtraction
 
RelationExtraction(Sentence, ChunkedBinaryExtraction, String, String, String) - Constructor for class edu.washington.cs.knowitall.extraction.RelationExtraction
 
relations(Iterable<Rule>) - Method in class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 
relations(Rule, Set<OntologicalRelation>, Set<OntologicalRelation>) - Method in class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 
requirements - Variable in class edu.washington.cs.knowitall.rule.constraint.TermConstraint
 
results - Variable in class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
Used for improving the speed of computations.
results(Rule) - Method in class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 
results(Iterable<Rule>) - Method in class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 
Results - Class in edu.washington.cs.knowitall.rule
 
Results(ImmutableSet<OntologicalRelation>, ImmutableSet<OntologicalRelation>) - Constructor for class edu.washington.cs.knowitall.rule.Results
 
Results(Collection<OntologicalRelation>, Collection<OntologicalRelation>) - Constructor for class edu.washington.cs.knowitall.rule.Results
 
right() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
An Extraction that covers the sentence to the right of this extraction.
rightRange() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
The range of the sentence to the right of the extraction.
rule - Variable in class edu.washington.cs.knowitall.rule.Rank
 
Rule - Class in edu.washington.cs.knowitall.rule
An expression that represents a mapping from extractions to ontological relations.
Rule(Rule, OntologicalForm, Collection<Constraint>) - Constructor for class edu.washington.cs.knowitall.rule.Rule
Constructs a new rule that maps onto the specified ontological form when all constraints are met.
Rule(OntologicalForm, Collection<Constraint>) - Constructor for class edu.washington.cs.knowitall.rule.Rule
 
Rule(OntologicalForm) - Constructor for class edu.washington.cs.knowitall.rule.Rule
Constructs a new rule that maps onto the specified ontological form without additional constraints.
RuleLearner<E extends Comparable<E>> - Class in edu.washington.cs.knowitall.rule.learn
Rule learning framework for mapping extractions onto an ontology.
RuleLearner(BaseRuleFactory, RuleValidator, ConfidenceFunction<E>) - Constructor for class edu.washington.cs.knowitall.rule.learn.RuleLearner
 
RuleSetOptimizer<E extends Comparable<E>> - Class in edu.washington.cs.knowitall.rule.learn
Rule learning framework for mapping extractions onto an ontology.
RuleSetOptimizer(BaseRuleFactory, RuleValidator, ConfidenceFunction<E>) - Constructor for class edu.washington.cs.knowitall.rule.learn.RuleSetOptimizer
 
RuleValidator - Class in edu.washington.cs.knowitall.rule.validate
This abstract class defines a method for validating rules.
RuleValidator() - Constructor for class edu.washington.cs.knowitall.rule.validate.RuleValidator
 
RunRule - Class in edu.washington.cs.knowitall.rule.util
 
RunRule() - Constructor for class edu.washington.cs.knowitall.rule.util.RunRule
 
RunRuleAgainstAnnotations - Class in edu.washington.cs.knowitall.rule.util
 
RunRuleAgainstAnnotations() - Constructor for class edu.washington.cs.knowitall.rule.util.RunRuleAgainstAnnotations
 

S

Score - Class in edu.washington.cs.knowitall.rule.confidence.score
 
Score() - Constructor for class edu.washington.cs.knowitall.rule.confidence.score.Score
 
score - Variable in class edu.washington.cs.knowitall.rule.confidence.score.SimpleScore
 
search(Rule) - Method in class edu.washington.cs.knowitall.rule.learn.BeamSearchRuleLearner
 
search(Rule) - Method in class edu.washington.cs.knowitall.rule.learn.MostGeneralRuleLearner
 
search(Rule) - Method in class edu.washington.cs.knowitall.rule.learn.RuleLearner
 
sentence - Variable in class edu.washington.cs.knowitall.rule.AnnotatedSentence
 
sentence - Variable in class edu.washington.cs.knowitall.rule.Annotation
 
Sentence - Class in edu.washington.cs.knowitall
A representation of a sentence.
Sentence(ChunkedSentence, String, Iterable<String>) - Constructor for class edu.washington.cs.knowitall.Sentence
 
Sentence(ChunkedSentence, String) - Constructor for class edu.washington.cs.knowitall.Sentence
 
Sentence(String, String[], String[], String[], String[]) - Constructor for class edu.washington.cs.knowitall.Sentence
 
Sentence(String, List<String>, Iterable<String>, List<String>, List<String>) - Constructor for class edu.washington.cs.knowitall.Sentence
 
Sentence(Long, String, String[], String[], String[], String[]) - Constructor for class edu.washington.cs.knowitall.Sentence
 
Sentence(Long, String, List<String>, Iterable<String>, List<String>, List<String>) - Constructor for class edu.washington.cs.knowitall.Sentence
 
sentence - Variable in class edu.washington.cs.knowitall.Token
 
SentenceExtraction - Class in edu.washington.cs.knowitall.sentenceextractor
 
SentenceExtraction(String, Range) - Constructor for class edu.washington.cs.knowitall.sentenceextractor.SentenceExtraction
 
sentences(Iterable<AnnotatedSentence>) - Static method in class edu.washington.cs.knowitall.rule.AnnotatedSentence
 
SequenceConstraint - Class in edu.washington.cs.knowitall.rule.constraint
Constrains based on a sequence of adjacent TermConstraints.
SequenceConstraint(Element) - Constructor for class edu.washington.cs.knowitall.rule.constraint.SequenceConstraint
 
SequenceConstraint(ExtractionPart, Collection<TermConstraint>) - Constructor for class edu.washington.cs.knowitall.rule.constraint.SequenceConstraint
 
setKeywords(Set<String>) - Method in class edu.washington.cs.knowitall.type.tag.CaseInsensitiveKeywordTagger
 
setKeywords(Set<String>) - Method in class edu.washington.cs.knowitall.type.tag.KeywordTagger
 
setKeywords(Iterable<String>) - Method in class edu.washington.cs.knowitall.type.tag.KeywordTagger
 
setKeywords(Set<String>) - Method in class edu.washington.cs.knowitall.type.tag.NormalizedKeywordTagger
 
setResults(Map<Rule, Results>) - Method in class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction
 
SimpleMaximizingRuleSetOptimizer<E extends Comparable<E>> - Class in edu.washington.cs.knowitall.rule.learn
Rule learning framework for mapping extractions onto an ontology.
SimpleMaximizingRuleSetOptimizer(BaseRuleFactory, RuleValidator, ConfidenceFunction<E>) - Constructor for class edu.washington.cs.knowitall.rule.learn.SimpleMaximizingRuleSetOptimizer
 
SimpleScore - Class in edu.washington.cs.knowitall.rule.confidence.score
 
SimpleScore(double, int) - Constructor for class edu.washington.cs.knowitall.rule.confidence.score.SimpleScore
 
simplify() - Method in class edu.washington.cs.knowitall.ontology.OntologicalForm
 
simplify() - Method in class edu.washington.cs.knowitall.ontology.OntologicalFormArgument
 
simplify() - Method in class edu.washington.cs.knowitall.rule.constraint.Constraint
Simplifies a constraint.
simplify() - Method in class edu.washington.cs.knowitall.rule.constraint.SequenceConstraint
Returns null if there are no constraints.
simplify() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint
If there are no constraints, this constraint may be removed.
simplify() - Method in class edu.washington.cs.knowitall.rule.Rule
Simplify the rule by removing constraints that are subsumed by another constraint or an argument constraint.
SimplifyRule - Class in edu.washington.cs.knowitall.rule.util
 
SimplifyRule() - Constructor for class edu.washington.cs.knowitall.rule.util.SimplifyRule
 
simplifySubsumptions() - Method in class edu.washington.cs.knowitall.rule.Rule
 
size() - Method in class edu.washington.cs.knowitall.rule.constraint.AbstractRegexConstraint
 
size() - Method in class edu.washington.cs.knowitall.rule.constraint.Constraint
The size of a constraint is the count of subconstraints.
size() - Method in class edu.washington.cs.knowitall.rule.constraint.PartConstraint
 
size() - Method in class edu.washington.cs.knowitall.rule.constraint.PatternConstraint
 
size() - Method in class edu.washington.cs.knowitall.rule.constraint.SequenceConstraint
 
size() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint
 
size() - Method in class edu.washington.cs.knowitall.rule.constraint.TypeConstraint
 
sort() - Method in class edu.washington.cs.knowitall.type.tag.KeywordTagger
 
sort() - Method in class edu.washington.cs.knowitall.type.tag.OpenNLPNamedEntityTagger
 
sort() - Method in class edu.washington.cs.knowitall.type.tag.PatternTagger
 
sort() - Method in class edu.washington.cs.knowitall.type.tag.RegexTagger
 
sort() - Method in class edu.washington.cs.knowitall.type.tag.StanfordNamedEntityTagger
 
sort() - Method in class edu.washington.cs.knowitall.type.tag.Tagger
 
sort() - Method in class edu.washington.cs.knowitall.type.tag.TaggerCollection
 
source - Variable in class edu.washington.cs.knowitall.type.tag.Tagger
 
source() - Method in class edu.washington.cs.knowitall.type.Type
 
StandardSentenceExtractor - Class in edu.washington.cs.knowitall.sentenceextractor
 
StandardSentenceExtractor() - Constructor for class edu.washington.cs.knowitall.sentenceextractor.StandardSentenceExtractor
 
StanfordNamedEntityTagger - Class in edu.washington.cs.knowitall.type.tag
Tag Stanford named entities.
StanfordNamedEntityTagger(String, String) - Constructor for class edu.washington.cs.knowitall.type.tag.StanfordNamedEntityTagger
 
StanfordNamedEntityTagger(String) - Constructor for class edu.washington.cs.knowitall.type.tag.StanfordNamedEntityTagger
 
StanfordNamedEntityTagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.StanfordNamedEntityTagger
 
startBrackets - Variable in class edu.washington.cs.knowitall.sentenceextractor.StandardSentenceExtractor
 
startBrackets - Variable in class edu.washington.cs.knowitall.sentenceextractor.XmlSentenceExtractor
 
startPattern - Variable in class edu.washington.cs.knowitall.sentenceextractor.StandardSentenceExtractor
 
stem(String) - Static method in class edu.washington.cs.knowitall.Stemmer
 
Stemmer - Class in edu.washington.cs.knowitall
Object with static methods that stem and normalize strings.
Stemmer() - Constructor for class edu.washington.cs.knowitall.Stemmer
 
string() - Method in class edu.washington.cs.knowitall.rule.constraint.LemmaConstraint
 
string() - Method in class edu.washington.cs.knowitall.rule.constraint.StringConstraint
 
string - Variable in class edu.washington.cs.knowitall.rule.constraint.TermConstraint.Requirement
 
string() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint.Requirement
 
string - Variable in class edu.washington.cs.knowitall.sentenceextractor.SentenceExtraction
 
string() - Method in class edu.washington.cs.knowitall.Token
The string of this token.
StringConstraint - Class in edu.washington.cs.knowitall.rule.constraint
Constrains based on the existence of a token.
StringConstraint(Element) - Constructor for class edu.washington.cs.knowitall.rule.constraint.StringConstraint
 
StringConstraint(ExtractionPart, String) - Constructor for class edu.washington.cs.knowitall.rule.constraint.StringConstraint
 
StringConstraint(ExtractionPart, List<String>) - Constructor for class edu.washington.cs.knowitall.rule.constraint.StringConstraint
 
subconstraints() - Method in class edu.washington.cs.knowitall.rule.constraint.SequenceConstraint
Return an ordered list of the subconstraints that make up this sequence constraint.
subsumes(Constraint) - Method in class edu.washington.cs.knowitall.rule.constraint.Constraint
Checks is a constraint is weakly stricter than the other.
subsumes(Constraint) - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint
 
subsumes(Results) - Method in class edu.washington.cs.knowitall.rule.Results
Determine if this ResultsRank's results cover the others'.

T

tag(Type) - Method in class edu.washington.cs.knowitall.extraction.Extraction
 
tag(Iterable<Type>) - Method in class edu.washington.cs.knowitall.extraction.Extraction
 
tag(Iterable<Type>) - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
Add types to this extraction if they overlap the expression's range.
tag(Type) - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
Add type to this extraction if they overlap the expression's range.
tag(Iterable<Type>) - Method in class edu.washington.cs.knowitall.Sentence
Add a collection of types to this sentence.
tag(Type) - Method in class edu.washington.cs.knowitall.Sentence
Add a type to this sentence.
tag(Sentence) - Method in class edu.washington.cs.knowitall.type.tag.Tagger
Attempt to tag the specified sentence with all matching types.
tag(Sentence, Type) - Method in class edu.washington.cs.knowitall.type.tag.Tagger
Attempt to tag the specified sentence with the specified tag.
tag(Sentence) - Method in class edu.washington.cs.knowitall.type.tag.TaggerCollection
 
tagChunks(List<Type>, Sentence) - Static method in class edu.washington.cs.knowitall.type.tag.AfterTaggers
 
TagExtractions - Class in edu.washington.cs.knowitall.util
 
TagExtractions() - Constructor for class edu.washington.cs.knowitall.util.TagExtractions
 
Tagger - Class in edu.washington.cs.knowitall.type.tag
A class that searches over sentences and tags matching text with a type.
Tagger(String, String) - Constructor for class edu.washington.cs.knowitall.type.tag.Tagger
 
Tagger(String, String, List<Constraint>) - Constructor for class edu.washington.cs.knowitall.type.tag.Tagger
 
Tagger(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.Tagger
Deserialize from an XML element.
TaggerCollection - Class in edu.washington.cs.knowitall.type.tag
A collection of Taggers.
TaggerCollection() - Constructor for class edu.washington.cs.knowitall.type.tag.TaggerCollection
 
TaggerCollection(Collection<Tagger>) - Constructor for class edu.washington.cs.knowitall.type.tag.TaggerCollection
 
TaggerCollection(Tagger) - Constructor for class edu.washington.cs.knowitall.type.tag.TaggerCollection
 
TaggerCollection(Element) - Constructor for class edu.washington.cs.knowitall.type.tag.TaggerCollection
 
TaggerCollection(Document) - Constructor for class edu.washington.cs.knowitall.type.tag.TaggerCollection
 
tagHeadword(Type, Sentence) - Static method in class edu.washington.cs.knowitall.type.tag.AfterTaggers
 
tagHeadword(List<Type>, Sentence) - Static method in class edu.washington.cs.knowitall.type.tag.AfterTaggers
 
TermConstraint - Class in edu.washington.cs.knowitall.rule.constraint
Constrains based on the existance of a term.
TermConstraint(Element) - Constructor for class edu.washington.cs.knowitall.rule.constraint.TermConstraint
 
TermConstraint(Element, ExtractionPart) - Constructor for class edu.washington.cs.knowitall.rule.constraint.TermConstraint
 
TermConstraint(ExtractionPart, List<TermConstraint.Requirement>) - Constructor for class edu.washington.cs.knowitall.rule.constraint.TermConstraint
 
TermConstraint(ExtractionPart, TermConstraint.Requirement) - Constructor for class edu.washington.cs.knowitall.rule.constraint.TermConstraint
 
TermConstraint.ChunkRequirement - Class in edu.washington.cs.knowitall.rule.constraint
Require the associated chunk tag.
TermConstraint.ChunkRequirement(String) - Constructor for class edu.washington.cs.knowitall.rule.constraint.TermConstraint.ChunkRequirement
 
TermConstraint.LemmaRequirement - Class in edu.washington.cs.knowitall.rule.constraint
Require the associated lemma.
TermConstraint.LemmaRequirement(String) - Constructor for class edu.washington.cs.knowitall.rule.constraint.TermConstraint.LemmaRequirement
 
TermConstraint.PosRequirement - Class in edu.washington.cs.knowitall.rule.constraint
Require the associated POS tag.
TermConstraint.PosRequirement(String) - Constructor for class edu.washington.cs.knowitall.rule.constraint.TermConstraint.PosRequirement
 
TermConstraint.Requirement - Class in edu.washington.cs.knowitall.rule.constraint
A subconstraint of a TermConstraint.
TermConstraint.Requirement(String) - Constructor for class edu.washington.cs.knowitall.rule.constraint.TermConstraint.Requirement
 
TermConstraint.StringRequirement - Class in edu.washington.cs.knowitall.rule.constraint
Require the associated string.
TermConstraint.StringRequirement(String) - Constructor for class edu.washington.cs.knowitall.rule.constraint.TermConstraint.StringRequirement
 
TermConstraint.TypeRequirement - Class in edu.washington.cs.knowitall.rule.constraint
Require the associated type.
TermConstraint.TypeRequirement(String) - Constructor for class edu.washington.cs.knowitall.rule.constraint.TermConstraint.TypeRequirement
 
terms - Variable in class edu.washington.cs.knowitall.rule.constraint.AbstractRegexConstraint
 
test(Multimap<Sentence, Annotation>) - Method in class edu.washington.cs.knowitall.rule.Rule
 
threshold - Variable in class edu.washington.cs.knowitall.ontology.match.BinaryOverlapMatcher
 
toConfidenceFunction() - Static method in class edu.washington.cs.knowitall.rule.Rank
 
Token - Class in edu.washington.cs.knowitall
A representation of a token in a sentence.
Token(Sentence, int) - Constructor for class edu.washington.cs.knowitall.Token
 
Token.ChunkTagExpression - Class in edu.washington.cs.knowitall
A regular expression that is evaluated against the chunk tag portion of a token.
Token.ChunkTagExpression(String, int) - Constructor for class edu.washington.cs.knowitall.Token.ChunkTagExpression
 
Token.ChunkTagExpression(String) - Constructor for class edu.washington.cs.knowitall.Token.ChunkTagExpression
 
Token.Expression - Class in edu.washington.cs.knowitall
An expression that is evaluated against a token.
Token.Expression() - Constructor for class edu.washington.cs.knowitall.Token.Expression
 
Token.LemmaExpression - Class in edu.washington.cs.knowitall
A regular expression that is evaluated against the lemma portion of a token.
Token.LemmaExpression(String, int) - Constructor for class edu.washington.cs.knowitall.Token.LemmaExpression
 
Token.LemmaExpression(String) - Constructor for class edu.washington.cs.knowitall.Token.LemmaExpression
 
Token.PosTagExpression - Class in edu.washington.cs.knowitall
A regular expression that is evaluated against the POS tag portion of a token.
Token.PosTagExpression(String, int) - Constructor for class edu.washington.cs.knowitall.Token.PosTagExpression
 
Token.PosTagExpression(String) - Constructor for class edu.washington.cs.knowitall.Token.PosTagExpression
 
Token.StartTypeExpression - Class in edu.washington.cs.knowitall
A regular expression that is evaluated against the type portion of a token.
Token.StartTypeExpression(String) - Constructor for class edu.washington.cs.knowitall.Token.StartTypeExpression
 
Token.StringExpression - Class in edu.washington.cs.knowitall
A regular expression that is evaluated against the string portion of a token.
Token.StringExpression(String, int) - Constructor for class edu.washington.cs.knowitall.Token.StringExpression
 
Token.StringExpression(String) - Constructor for class edu.washington.cs.knowitall.Token.StringExpression
 
Token.TypeExpression - Class in edu.washington.cs.knowitall
A regular expression that is evaluated against the type portion of a token.
Token.TypeExpression(String) - Constructor for class edu.washington.cs.knowitall.Token.TypeExpression
 
TokenSequence - Interface in edu.washington.cs.knowitall
An interface that represents a sequence of tokens.
toMultilineString() - Method in class edu.washington.cs.knowitall.ontology.OntologicalForm
 
toMultilineString() - Method in class edu.washington.cs.knowitall.rule.Rank
 
toMultilineString() - Method in class edu.washington.cs.knowitall.rule.Rule
 
toMultilineXMLString() - Method in class edu.washington.cs.knowitall.rule.Rule
Pretty formatted XML output.
toOntologicalRelations(Iterable<Annotation>) - Static method in class edu.washington.cs.knowitall.rule.Annotation
 
toRules(Iterable<Rank<E>>) - Static method in class edu.washington.cs.knowitall.rule.Rank
 
toString() - Method in class edu.washington.cs.knowitall.extraction.NestedExtraction
 
toString() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
 
toString() - Method in class edu.washington.cs.knowitall.ontology.OntologicalForm
 
toString(Joiner) - Method in class edu.washington.cs.knowitall.ontology.OntologicalForm
 
toString() - Method in class edu.washington.cs.knowitall.ontology.OntologicalFormArgument
 
toString() - Method in class edu.washington.cs.knowitall.ontology.OntologicalRelation
 
toString() - Method in class edu.washington.cs.knowitall.ontology.OntologicalRelationArgument
 
toString() - Method in class edu.washington.cs.knowitall.rule.AnnotatedSentence
 
toString() - Method in class edu.washington.cs.knowitall.rule.Annotation
 
toString() - Method in class edu.washington.cs.knowitall.rule.confidence.score.PrecisionRecallScore
 
toString() - Method in class edu.washington.cs.knowitall.rule.confidence.score.SimpleScore
 
toString() - Method in class edu.washington.cs.knowitall.rule.constraint.AbstractRegexConstraint
 
toString() - Method in class edu.washington.cs.knowitall.rule.constraint.Constraint
Provides a base constraint representation.
toString(String) - Method in class edu.washington.cs.knowitall.rule.constraint.Constraint
Combines the argument into a common constraint representation.
toString(Iterable<?>) - Method in class edu.washington.cs.knowitall.rule.constraint.Constraint
Combines arguments into a common constraint representation.
toString() - Method in class edu.washington.cs.knowitall.rule.constraint.PartConstraint
 
toString() - Method in class edu.washington.cs.knowitall.rule.constraint.RegexConstraint
 
toString() - Method in class edu.washington.cs.knowitall.rule.constraint.SequenceConstraint
 
toString() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint.Requirement
 
toString() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint
 
toString() - Method in class edu.washington.cs.knowitall.rule.constraint.TypeConstraint
 
toString() - Method in class edu.washington.cs.knowitall.rule.Rank
 
toString() - Method in class edu.washington.cs.knowitall.rule.Rule
Returns a single line XML representation of this rule.
toString() - Method in class edu.washington.cs.knowitall.Sentence
 
toString() - Method in class edu.washington.cs.knowitall.sentenceextractor.SentenceExtraction
 
toString() - Method in class edu.washington.cs.knowitall.Token
 
toString() - Method in class edu.washington.cs.knowitall.type.tag.Tagger
 
toString() - Method in class edu.washington.cs.knowitall.type.tag.TaggerCollection
 
toString() - Method in class edu.washington.cs.knowitall.type.Type
 
toStringFunction - Static variable in class edu.washington.cs.knowitall.Token
 
toSubsequenceXmlElement() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint
 
toXmlDocument(Iterable<Rule>) - Static method in class edu.washington.cs.knowitall.rule.Rule
 
toXmlElement() - Method in class edu.washington.cs.knowitall.extraction.ArgumentExtraction
 
toXmlElement() - Method in class edu.washington.cs.knowitall.extraction.Extraction
 
toXmlElement() - Method in class edu.washington.cs.knowitall.extraction.PredicateExtraction
 
toXmlElement() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
 
toXmlElement() - Method in class edu.washington.cs.knowitall.ontology.OntologicalForm
 
toXmlElement() - Method in class edu.washington.cs.knowitall.ontology.OntologicalFormArgument
 
toXmlElement() - Method in class edu.washington.cs.knowitall.ontology.OntologicalRelation
 
toXmlElement() - Method in class edu.washington.cs.knowitall.rule.AnnotatedSentence
 
toXmlElement() - Method in class edu.washington.cs.knowitall.rule.Annotation
 
toXmlElement() - Method in class edu.washington.cs.knowitall.rule.constraint.AbstractRegexConstraint
 
toXmlElement() - Method in class edu.washington.cs.knowitall.rule.constraint.Constraint
 
toXmlElement() - Method in class edu.washington.cs.knowitall.rule.constraint.PartConstraint
 
toXmlElement() - Method in class edu.washington.cs.knowitall.rule.constraint.PatternConstraint
 
toXmlElement() - Method in class edu.washington.cs.knowitall.rule.constraint.SequenceConstraint
 
toXmlElement() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint.Requirement
 
toXmlElement() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint
 
toXmlElement() - Method in class edu.washington.cs.knowitall.rule.constraint.TypeConstraint
 
toXmlElement() - Method in class edu.washington.cs.knowitall.rule.Rule
 
toXmlElement() - Method in class edu.washington.cs.knowitall.Sentence
 
toXmlElement() - Method in class edu.washington.cs.knowitall.type.tag.KeywordTagger
 
toXmlElement() - Method in class edu.washington.cs.knowitall.type.tag.PatternTagger
 
toXmlElement() - Method in class edu.washington.cs.knowitall.type.tag.RegexTagger
 
toXmlElement() - Method in class edu.washington.cs.knowitall.type.tag.Tagger
Serialize to an XML element.
toXmlElement() - Method in class edu.washington.cs.knowitall.type.tag.TaggerCollection
 
toXmlElement() - Method in class edu.washington.cs.knowitall.type.Type
 
toXmlElement() - Method in interface edu.washington.cs.knowitall.XmlSerializable
 
toXMLString() - Method in class edu.washington.cs.knowitall.rule.Rule
XML output.
transform(String) - Method in class edu.washington.cs.knowitall.rule.constraint.AbstractRegexConstraint
 
transform(String) - Method in class edu.washington.cs.knowitall.rule.constraint.LemmaConstraint
 
transform(String) - Method in class edu.washington.cs.knowitall.rule.constraint.RegexConstraint
 
transform(String) - Method in class edu.washington.cs.knowitall.rule.constraint.StringConstraint
 
transform(Iterable<Rule>, ConfidenceFunction<E>) - Static method in class edu.washington.cs.knowitall.rule.Rank
 
TrivialRuleValidator - Class in edu.washington.cs.knowitall.rule.validate
 
TrivialRuleValidator() - Constructor for class edu.washington.cs.knowitall.rule.validate.TrivialRuleValidator
 
type() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint.ChunkRequirement
 
type() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint.LemmaRequirement
 
type() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint.PosRequirement
 
type() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint.Requirement
 
type() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint.StringRequirement
 
type() - Method in class edu.washington.cs.knowitall.rule.constraint.TermConstraint.TypeRequirement
 
Type - Class in edu.washington.cs.knowitall.type
 
Type(String, String, List<String>, String, Range) - Constructor for class edu.washington.cs.knowitall.type.Type
 
Type(String, String, List<String>, Range) - Constructor for class edu.washington.cs.knowitall.type.Type
 
Type(String, String, String[], Range) - Constructor for class edu.washington.cs.knowitall.type.Type
 
TypeConstraint - Class in edu.washington.cs.knowitall.rule.constraint
Constrains based on the presence of a type.
TypeConstraint(Element) - Constructor for class edu.washington.cs.knowitall.rule.constraint.TypeConstraint
 
TypeConstraint(ExtractionPart, String) - Constructor for class edu.washington.cs.knowitall.rule.constraint.TypeConstraint
 
TypeHierarchy - Class in edu.washington.cs.knowitall.type
 
TypeHierarchy() - Constructor for class edu.washington.cs.knowitall.type.TypeHierarchy
 
typeLookup - Variable in class edu.washington.cs.knowitall.Sentence
 
types() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
The types associated with this extraction.
types() - Method in class edu.washington.cs.knowitall.Sentence
The types associated with this sentence.

V

validate(List<OntologicalFormArgument>) - Method in class edu.washington.cs.knowitall.rule.base.BaseRuleFactory
Returns true if the arguments satisfy the minimum requirements for a base rule.
validate(Rule) - Method in class edu.washington.cs.knowitall.rule.validate.MRRuleValidator
Check if a derived rule has a valid form.
validate(Rule) - Method in class edu.washington.cs.knowitall.rule.validate.RuleValidator
After generalizing rules, the generalizations are validated according to this method.
validate(Rule) - Method in class edu.washington.cs.knowitall.rule.validate.TrivialRuleValidator
All well-formed rules are valid.
validate(String) - Method in class edu.washington.cs.knowitall.sentenceextractor.AbstractSentenceExtractor
 
validate(String) - Method in class edu.washington.cs.knowitall.sentenceextractor.StandardSentenceExtractor
 
validator - Variable in class edu.washington.cs.knowitall.rule.learn.Learner
 
value - Variable in class edu.washington.cs.knowitall.ontology.OntologicalRelationArgument
 
value(TokenSequence) - Method in class edu.washington.cs.knowitall.rule.constraint.AbstractPatternConstraint
Evaluates this constraint against a token sequence using the underlying token-based regular expression.
value(TokenSequence) - Method in class edu.washington.cs.knowitall.rule.constraint.AbstractRegexConstraint
 
value(RelationExtraction) - Method in class edu.washington.cs.knowitall.rule.constraint.CaptureConstraint
Return the part of the extraction captured by the relation.
value(TokenSequence) - Method in class edu.washington.cs.knowitall.rule.constraint.CaptureConstraint
 
value(TokenSequence) - Method in class edu.washington.cs.knowitall.rule.constraint.PartConstraint
 
value(TokenSequence) - Method in class edu.washington.cs.knowitall.rule.constraint.RegexConstraint
 
value(TokenSequence) - Method in class edu.washington.cs.knowitall.rule.constraint.TypeConstraint
 
value() - Method in class edu.washington.cs.knowitall.type.Type
 
valueOf(String) - Static method in enum edu.washington.cs.knowitall.ExtractionPart
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.washington.cs.knowitall.NamedEntityRecognizer.OpenNLPClassifier
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.washington.cs.knowitall.ExtractionPart
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.washington.cs.knowitall.NamedEntityRecognizer.OpenNLPClassifier
Returns an array containing the constants of this enum type, in the order they are declared.
VerbPhraseConstraint - Class in edu.washington.cs.knowitall.type.tag.constraint
 
VerbPhraseConstraint() - Constructor for class edu.washington.cs.knowitall.type.tag.constraint.VerbPhraseConstraint
 

W

wordPattern - Variable in class edu.washington.cs.knowitall.sentenceextractor.StandardSentenceExtractor
 
write(PrintWriter) - Method in class edu.washington.cs.knowitall.type.TypeHierarchy
 

X

XmlSentenceExtractor - Class in edu.washington.cs.knowitall.sentenceextractor
 
XmlSentenceExtractor() - Constructor for class edu.washington.cs.knowitall.sentenceextractor.XmlSentenceExtractor
 
XmlSerializable - Interface in edu.washington.cs.knowitall
 

Z

zip() - Method in class edu.washington.cs.knowitall.extraction.Extraction
 
zip() - Method in class edu.washington.cs.knowitall.extraction.RelationExtraction
 
zip() - Method in class edu.washington.cs.knowitall.Sentence
Represent this sentence as a list of tokens (instead of an object that contains separate array for each field).
zip(Range) - Method in class edu.washington.cs.knowitall.Sentence
Represent a range in this sentence as a list of tokens.
zip() - Method in interface edu.washington.cs.knowitall.TokenSequence
 

A B C D E F G H I J K L M N O P R S T V W X Z

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