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

A

AbstractNestedIterator<S,T> - Class in edu.washington.cs.knowitall.util
 
AbstractNestedIterator(Iterable<S>) - Constructor for class edu.washington.cs.knowitall.util.AbstractNestedIterator
 
AbstractNestedIterator(Iterator<S>) - Constructor for class edu.washington.cs.knowitall.util.AbstractNestedIterator
 
add(OpenNlpSentenceChunkerStats) - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerAverageStats
 
addDefaultSentenceFilters(SentenceExtractor) - Static method in class edu.washington.cs.knowitall.util.DefaultObjects
 
addExtractor(Extractor<S, T>) - Method in class edu.washington.cs.knowitall.extractor.ExtractorUnion
Adds the given extractor to the union.
addFeature(String) - Method in class edu.washington.cs.knowitall.argumentidentifier.PositionInstance
 
addFeature(int, String) - Method in class edu.washington.cs.knowitall.argumentidentifier.PositionInstance
 
addFilter(Predicate<ChunkedSentence>) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceIterator
If a chunked sentence is filtered, it will not be returned.
addFilter(Predicate<ChunkedSentence>) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceReader
This filter is used for sentences AFTER they have been chunked.
addInstance(T, int) - Method in class edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpDataSet
Adds a new instance to the data set with the given label (0 for negative, 1 for positive).
addLayer(String, ImmutableList<String>) - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
Adds a new layer to the sequence
addLayer(String, List<String>) - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
Adds a new layer to the sequence.
addLayer(String, String[]) - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
Adds a new layer to the sequence
addLine(String) - Method in class edu.washington.cs.knowitall.util.WarcPage
 
addMapper(Mapper<T>) - Method in class edu.washington.cs.knowitall.extractor.Extractor
Adds a mapper to the end of the list of mappers.
addMapper(Mapper<T>) - Method in class edu.washington.cs.knowitall.extractor.mapper.MapperList
Adds a mapper to the end of the list.
addSpanLayer(String, List<String>) - Method in class edu.washington.cs.knowitall.sequence.BIOLayeredSequence
Adds a new layer to this sequence, but interprets it using B/I/O notation.
addSpanLayerRanges(String, String, List<Range>) - Method in class edu.washington.cs.knowitall.sequence.BIOLayeredSequence
Adds a new span layer to this sequence.
addStopPosTag(String) - Method in class edu.washington.cs.knowitall.extractor.mapper.StopListFilter
Adds posTag to the set of stop POS tags.
addStopToken(String) - Method in class edu.washington.cs.knowitall.extractor.mapper.StopListFilter
Adds token to the set of stop tokens.
AdjacentExtractionGrouper - Class in edu.washington.cs.knowitall.util
 
AdjacentExtractionGrouper() - Constructor for class edu.washington.cs.knowitall.util.AdjacentExtractionGrouper
 
AdjacentToRelationFilter - Class in edu.washington.cs.knowitall.extractor.mapper
A filter that returns only arguments that are adjacent to the relation.
AdjacentToRelationFilter() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.AdjacentToRelationFilter
 
adjp - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
adjRelation(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
advp - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
advp_vp_advp - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
ALL_VNCLS - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
allowUnary - Variable in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
 
allVerbPosTags - Static variable in class edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature
 
ALPHA - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
ALPHANUM - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
and - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
anywhereAfterArg2(Collection<String>) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature
Get a feature that fires if any element of tokens is present at any index after arg2.
anywhereAfterArg2(Collection<String>) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature
 
anywhereBeforeArg1(Collection<String>) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature
Get a feature that fires if any element of tokens is present at any index prior to arg 1.
anywhereBeforeArg1(Collection<String>) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature
 
appClause(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
apply(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.ExtractionFeature
 
apply(ChunkedSentenceToken) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken.ChunkTagExpression
 
apply(ChunkedSentenceToken) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken.PosTagExpression
 
apply(ChunkedSentenceToken) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken.StringExpression
 
ARG1 - Static variable in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
The field name for the first argument (see SpanExtraction).
ARG1_IS_PROPER - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
arg1Extr - Variable in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
 
arg1leftboundclassifier - Variable in class edu.washington.cs.knowitall.argumentidentifier.ArgLearner
 
arg1Length(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.ArgLearnerFeatureSet
 
Arg1LocationFeatureGenerator - Class in edu.washington.cs.knowitall.argumentidentifier
Generates features for Arg1LocationClassifier
Arg1LocationFeatureGenerator() - Constructor for class edu.washington.cs.knowitall.argumentidentifier.Arg1LocationFeatureGenerator
 
arg1rightboundclassifier - Variable in class edu.washington.cs.knowitall.argumentidentifier.ArgLearner
 
ARG2 - Static variable in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
The field name for the second argument (see SpanExtraction)
arg2Extr - Variable in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
 
arg2leftboundclassifier - Variable in class edu.washington.cs.knowitall.argumentidentifier.ArgLearner
 
arg2rightboundclassifier - Variable in class edu.washington.cs.knowitall.argumentidentifier.ArgLearner
 
ArgLearner - Class in edu.washington.cs.knowitall.argumentidentifier
ArgLearner main class.
ArgLearner(ArgLearner.Mode) - Constructor for class edu.washington.cs.knowitall.argumentidentifier.ArgLearner
 
ArgLearner.Mode - Enum in edu.washington.cs.knowitall.argumentidentifier
 
ArgLearnerFeatureSet - Class in edu.washington.cs.knowitall.argumentidentifier
 
ArgLearnerFeatureSet() - Constructor for class edu.washington.cs.knowitall.argumentidentifier.ArgLearnerFeatureSet
 
ArgLocationClassifier - Class in edu.washington.cs.knowitall.argumentidentifier
ArgLocationClassifier uses weka to classify the right bound for Arg1 and heuristics (closest word) for Arg2
ArgLocationClassifier(ArgLearner.Mode) - Constructor for class edu.washington.cs.knowitall.argumentidentifier.ArgLocationClassifier
 
ArgSubstructureClassifier - Class in edu.washington.cs.knowitall.argumentidentifier
ArgSubstructureClassifier uses a CRF to classify the left bound for Arg1 and right bound for Arg2
ArgSubstructureClassifier(ArgLearner.Mode, ArgSubstructureFeatureGenerator) - Constructor for class edu.washington.cs.knowitall.argumentidentifier.ArgSubstructureClassifier
 
ArgSubstructureFeatureGenerator - Class in edu.washington.cs.knowitall.argumentidentifier
ArgSubstructureFeatureGenerator creates the features for for Arg1 and right bound for Arg2
ArgSubstructureFeatureGenerator(ArgLearner.Mode) - Constructor for class edu.washington.cs.knowitall.argumentidentifier.ArgSubstructureFeatureGenerator
 
ArgumentNormalizer - Class in edu.washington.cs.knowitall.normalization
Normalizes ChunkedExtraction arguments by Lowercasing Removing punctuation Replacing numbers with a # symbol
ArgumentNormalizer() - Constructor for class edu.washington.cs.knowitall.normalization.ArgumentNormalizer
 
ArrayIterator<T> - Class in edu.washington.cs.knowitall.util
 
ArrayIterator(T[]) - Constructor for class edu.washington.cs.knowitall.util.ArrayIterator
 
ArrayIterator(T[], int, int) - Constructor for class edu.washington.cs.knowitall.util.ArrayIterator
 
attachOfs() - Method in class edu.washington.cs.knowitall.nlp.OpenNlpChunkedSentenceParser
 
attachOfs(boolean) - Method in class edu.washington.cs.knowitall.nlp.OpenNlpChunkedSentenceParser
 
attachOfs() - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunker
 
attachOfs(boolean) - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunker
 
attachOfs(String[], String[]) - Static method in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
Modifies npChunkTags so that NP chunks starting with "of" are merged with the previous NP chunk.
attachPossessives() - Method in class edu.washington.cs.knowitall.nlp.OpenNlpChunkedSentenceParser
 
attachPossessives(boolean) - Method in class edu.washington.cs.knowitall.nlp.OpenNlpChunkedSentenceParser
 
attachPossessives() - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunker
 
attachPossessives(boolean) - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunker
 
attachPossessives(String[], String[]) - Static method in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
Modifies the npChunkTags so that NP chunks starting with a possessive 's are merged with the previous NP chunk.

B

BasicFieldNormalizer - Class in edu.washington.cs.knowitall.normalization
A field normalizer that applies the stemmer to every token and strips nothing.
BasicFieldNormalizer() - Constructor for class edu.washington.cs.knowitall.normalization.BasicFieldNormalizer
 
BinaryExtractionNormalizer - Class in edu.washington.cs.knowitall.normalization
A class for normalizing ChunkedBinaryExtraction objects.
BinaryExtractionNormalizer() - Constructor for class edu.washington.cs.knowitall.normalization.BinaryExtractionNormalizer
Constructs a new normalizer object.
BIOLayeredSequence - Class in edu.washington.cs.knowitall.sequence
Represents a layered sequence where some of the layers can be spans of tags, encoded using B/I/O prefixes.
BIOLayeredSequence(int) - Constructor for class edu.washington.cs.knowitall.sequence.BIOLayeredSequence
Constructs a new BIOLayeredSequence class.
BooleanFeatureSet<T> - Class in edu.washington.cs.knowitall.extractor.conf.featureset
Represents a set of boolean feature functions that can be applied to objects of type T.
BooleanFeatureSet(Map<String, Predicate<T>>) - Constructor for class edu.washington.cs.knowitall.extractor.conf.featureset.BooleanFeatureSet
Constructs a new feature set from the given features.
BracketsRemover - Class in edu.washington.cs.knowitall.extractor.mapper
Removes square brackets, curly braces, parentheses, and the contained text, from strings.
BracketsRemover(String[], String[]) - Constructor for class edu.washington.cs.knowitall.extractor.mapper.BracketsRemover
Constructs a new BracketsRemover object.
BracketsRemover() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.BracketsRemover
 
BufferedReaderIterator - Class in edu.washington.cs.knowitall.io
A wrapper class that converts a BufferedReader object into a Iterator object, which iterates over the lines returned by the BufferedReader.
BufferedReaderIterator(Reader) - Constructor for class edu.washington.cs.knowitall.io.BufferedReaderIterator
Constructs a new iterator over the lines in reader.
buildFeatureWeightMap(InputStream) - Static method in class edu.washington.cs.knowitall.extractor.conf.classifier.LogisticRegression
 

C

CAPS - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
children - Variable in class edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree.Tree
 
chunk() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken
The chunk tag of this token.
ChunkedArgumentExtraction - Class in edu.washington.cs.knowitall.nlp.extraction
A class representing a noun phrase argument of a relation.
ChunkedArgumentExtraction(ChunkedSentence, Range, ChunkedExtraction) - Constructor for class edu.washington.cs.knowitall.nlp.extraction.ChunkedArgumentExtraction
Constructs a new NpChunkArgumentExtraction from sent for relation.
ChunkedArgumentExtraction(ChunkedSentence, Range, ChunkedExtraction, double) - Constructor for class edu.washington.cs.knowitall.nlp.extraction.ChunkedArgumentExtraction
 
ChunkedArgumentExtraction(ChunkedSentence, Range, ChunkedExtraction, String) - Constructor for class edu.washington.cs.knowitall.nlp.extraction.ChunkedArgumentExtraction
 
ChunkedArgumentExtractor - Class in edu.washington.cs.knowitall.extractor
An Extractor class for extracting noun phrase arguments, given a relation extraction.
ChunkedArgumentExtractor(ChunkedArgumentExtractor.Mode) - Constructor for class edu.washington.cs.knowitall.extractor.ChunkedArgumentExtractor
Constructs a new NpChunkArgumentExtractor with the given mode (either LEFT or RIGHT).
ChunkedArgumentExtractor.Mode - Enum in edu.washington.cs.knowitall.extractor
Controls the mode of an NpChunkArgumentExtractor: the LEFT mode makes the extractor return noun phrase arguments to the left of the relation in the sentence, and the RIGHT mode makes the extractor return noun phrase arguments to the right of the relation in the sentence.
ChunkedBinaryExtraction - Class in edu.washington.cs.knowitall.nlp.extraction
Represents a binary extraction from a ChunkedSentence.
ChunkedBinaryExtraction(ChunkedExtraction, ChunkedArgumentExtraction, ChunkedArgumentExtraction) - Constructor for class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
Constructs a new instance using the given relation and arguments.
ChunkedBinaryExtractionStringLengthFilter - Class in edu.washington.cs.knowitall.extractor.mapper
A mapper used to filter binary extractions by number of characters.
ChunkedBinaryExtractionStringLengthFilter(int, int, int, int) - Constructor for class edu.washington.cs.knowitall.extractor.mapper.ChunkedBinaryExtractionStringLengthFilter
Constructs a new ChunkedBinaryExtractionLengthFilter object.
ChunkedBinaryExtractionWordCountFilter - Class in edu.washington.cs.knowitall.extractor.mapper
A mapper used to filter binary extractions by number of words.
ChunkedBinaryExtractionWordCountFilter(int, int, int, int) - Constructor for class edu.washington.cs.knowitall.extractor.mapper.ChunkedBinaryExtractionWordCountFilter
Constructs a new ChunkedBinaryExtractionLengthFilter object.
ChunkedDocument - Class in edu.washington.cs.knowitall.nlp
Represents an ordered collection of ChunkedSentence objects with an identifier string.
ChunkedDocument(String, Iterable<ChunkedSentence>) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedDocument
Constructs a new ChunkedDocument with the given identifier and sentences.
ChunkedDocumentReader - Class in edu.washington.cs.knowitall.nlp
A class for converting raw text into ChunkedDocument objects.
ChunkedDocumentReader(SentenceExtractor, SentenceChunker) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedDocumentReader
 
ChunkedDocumentReader(SentenceExtractor) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedDocumentReader
Uses OpenNlpSentenceChunker as the default sentence chunker.
ChunkedDocumentReader(SentenceChunker) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedDocumentReader
Uses the object returned by DefaultObjects.getDefaultHtmlSentenceExtractor() as the default sentence extractor.
ChunkedDocumentReader() - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedDocumentReader
Uses the object returned by DefaultObjects.getDefaultHtmlSentenceExtractor() as the default sentence extractor, and OpenNlpSentenceChunker as the default sentence chunker.
ChunkedExtraction - Class in edu.washington.cs.knowitall.nlp.extraction
An extraction object that represents a contiguous subsequence of a ChunkedSentence object.
ChunkedExtraction(ChunkedSentence, Range) - Constructor for class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
Constructs a new ChunkedExtraction object representing range in the sentence sent.
ChunkedExtraction(ChunkedSentence, Range, String) - Constructor for class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
Constructs a new NpChunkedExtraction object representing range in the sentence sent.
ChunkedSentence - Class in edu.washington.cs.knowitall.nlp
An immutable class that represents a tokenized, POS-tagged, and noun-phrase chunked sentence.
ChunkedSentence(String[], String[], String[]) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentence
Constructs a new instance using the given tokens, POS tags, and NP chunk tags, each of which must have the same length.
ChunkedSentence(Range[], String[], String[], String[]) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
ChunkedSentence(ImmutableList<Range>, ImmutableList<String>, ImmutableList<String>, ImmutableList<String>) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentence
Constructs a new instance using the given tokens, POS tags, and NP chunk tags, each of which must have the same length.
ChunkedSentence(List<String>, List<String>, List<String>) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
ChunkedSentence(List<Range>, List<String>, List<String>, List<String>) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
ChunkedSentence(ChunkedSentence) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentence
Constructs a new instance using the given tokens, POS tags, and NP chunk tags, each of which must have the same length.
ChunkedSentence - Variable in class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken
 
ChunkedSentenceIterator - Class in edu.washington.cs.knowitall.nlp
A class that combines an Iterator object over sentences with a SentenceChunker object to produce an iterator over ChunkedSentence objects.
ChunkedSentenceIterator(Iterator<String>, SentenceChunker) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentenceIterator
 
ChunkedSentencePattern - Class in edu.washington.cs.knowitall.nlp
 
ChunkedSentencePattern() - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentencePattern
 
ChunkedSentenceReader - Class in edu.washington.cs.knowitall.nlp
A class that combines a SentenceExtractor with a SentenceChunker to read NpChunkedSentence objects from a BufferedReader.
ChunkedSentenceReader(Reader, SentenceExtractor) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentenceReader
Constructs a reader from r using the sentence extractor se and the default OpenNlpSentenceChunker object.
ChunkedSentenceReader(Reader, SentenceChunker) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentenceReader
Constructs a reader from r using the chunker sc and the default SentenceExtractor.
ChunkedSentenceReader(Reader) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentenceReader
Constructs a reader from r using the default SentenceExtractor and OpenNlpSentenceChunker.
ChunkedSentenceReader(Reader, SentenceExtractor, SentenceChunker) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentenceReader
Constructs a reader from r using the sentence extractor se and the sentence chunker sc.
ChunkedSentenceToken - Class in edu.washington.cs.knowitall.nlp
A representation of a token in a ChunkedSentence.
ChunkedSentenceToken(ChunkedSentence, int) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken
 
ChunkedSentenceToken.ChunkTagExpression - Class in edu.washington.cs.knowitall.nlp
A regular expression that is evaluated against the chunk tag portion of a token.
ChunkedSentenceToken.ChunkTagExpression(String, int) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken.ChunkTagExpression
 
ChunkedSentenceToken.ChunkTagExpression(String) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken.ChunkTagExpression
 
ChunkedSentenceToken.Expression - Class in edu.washington.cs.knowitall.nlp
An expression that is evaluated against a token.
ChunkedSentenceToken.Expression() - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken.Expression
 
ChunkedSentenceToken.PosTagExpression - Class in edu.washington.cs.knowitall.nlp
A regular expression that is evaluated against the POS tag portion of a token.
ChunkedSentenceToken.PosTagExpression(String, int) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken.PosTagExpression
 
ChunkedSentenceToken.PosTagExpression(String) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken.PosTagExpression
 
ChunkedSentenceToken.StringExpression - Class in edu.washington.cs.knowitall.nlp
A regular expression that is evaluated against the string portion of a token.
ChunkedSentenceToken.StringExpression(String, int) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken.StringExpression
 
ChunkedSentenceToken.StringExpression(String) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken.StringExpression
 
ChunkerException - Exception in edu.washington.cs.knowitall.nlp
An exception class used for handling errors related to layered sequences.
ChunkerException(Exception) - Constructor for exception edu.washington.cs.knowitall.nlp.ChunkerException
 
ChunkerException(String, Exception) - Constructor for exception edu.washington.cs.knowitall.nlp.ChunkerException
 
ChunkerException(String) - Constructor for exception edu.washington.cs.knowitall.nlp.ChunkerException
 
chunkerModelFile - Static variable in class edu.washington.cs.knowitall.util.DefaultObjects
 
ChunkFeature - Class in edu.washington.cs.knowitall.extractor.conf.featureset
Parent class for any feature specific to the chunk layer.
ChunkFeature(String...) - Constructor for class edu.washington.cs.knowitall.extractor.conf.featureset.ChunkFeature
 
ChunkFeature(Collection<String>) - Constructor for class edu.washington.cs.knowitall.extractor.conf.featureset.ChunkFeature
 
chunkSentence(String) - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunker
 
chunkSentence(String) - Method in interface edu.washington.cs.knowitall.nlp.SentenceChunker
 
chunkTime() - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerAverageStats
 
chunkTime - Variable in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerStats
 
chunkTime() - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerStats
 
classify(DoubleFeatures) - Method in class edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree
 
clone() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
Returns a copy of this object.
clone() - Method in class edu.washington.cs.knowitall.sequence.BIOLayeredSequence
Creates a copy of this object.
ClosestArgumentMapper - Class in edu.washington.cs.knowitall.extractor.mapper
A mapper object for NpChunkArgumentExtraction objects that returns the object closest to the relation.
ClosestArgumentMapper() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.ClosestArgumentMapper
 
cogWords - Static variable in class edu.washington.cs.knowitall.extractor.conf.NestedFeatures
 
comma - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
CommandLineReVerb - Class in edu.washington.cs.knowitall.util
A command line wrapper for ReVerbExtractor.
CommandLineReVerb(CommandLine) - Constructor for class edu.washington.cs.knowitall.util.CommandLineReVerb
 
compareTo(RelationString) - Method in class edu.washington.cs.knowitall.normalization.RelationString
 
compile(String) - Static method in class edu.washington.cs.knowitall.nlp.ChunkedSentencePattern
This class compiles regular expressions over the ChunkedSentenceTokens in a sentence into an NFA.
complementClause(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
compose(Extractor<R, S>, Extractor<S, T>) - Static method in class edu.washington.cs.knowitall.extractor.Extractor
Composes a R->S extractor with a S->T extractor to create a R->T extractor.
compoundVerb(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
computeChunkRanges(String[], String) - Static method in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
computeInnerIterator(S) - Method in class edu.washington.cs.knowitall.util.AbstractNestedIterator
 
computeNext() - Method in class edu.washington.cs.knowitall.io.BufferedReaderIterator
 
computeNext() - Method in class edu.washington.cs.knowitall.io.SmartTextBlockIterator
 
computeNext() - Method in class edu.washington.cs.knowitall.io.TextBlockIterator
 
computeNext() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceIterator
 
computeNext() - Method in class edu.washington.cs.knowitall.nlp.SentenceBlocksIterator
 
computeNext() - Method in class edu.washington.cs.knowitall.util.AbstractNestedIterator
 
computeNpChunkRanges(String[]) - Static method in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
computeNpChunkRanges(List<String>) - Static method in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
A wrapper to support passing Lists.
comWords - Static variable in class edu.washington.cs.knowitall.extractor.conf.NestedFeatures
 
confFunctionModelFile - Static variable in class edu.washington.cs.knowitall.util.DefaultObjects
 
confidence(E) - Method in class edu.washington.cs.knowitall.extractor.conf.classifier.LogisticRegression
 
ConfidenceFunction - Interface in edu.washington.cs.knowitall.extractor.conf
Represents a confidence function for @{ChunkedBinaryExtraction} objects.
ConfidenceFunctionException - Exception in edu.washington.cs.knowitall.extractor.conf
 
ConfidenceFunctionException(Exception) - Constructor for exception edu.washington.cs.knowitall.extractor.conf.ConfidenceFunctionException
 
ConfidenceFunctionException(String, Exception) - Constructor for exception edu.washington.cs.knowitall.extractor.conf.ConfidenceFunctionException
 
ConfidenceMetric - Class in edu.washington.cs.knowitall.argumentidentifier
An extraction confidence function that uses a logistic regression classifier.
ConfidenceMetric() - Constructor for class edu.washington.cs.knowitall.argumentidentifier.ConfidenceMetric
 
ConfidenceMetric(LogisticRegression<ChunkedBinaryExtraction>) - Constructor for class edu.washington.cs.knowitall.argumentidentifier.ConfidenceMetric
 
ConfidenceMetric(URL) - Constructor for class edu.washington.cs.knowitall.argumentidentifier.ConfidenceMetric
 
ConjunctionCommaArgumentFilter - Class in edu.washington.cs.knowitall.extractor.mapper
An argument filter that filters out any arguments matching the following patterns: ARG , REL ARG and REL ARG , and REL
ConjunctionCommaArgumentFilter() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.ConjunctionCommaArgumentFilter
 
correctArg1End(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.ArgLearnerFeatureSet
 
correctNormalization() - Method in class edu.washington.cs.knowitall.normalization.RelationString
Normalizes the predicate - takes predicate normalized by TextRunner and applies rule based normalization: if predicate doesn't start with a letter or a abbreviated aux - return empty predicate transform to lower case omit adverbs (RB pos-tag) omit quasi-modals: "used to VB", "ought to VB", "be able to VB", "have to VB" omit modals: (MD pos-tag) handle "have": change "have VBN/VB/VBD" to "VBD" handle "be": reverse TextRunner normalization of "be VBN" to unnormalized form, omit "be" in "be VBG" unless is "be going to VB", which is treated like a quasi-modal handle "do": omit "do" in "do VB" expressions handle "have" again to solve some extreme cases where it needs to be applied twice ('d have had to have been doing") if what's left is "be" or "do" or "be be" or "do do" - return empty predicate since this predicate is not informative if what's left doesn't start with a letter or a abbreviated aux - return empty predicate since the extraction was bad if what's contains "be be " or "do do " or "have have " - return empty predicate since the extraction was bad

D

DecisionTree - Class in edu.washington.cs.knowitall.extractor.conf.classifier
 
DecisionTree(DecisionTree.Tree) - Constructor for class edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree
 
DecisionTree.Tree - Class in edu.washington.cs.knowitall.extractor.conf.classifier
 
DecisionTree.Tree(Predicate<DoubleFeatures>, String, List<DecisionTree.Tree>, String) - Constructor for class edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree.Tree
 
DecisionTree.Tree(Predicate<DoubleFeatures>, String, List<DecisionTree.Tree>) - Constructor for class edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree.Tree
 
DecisionTree.Tree(Predicate<DoubleFeatures>, String, String) - Constructor for class edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree.Tree
 
defaultMinFreq - Static variable in class edu.washington.cs.knowitall.extractor.mapper.ReVerbRelationDictionaryFilter
 
DefaultObjects - Class in edu.washington.cs.knowitall.util
 
DefaultObjects() - Constructor for class edu.washington.cs.knowitall.util.DefaultObjects
 
detatchOfs(String[], String[]) - Static method in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
detatchPossessives(String[], String[]) - Static method in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
DeUnicoder - Class in edu.washington.cs.knowitall.extractor.mapper
Converts some characters from unicode to ascii (such as directional quotations)
DeUnicoder() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.DeUnicoder
Constructs a new DeUnicoder object.
disable() - Method in class edu.washington.cs.knowitall.extractor.mapper.Mapper
Disables this mapper.
DISCARD_PRONOUNS - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
doFilter(ChunkedArgumentExtraction) - Method in class edu.washington.cs.knowitall.extractor.mapper.AdjacentToRelationFilter
Returns true if the given argument is adjacent to its relation.
doFilter(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.extractor.mapper.ChunkedBinaryExtractionStringLengthFilter
 
doFilter(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.extractor.mapper.ChunkedBinaryExtractionWordCountFilter
 
doFilter(ChunkedArgumentExtraction) - Method in class edu.washington.cs.knowitall.extractor.mapper.ConjunctionCommaArgumentFilter
 
doFilter(T) - Method in class edu.washington.cs.knowitall.extractor.mapper.FilterMapper
 
doFilter(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.extractor.mapper.NormalizedRelationDictionaryFilter
Returns true if the tokens in the given extraction appear in the set of relations passed to the constructor.
doFilter(ChunkedArgumentExtraction) - Method in class edu.washington.cs.knowitall.extractor.mapper.PronounArgumentFilter
 
doFilter(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.extractor.mapper.ReVerbRelationDictionaryFilter
 
doFilter(String) - Method in class edu.washington.cs.knowitall.extractor.mapper.SentenceEndFilter
 
doFilter(String) - Method in class edu.washington.cs.knowitall.extractor.mapper.SentenceLengthFilter
 
doFilter(String) - Method in class edu.washington.cs.knowitall.extractor.mapper.SentenceStartFilter
 
doFilter(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.extractor.mapper.StopListFilter
 
doMap(String) - Method in class edu.washington.cs.knowitall.extractor.mapper.BracketsRemover
Returns a copy of sent with its brackets, and the contained text, removed.
doMap(String) - Method in class edu.washington.cs.knowitall.extractor.mapper.DeUnicoder
Remove strange characters.
doMap(Iterable<T>) - Method in class edu.washington.cs.knowitall.extractor.mapper.FilterMapper
 
doMap(T) - Method in class edu.washington.cs.knowitall.extractor.mapper.IndependentMapper
 
doMap(Iterable<T>) - Method in class edu.washington.cs.knowitall.extractor.mapper.IndependentMapper
 
doMap(String) - Method in class edu.washington.cs.knowitall.extractor.mapper.JunkRemover
Remove strange characters.
doMap(Iterable<T>) - Method in class edu.washington.cs.knowitall.extractor.mapper.Mapper
 
doMap(Iterable<T>) - Method in class edu.washington.cs.knowitall.extractor.mapper.MapperList
 
doMap(Iterable<T>) - Method in class edu.washington.cs.knowitall.extractor.mapper.MaxMapper
 
doMap(Iterable<ChunkedExtraction>) - Method in class edu.washington.cs.knowitall.extractor.mapper.MergeOverlappingMapper
 
doMap(String) - Method in class edu.washington.cs.knowitall.extractor.mapper.OrdinalPreprocessor
 
DoubleFeatures - Class in edu.washington.cs.knowitall.extractor.conf.classifier
 
DoubleFeatures() - Constructor for class edu.washington.cs.knowitall.extractor.conf.classifier.DoubleFeatures
 
DoubleFeatureSet<T> - Class in edu.washington.cs.knowitall.extractor.conf.featureset
Represents a set of boolean feature functions that can be applied to objects of type T.
DoubleFeatureSet(Map<String, Function<T, Double>>) - Constructor for class edu.washington.cs.knowitall.extractor.conf.featureset.DoubleFeatureSet
Constructs a new feature set from the given features.
doubleNP(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
doValueMap(ChunkedArgumentExtraction) - Method in class edu.washington.cs.knowitall.extractor.mapper.ClosestArgumentMapper
 
doValueMap(T) - Method in class edu.washington.cs.knowitall.extractor.mapper.MaxMapper
 

E

edu.washington.cs.knowitall.argumentidentifier - package edu.washington.cs.knowitall.argumentidentifier
 
edu.washington.cs.knowitall.examples - package edu.washington.cs.knowitall.examples
 
edu.washington.cs.knowitall.extractor - package edu.washington.cs.knowitall.extractor
 
edu.washington.cs.knowitall.extractor.conf - package edu.washington.cs.knowitall.extractor.conf
 
edu.washington.cs.knowitall.extractor.conf.classifier - package edu.washington.cs.knowitall.extractor.conf.classifier
 
edu.washington.cs.knowitall.extractor.conf.featureset - package edu.washington.cs.knowitall.extractor.conf.featureset
 
edu.washington.cs.knowitall.extractor.conf.opennlp - package edu.washington.cs.knowitall.extractor.conf.opennlp
 
edu.washington.cs.knowitall.extractor.mapper - package edu.washington.cs.knowitall.extractor.mapper
 
edu.washington.cs.knowitall.io - package edu.washington.cs.knowitall.io
 
edu.washington.cs.knowitall.nlp - package edu.washington.cs.knowitall.nlp
 
edu.washington.cs.knowitall.nlp.extraction - package edu.washington.cs.knowitall.nlp.extraction
 
edu.washington.cs.knowitall.normalization - package edu.washington.cs.knowitall.normalization
 
edu.washington.cs.knowitall.sequence - package edu.washington.cs.knowitall.sequence
 
edu.washington.cs.knowitall.util - package edu.washington.cs.knowitall.util
 
enable() - Method in class edu.washington.cs.knowitall.extractor.mapper.Mapper
Enables this mapper.
encode(String[]) - Method in class edu.washington.cs.knowitall.sequence.Encoder
Encodes the given tuple (represented as a String array) to its integer value, represented as a char.
encodeClass(int, String) - Method in class edu.washington.cs.knowitall.sequence.Encoder
Encodes a "class" of tuples that all have the symbol value in the given layer index.
Encoder - Class in edu.washington.cs.knowitall.sequence
This class represents a table mapping tuples of strings to integer values.
Encoder(List<Set<String>>) - Constructor for class edu.washington.cs.knowitall.sequence.Encoder
Constructs a new encoding table using the given symbol sets.
end() - Method in class edu.washington.cs.knowitall.sequence.LayeredTokenMatcher
 
end(int) - Method in class edu.washington.cs.knowitall.sequence.LayeredTokenMatcher
 
equals(Object) - Method in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction
 
equals(Object) - Method in class edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpAlphabet.Key
 
equals(Object) - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
equals(Object) - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
 
equals(Object) - Method in class edu.washington.cs.knowitall.normalization.RelationString
 
equals(Object) - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
 
equals(Object) - Method in class edu.washington.cs.knowitall.sequence.StringArrayWrapper
 
extract(S) - Method in class edu.washington.cs.knowitall.extractor.Extractor
 
extractCandidates(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.ArgLearner
 
extractCandidates(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.extractor.ChunkedArgumentExtractor
 
extractCandidates(S) - Method in class edu.washington.cs.knowitall.extractor.Extractor
Extracts candidate extractions from the given source object.
extractCandidates(R) - Method in class edu.washington.cs.knowitall.extractor.ExtractorComposition
 
extractCandidates(S) - Method in class edu.washington.cs.knowitall.extractor.ExtractorUnion
Returns the results from each extractor.
extractCandidates(String) - Method in class edu.washington.cs.knowitall.extractor.HtmlSentenceExtractor
 
extractCandidates(ChunkedSentence) - Method in class edu.washington.cs.knowitall.extractor.RegexExtractor
 
extractCandidates(ChunkedSentence) - Method in class edu.washington.cs.knowitall.extractor.RegexGroupExtractor
 
extractCandidates(ChunkedSentence) - Method in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
 
extractCandidates(String) - Method in class edu.washington.cs.knowitall.extractor.SentenceExtractor
Runs the OpenNLP SentenceDetector object on the given String source, and returns an Iterable object over the detected sentences.
extractCRFFeatures(ChunkedExtraction, int, int, Boolean) - Method in class edu.washington.cs.knowitall.argumentidentifier.ArgSubstructureFeatureGenerator
 
extractFeatures(ChunkedExtraction, ChunkedArgumentExtraction, int, boolean) - Method in class edu.washington.cs.knowitall.argumentidentifier.Arg1LocationFeatureGenerator
 
extractFromHtml(String) - Method in class edu.washington.cs.knowitall.extractor.ReVerbRelationExtractor
Extracts from the given html using the default sentence reader returned by DefaultObjects#.getDefaultSentenceReaderHtml(java.io.Reader).
extractFromString(String) - Method in class edu.washington.cs.knowitall.extractor.ReVerbRelationExtractor
Extracts from the given text using the default sentence reader returned by DefaultObjects.getDefaultSentenceReader(java.io.Reader).
ExtractionFeature - Class in edu.washington.cs.knowitall.extractor.conf.featureset
A parent class for any feature that picks a particular range and applies a test to all indices within that range.
ExtractionFeature() - Constructor for class edu.washington.cs.knowitall.extractor.conf.featureset.ExtractionFeature
 
ExtractionGrouper<T> - Interface in edu.washington.cs.knowitall.util
 
ExtractionParameters - Class in edu.washington.cs.knowitall.argumentidentifier
 
ExtractionParameters() - Constructor for class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
Extractor<S,T> - Class in edu.washington.cs.knowitall.extractor
An abstract class that defines the basic behavior of an extractor.
Extractor() - Constructor for class edu.washington.cs.knowitall.extractor.Extractor
Constructs a new extractor with no mappers.
ExtractorComposition<R,S,T> - Class in edu.washington.cs.knowitall.extractor
A class used to represent the composition of two Extractor objects.
ExtractorComposition(Extractor<R, S>, Extractor<S, T>) - Constructor for class edu.washington.cs.knowitall.extractor.ExtractorComposition
Constructs a new extractor that is the composition of the given extractors.
ExtractorException - Exception in edu.washington.cs.knowitall.extractor
An exception class for errors related to Extractor.
ExtractorException(String) - Constructor for exception edu.washington.cs.knowitall.extractor.ExtractorException
 
ExtractorException(String, Exception) - Constructor for exception edu.washington.cs.knowitall.extractor.ExtractorException
 
ExtractorException(Exception) - Constructor for exception edu.washington.cs.knowitall.extractor.ExtractorException
 
ExtractorUnion<S,T> - Class in edu.washington.cs.knowitall.extractor
Takes the union of the output of multiple extractors.
ExtractorUnion() - Constructor for class edu.washington.cs.knowitall.extractor.ExtractorUnion
Constructs an empty extractor that will return an empty set of results from any given input.
ExtractorUnion(List<Extractor<S, T>>) - Constructor for class edu.washington.cs.knowitall.extractor.ExtractorUnion
Constructs a new extractor that returns the union of the output from each of the given extractors.

F

featureName - Variable in class edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpAlphabet.Key
 
featureNames() - Static method in class edu.washington.cs.knowitall.argumentidentifier.ArgLearnerFeatureSet
 
featureNames - Variable in class edu.washington.cs.knowitall.extractor.conf.featureset.FeatureSet
 
features() - Method in class edu.washington.cs.knowitall.argumentidentifier.PositionInstance
 
FeatureSet<T> - Class in edu.washington.cs.knowitall.extractor.conf.featureset
 
FeatureSet(List<String>) - Constructor for class edu.washington.cs.knowitall.extractor.conf.featureset.FeatureSet
 
featurize(String, ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.ArgLearnerFeatureSet
 
featurize(T) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.BooleanFeatureSet
Returns a feature representation of the given object.
featurize(String, T) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.BooleanFeatureSet
 
featurize(T) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.DoubleFeatureSet
Returns a feature representation of the given object.
featurize(String, T) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.DoubleFeatureSet
 
featurize(String, T) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.FeatureSet
 
featurize(E) - Method in class edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpConfFunction
Turn an extraction into the feature representation used by OpenNlp.
featurizeToBool(T) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.BooleanFeatureSet
Returns the feature representation of object as an array of booleans.
featurizeToBool(String, T) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.BooleanFeatureSet
 
featurizeToDouble(T) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.BooleanFeatureSet
Returns the feature representation of object as an array of doubles.
featurizeToDouble(T) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.DoubleFeatureSet
Returns the feature representation of object as an array of doubles.
featurizeToDouble(T) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.FeatureSet
 
FieldNormalizer - Interface in edu.washington.cs.knowitall.normalization
An interface defining the basic functionality of a field normalizer.
FilterMapper<T> - Class in edu.washington.cs.knowitall.extractor.mapper
A type of mapper that filters each object in the stream independently.
FilterMapper() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.FilterMapper
 
find() - Method in class edu.washington.cs.knowitall.sequence.LayeredTokenMatcher
 
find(int) - Method in class edu.washington.cs.knowitall.sequence.LayeredTokenMatcher
 
findSubj(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
fromModel(URL) - Static method in class edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree
 
fromString(String) - Static method in class edu.washington.cs.knowitall.util.WarcPage
Creates a WarcPage object from the provided String.

G

get(int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PositionInstance
 
get(String, int) - Method in interface edu.washington.cs.knowitall.sequence.LayeredSequence
 
get(String, int) - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
 
getArgBound(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.ArgLocationClassifier
 
getArgBound(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.ArgSubstructureClassifier
 
getArgument1() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
 
getArgument1Extractor() - Method in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
 
getArgument1Norm() - Method in class edu.washington.cs.knowitall.normalization.NormalizedBinaryExtraction
 
getArgument2() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
 
getArgument2Extractor() - Method in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
 
getArgument2Norm() - Method in class edu.washington.cs.knowitall.normalization.NormalizedBinaryExtraction
 
getCapitalized(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
getChunkedSentenceFromPred(ChunkedExtraction) - Static method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
getChunkedSentenceFromPredEnd(ChunkedExtraction) - Static method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
getChunkTag(int) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getChunkTags() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getChunkTags(int, int) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getChunkTags(Range) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getChunkTags() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
 
getChunkTagsAsString() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getConf(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.ConfidenceMetric
 
getConf(ChunkedBinaryExtraction) - Method in interface edu.washington.cs.knowitall.extractor.conf.ConfidenceFunction
 
getConf(E) - Method in class edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpConfFunction
 
getConf(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.extractor.conf.ReVerbIndependentConfFunction
 
getConf(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.extractor.conf.ReVerbOpenNlpConfFunction
 
getConfidence() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedArgumentExtraction
 
getContent() - Method in class edu.washington.cs.knowitall.util.WarcPage
 
getData() - Method in class edu.washington.cs.knowitall.sequence.StringArrayWrapper
 
getDefaultChunker() - Static method in class edu.washington.cs.knowitall.util.DefaultObjects
 
getDefaultHtmlSentenceExtractor() - Static method in class edu.washington.cs.knowitall.util.DefaultObjects
 
getDefaultPosTagger() - Static method in class edu.washington.cs.knowitall.util.DefaultObjects
 
getDefaultSentenceDetector() - Static method in class edu.washington.cs.knowitall.util.DefaultObjects
 
getDefaultSentenceExtractor() - Static method in class edu.washington.cs.knowitall.util.DefaultObjects
 
getDefaultSentenceReader(Reader, boolean) - Static method in class edu.washington.cs.knowitall.util.DefaultObjects
Return the default sentence reader.
getDefaultSentenceReader(Reader) - Static method in class edu.washington.cs.knowitall.util.DefaultObjects
 
getDefaultSentenceReaderHtml(Reader) - Static method in class edu.washington.cs.knowitall.util.DefaultObjects
 
getDefaultTokenizer() - Static method in class edu.washington.cs.knowitall.util.DefaultObjects
 
getEncodedPattern() - Method in class edu.washington.cs.knowitall.sequence.LayeredTokenPattern
 
getFeatureMap() - Method in class edu.washington.cs.knowitall.extractor.conf.HypotheticalFeatures
 
getFeatureMap() - Method in class edu.washington.cs.knowitall.extractor.conf.NestedFeatures
 
getFeatureNames() - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.FeatureSet
Returns the feature names as an ImmutableList, sorted using the default String comparator.
getFeatures() - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.BooleanFeatureSet
Returns the features as an ImmutableList, sorted using the default String comparator on the features' names.
getFeatures() - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.DoubleFeatureSet
Returns the features as an ImmutableList, sorted using the default String comparator on the features' names.
getFeatureSet() - Method in class edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures
 
getField(String) - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
 
getField(int) - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
 
getFieldName(int) - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
 
getFieldNames() - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
 
getFieldRange(int) - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
 
getFieldRange(String) - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
 
getFieldRanges() - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
 
getFields() - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
 
getFirst() - Method in class edu.washington.cs.knowitall.argumentidentifier.Pair
 
getHeader() - Method in class edu.washington.cs.knowitall.argumentidentifier.Arg1LocationFeatureGenerator
 
getId() - Method in class edu.washington.cs.knowitall.nlp.ChunkedDocument
 
getIndices() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
 
getInstances() - Method in class edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpDataSet
 
getInterveningConj(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
getInterveningNPCount(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
getIntValue(boolean, boolean) - Method in class edu.washington.cs.knowitall.argumentidentifier.ArgLearnerFeatureSet
 
getLastComputeTime() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceIterator
 
getLayer(String) - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
 
getLayerAsString(String) - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
 
getLayerAsString(String, Range) - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
 
getLayerAsString(String, int, int) - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
 
getLayerNames() - Method in interface edu.washington.cs.knowitall.sequence.LayeredSequence
 
getLayerNames() - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
 
getLength() - Method in interface edu.washington.cs.knowitall.sequence.LayeredSequence
 
getLength() - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
 
getMappers() - Method in class edu.washington.cs.knowitall.extractor.Extractor
 
getMappers() - Method in class edu.washington.cs.knowitall.extractor.mapper.MapperList
 
getMode() - Method in class edu.washington.cs.knowitall.extractor.ChunkedArgumentExtractor
 
getModel() - Method in class edu.washington.cs.knowitall.extractor.conf.ReVerbOpenNlpClassifierTrainer
 
getNormPred() - Method in class edu.washington.cs.knowitall.normalization.RelationString
 
getNpChunkRanges() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getNPCountBefore(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
getNPToEndCount(ChunkedExtraction, int) - Static method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
getNumFeatures() - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.FeatureSet
 
getNumFields() - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
 
getNumLayers() - Method in interface edu.washington.cs.knowitall.sequence.LayeredSequence
 
getNumLayers() - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
 
getOffsets() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getOffsetsAsString() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getOrdinalRanges(List<String>) - Static method in class edu.washington.cs.knowitall.nlp.OrdinalUtils
 
getOrdinalRanges(ChunkedSentence) - Static method in class edu.washington.cs.knowitall.nlp.OrdinalUtils
 
getOrdinalRanges(String[]) - Static method in class edu.washington.cs.knowitall.nlp.OrdinalUtils
 
getOriginalField() - Method in class edu.washington.cs.knowitall.normalization.NormalizedField
 
getPageReader() - Method in class edu.washington.cs.knowitall.util.WarcPage
 
getPattern() - Method in class edu.washington.cs.knowitall.extractor.RegexExtractor
 
getPatternString() - Method in class edu.washington.cs.knowitall.extractor.RegexExtractor
 
getPosPred() - Method in class edu.washington.cs.knowitall.normalization.RelationString
 
getPosTag(int) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getPosTags() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getPosTags(int, int) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getPosTags(Range) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getPosTags() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
 
getPosTags() - Method in class edu.washington.cs.knowitall.normalization.NormalizedField
 
getPosTagsAsString(int, int) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getPosTagsAsString(Range) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getPosTagsAsString() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getPosTagsAsString() - Method in class edu.washington.cs.knowitall.normalization.NormalizedField
 
getPred() - Method in class edu.washington.cs.knowitall.normalization.RelationString
 
getProperties() - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
 
getProperty(String) - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
 
getPropertyNames() - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
 
getPunctuationCount(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
getRange() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getRange() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
getRelation() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedArgumentExtraction
 
getRelation() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
 
getRelationExtractor() - Method in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
 
getRelationNorm() - Method in class edu.washington.cs.knowitall.normalization.NormalizedBinaryExtraction
 
getResourceAsStream(String) - Static method in class edu.washington.cs.knowitall.util.DefaultObjects
 
getSecond() - Method in class edu.washington.cs.knowitall.argumentidentifier.Pair
 
getSentence() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
getSentence() - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
 
getSentenceChunker() - Method in class edu.washington.cs.knowitall.nlp.ChunkedDocumentReader
 
getSentenceChunker() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceReader
 
getSentenceDetector() - Method in class edu.washington.cs.knowitall.extractor.SentenceExtractor
 
getSentenceExtractor() - Method in class edu.washington.cs.knowitall.nlp.ChunkedDocumentReader
 
getSentenceExtractor() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceReader
 
getSentences() - Method in class edu.washington.cs.knowitall.nlp.ChunkedDocument
 
getSentences() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceReader
 
getSerialNumber() - Method in class edu.washington.cs.knowitall.util.WarcPage
 
getSpans(String) - Method in class edu.washington.cs.knowitall.sequence.BIOLayeredSequence
Returns the ranges of all of the spans on the given layer.
getSpans(String, String) - Method in class edu.washington.cs.knowitall.sequence.BIOLayeredSequence
Returns the ranges of all of the spans on the given layer that are of the given type (e.g.
getStart() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
getSubSequence(Range) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
Returns a new ChunkedSentence object that starts at the given range.
getSubSequence(int, int) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
Returns a new ChunkedSentence object that starts at the given start index and has the given length.
getSubSequence(String, int, int) - Method in class edu.washington.cs.knowitall.sequence.BIOLayeredSequence
Returns a subsequence of the given layer.
getSubSequence(String, Range) - Method in class edu.washington.cs.knowitall.sequence.BIOLayeredSequence
Returns a subsequence of the given layer.
getSubSequence(int, int) - Method in class edu.washington.cs.knowitall.sequence.BIOLayeredSequence
Constructs a new subsequence from this instance.
getSubSequence(Range) - Method in class edu.washington.cs.knowitall.sequence.BIOLayeredSequence
Constructs a new subsequence from this instance.
getSubSequence(String, int, int) - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
 
getSubSequence(String, Range) - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
 
getSubSequence(int, int) - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
Returns the subsequence of this layered sequence starting at the given position with the given length
getSubSequence(Range) - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
Returns the subsequence of this layered sequence starting at the given position with the given length
getSymbolLayerName(String) - Method in class edu.washington.cs.knowitall.sequence.LayeredPatternTokenizer
 
getText() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
getToken(int) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getTokenRange(int, int) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
Converts a character range into getTokensAsString into a bounding token range.
getTokens() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getTokens(int, int) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getTokens(Range) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getTokens() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
 
getTokens() - Method in class edu.washington.cs.knowitall.normalization.NormalizedField
 
getTokensAsString() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getTokensAsString(int, int) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getTokensAsString(Range) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getTokensAsString() - Method in class edu.washington.cs.knowitall.normalization.NormalizedField
 
getWARC_Target_URI() - Method in class edu.washington.cs.knowitall.util.WarcPage
 
getWARC_TREC_ID() - Method in class edu.washington.cs.knowitall.util.WarcPage
 
groupCount() - Method in class edu.washington.cs.knowitall.sequence.LayeredTokenMatcher
 
groupExtractions(Collection<ChunkedExtraction>) - Method in class edu.washington.cs.knowitall.util.AdjacentExtractionGrouper
 
groupExtractions(Collection<T>) - Method in interface edu.washington.cs.knowitall.util.ExtractionGrouper
 

H

hasContent() - Method in class edu.washington.cs.knowitall.util.WarcPage
 
hasField(String) - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
 
hashCode() - Method in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction
 
hashCode() - Method in class edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpAlphabet.Key
 
hashCode() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
hashCode() - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
 
hashCode() - Method in class edu.washington.cs.knowitall.normalization.RelationString
 
hashCode() - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
 
hashCode() - Method in class edu.washington.cs.knowitall.sequence.StringArrayWrapper
 
hasLayer(String) - Method in interface edu.washington.cs.knowitall.sequence.LayeredSequence
 
hasLayer(String) - Method in class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
 
hasNext() - Method in class edu.washington.cs.knowitall.util.ArrayIterator
 
hasProperty(String) - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
Checks whether this extraction has the given property.
HeadNounExtractor - Class in edu.washington.cs.knowitall.normalization
Created by IntelliJ IDEA.
HeadNounExtractor() - Constructor for class edu.washington.cs.knowitall.normalization.HeadNounExtractor
 
HeadNounNormalizer - Class in edu.washington.cs.knowitall.normalization
A normalizer function that heuristically finds the head noun phrase of an argument field.
HeadNounNormalizer() - Constructor for class edu.washington.cs.knowitall.normalization.HeadNounNormalizer
 
HtmlSentenceExtractor - Class in edu.washington.cs.knowitall.extractor
An Extractor class for extracting NpChunkedSentence objects from a String containing HTML.
HtmlSentenceExtractor(SentenceDetector) - Constructor for class edu.washington.cs.knowitall.extractor.HtmlSentenceExtractor
Constructs a new SentenceExtractor object using the given OpenNLP SentenceDetector object.
HtmlSentenceExtractor() - Constructor for class edu.washington.cs.knowitall.extractor.HtmlSentenceExtractor
Constructs a new HtmlSentenceExtractor object using the default OpenNLP SentenceDetector object, as returned by DefaultObjects.getDefaultSentenceDetector().
HtmlUtils - Class in edu.washington.cs.knowitall.util
 
HtmlUtils() - Constructor for class edu.washington.cs.knowitall.util.HtmlUtils
 
HypotheticalFeatures - Class in edu.washington.cs.knowitall.extractor.conf
Features designed to detect sentences expressing a hypothesis or belief and not a fact.
HypotheticalFeatures() - Constructor for class edu.washington.cs.knowitall.extractor.conf.HypotheticalFeatures
 

I

ifClause(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
IN_CHUNK - Static variable in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
IN_NP - Static variable in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
IndependentMapper<T> - Class in edu.washington.cs.knowitall.extractor.mapper
A type of mapper that operates on each object in a stream independently.
IndependentMapper() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.IndependentMapper
 
index - Variable in class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken
 
indexOfHeadVerb(ChunkedExtraction, boolean) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.ExtractionFeature
Implements the following naive algorithm for locating the head verb within a verb phrase:

1.
infinitiveClause(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
initializeArgumentExtractors() - Method in class edu.washington.cs.knowitall.extractor.R2A2
 
initializeArgumentExtractors() - Method in class edu.washington.cs.knowitall.extractor.ReVerbExtractor
 
initializeArgumentExtractors() - Method in class edu.washington.cs.knowitall.extractor.ReVerbRelationExtractor
 
initializeNlpTools() - Static method in class edu.washington.cs.knowitall.util.DefaultObjects
 
initializeRelationExtractor() - Method in class edu.washington.cs.knowitall.extractor.ReVerbRelationExtractor
Wrapper for default initialization of the reverb relation extractor.
initializeRelationExtractor(int, boolean, boolean, boolean) - Method in class edu.washington.cs.knowitall.extractor.ReVerbRelationExtractor
Initialize relation extractor.
inNPList(ChunkedExtraction, int) - Static method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
inPPList(ChunkedExtraction, int) - Static method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
introduces_if - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
isAdjacentOrOverlaps(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
isBasicOrdinal(String) - Static method in class edu.washington.cs.knowitall.nlp.OrdinalUtils
 
isChunkBeginTag(String, String) - Static method in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
isChunkInTag(String, String) - Static method in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
isEnabled() - Method in class edu.washington.cs.knowitall.extractor.mapper.Mapper
 
isInNpChunk(String) - Static method in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
isMidInstance() - Method in class edu.washington.cs.knowitall.argumentidentifier.PositionInstance
 
isNegative() - Method in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction
 
isNpBeginTag(String) - Static method in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
isNpInTag(String) - Static method in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
isNumber(String) - Static method in class edu.washington.cs.knowitall.nlp.OrdinalUtils
 
isOrdinal(String) - Static method in class edu.washington.cs.knowitall.nlp.OrdinalUtils
 
isPositive() - Method in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction
 
isPossessive(String) - Static method in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
isRelInstance() - Method in class edu.washington.cs.knowitall.argumentidentifier.PositionInstance
 
isSpanLayer(String) - Method in class edu.washington.cs.knowitall.sequence.BIOLayeredSequence
 
isSymbolLayerName(String) - Method in class edu.washington.cs.knowitall.sequence.LayeredPatternTokenizer
 
IterableAdapter<T> - Class in edu.washington.cs.knowitall.util
 
IterableAdapter(Iterator<T>) - Constructor for class edu.washington.cs.knowitall.util.IterableAdapter
 
iterator() - Method in class edu.washington.cs.knowitall.nlp.ChunkedDocument
 
iterator() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceReader
 
iterator() - Method in class edu.washington.cs.knowitall.nlp.PreChunkedSentenceReader
 
iterator() - Method in class edu.washington.cs.knowitall.util.IterableAdapter
 
iterator() - Method in class edu.washington.cs.knowitall.util.WarcReader
 

J

JunkRemover - Class in edu.washington.cs.knowitall.extractor.mapper
 
JunkRemover(String) - Constructor for class edu.washington.cs.knowitall.extractor.mapper.JunkRemover
Constructs a new JunkRemover object.
JunkRemover() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.JunkRemover
 

L

label() - Method in class edu.washington.cs.knowitall.argumentidentifier.PositionInstance
 
LabeledBinaryExtraction - Class in edu.washington.cs.knowitall.extractor.conf
Extends the ChunkedBinaryExtraction class to have a binary label.
LabeledBinaryExtraction(ChunkedExtraction, ChunkedArgumentExtraction, ChunkedArgumentExtraction, int) - Constructor for class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction
Constructs a new LabeledBinaryExtraction with the given label
LabeledBinaryExtraction(ChunkedBinaryExtraction, int) - Constructor for class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction
Constructs a new LabeledBinaryExtraction with the given label.
LabeledBinaryExtractionReader - Class in edu.washington.cs.knowitall.extractor.conf
Used for reading LabeledBinaryExtraction objects from a plain text source.
LabeledBinaryExtractionReader(InputStream) - Constructor for class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtractionReader
Constructs a new reader from the given input stream.
LabeledBinaryExtractionWriter - Class in edu.washington.cs.knowitall.extractor.conf
Used for writing LabeledBinaryExtraction objects to plain text.
LabeledBinaryExtractionWriter(OutputStream) - Constructor for class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtractionWriter
Constructs a new writer to the given stream.
LayeredPatternTokenizer - Class in edu.washington.cs.knowitall.sequence
A class that tokenizes the String representation of patterns for the LayeredTokenPattern class.
LayeredPatternTokenizer() - Constructor for class edu.washington.cs.knowitall.sequence.LayeredPatternTokenizer
Constructs a new tokenizer.
LayeredSequence - Interface in edu.washington.cs.knowitall.sequence
Represents a layered sequence of strings.
LayeredTokenMatcher - Class in edu.washington.cs.knowitall.sequence
 
LayeredTokenMatcher(Matcher) - Constructor for class edu.washington.cs.knowitall.sequence.LayeredTokenMatcher
 
LayeredTokenPattern - Class in edu.washington.cs.knowitall.sequence
A class that defines a regular expression over the tokens appearing in a LayeredSequence object.
LayeredTokenPattern(String) - Constructor for class edu.washington.cs.knowitall.sequence.LayeredTokenPattern
Constructs a new instance from the given String pattern
listPattern1 - Variable in class edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures
 
listPattern2 - Variable in class edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures
 
LogisticRegression<E> - Class in edu.washington.cs.knowitall.extractor.conf.classifier
 
LogisticRegression(FeatureSet<E>, Map<String, Double>) - Constructor for class edu.washington.cs.knowitall.extractor.conf.classifier.LogisticRegression
 
LogisticRegression(FeatureSet<E>, InputStream) - Constructor for class edu.washington.cs.knowitall.extractor.conf.classifier.LogisticRegression
 
LONG_RELATION_PATTERN - Static variable in class edu.washington.cs.knowitall.extractor.ReVerbRelationExtractor
The pattern (V(W*P)?)+
lookup - Variable in class edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpAlphabet
 

M

main(String[]) - Static method in class edu.washington.cs.knowitall.examples.ReVerbExample
 
main(String[]) - Static method in class edu.washington.cs.knowitall.extractor.conf.ReVerbDataSetCreator
Runs ReVerb on the given file (the first argument), and writes the output to the given target file (the second argument).
main(String[]) - Static method in class edu.washington.cs.knowitall.extractor.conf.ReVerbOpenNlpClassifierTrainer
Trains a logistic regression classifier using the examples in the given file, and saves the model to disk.
main(String[]) - Static method in class edu.washington.cs.knowitall.extractor.HtmlSentenceExtractor
Extracts sentences from HTML passed via standard input, or through a file given as an argument to the program.
main(String[]) - Static method in class edu.washington.cs.knowitall.extractor.mapper.BracketsRemover
Applies the BracketsRemover mapper to each line in standard input and prints the result.
main(String[]) - Static method in class edu.washington.cs.knowitall.extractor.mapper.DeUnicoder
Applies the DeUnicoder mapper to each line in standard input and prints the result.
main(String[]) - Static method in class edu.washington.cs.knowitall.extractor.mapper.JunkRemover
Applies the JunkRemover mapper to each line in standard input and prints the result.
main(String[]) - Static method in class edu.washington.cs.knowitall.extractor.R2A2
Runs the extractor on either standard input, or the given file.
main(String[]) - Static method in class edu.washington.cs.knowitall.extractor.ReVerbExtractor
Runs the extractor on either standard input, or the given file.
main(String[]) - Static method in class edu.washington.cs.knowitall.nlp.ChunkedSentencePattern
 
main(String[]) - Static method in class edu.washington.cs.knowitall.nlp.OrdinalUtils
 
main(String[]) - Static method in class edu.washington.cs.knowitall.normalization.RelationString
 
main(String[]) - Static method in class edu.washington.cs.knowitall.util.CommandLineReVerb
 
main(String[]) - Static method in class edu.washington.cs.knowitall.util.HtmlUtils
 
map(Iterable<T>) - Method in class edu.washington.cs.knowitall.extractor.mapper.Mapper
 
Mapper<T> - Class in edu.washington.cs.knowitall.extractor.mapper
A class for taking a stream of T objects and modifying it somehow (e.g.
Mapper() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.Mapper
 
MapperList<T> - Class in edu.washington.cs.knowitall.extractor.mapper
A list of Mapper objects.
MapperList() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.MapperList
Constructs an empty list of mappers.
MapperList(List<Mapper<T>>) - Constructor for class edu.washington.cs.knowitall.extractor.mapper.MapperList
Constructs a new list of mappers from the given list.
matcher(LayeredSequence) - Method in class edu.washington.cs.knowitall.sequence.LayeredTokenPattern
Returns a matcher object, which can be used to scan seq for any subsequences that match this pattern.
matches(List<ChunkedSentenceToken>, String, boolean) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
matches() - Method in class edu.washington.cs.knowitall.sequence.LayeredTokenMatcher
 
matchesAppositiveClause(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
matchesAppositiveClause2(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
matchesAppositiveStrict(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
matchesCommaBeforeVerb(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
matchesList(ChunkedExtraction, int, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
matchesListStrict(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
matchesNPList(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
matchesNPVerb(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
matchesObj(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
matchesPPBeforeVerb(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
matchesQuotes(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
matchesRelativeClause(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
matchesStatement(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
matchesToVerb(ChunkedExtraction, boolean) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
matchesVerbConjSimple(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
MAX_DIST - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
MAX_NP_POSITION - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
MAX_REL_WORDS - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
MAX_SENTENCE_LENGTH - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
MAX_SIZE - Static variable in class edu.washington.cs.knowitall.sequence.Encoder
The maximum encoding size.
maxFilter(int) - Static method in class edu.washington.cs.knowitall.extractor.mapper.SentenceLengthFilter
Constructs a new SentenceLengthFilter object, with no minimum length.
MaxMapper<S extends Comparable<S>,T> - Class in edu.washington.cs.knowitall.extractor.mapper
A mapper class that returns the first maximal element in the object stream according to a function doValueMap(T object).
MaxMapper() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.MaxMapper
 
mergeOverlapping(List<Range>) - Static method in class edu.washington.cs.knowitall.extractor.mapper.MergeOverlappingMapper
 
MergeOverlappingMapper - Class in edu.washington.cs.knowitall.extractor.mapper
Given a set of ChunkedExtractions from the same sentence, merges those extractions that are next to each other or overlapping.
MergeOverlappingMapper() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.MergeOverlappingMapper
 
minFilter(int) - Static method in class edu.washington.cs.knowitall.extractor.mapper.SentenceLengthFilter
Constructs a new SentenceLengthFilter object, with no maximum length.

N

name - Variable in class edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpDataSet
 
NEG - Static variable in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction
the negative class label
NEG_TRAINING - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
NestedFeatures - Class in edu.washington.cs.knowitall.extractor.conf
Features designed to detect nested extractions.
NestedFeatures() - Constructor for class edu.washington.cs.knowitall.extractor.conf.NestedFeatures
 
nestedRelation1(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
nestedRelation2(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
next() - Method in class edu.washington.cs.knowitall.util.ArrayIterator
 
nextIsDash(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
nextisNP(ChunkedExtraction, int) - Static method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
nextIsPP(ChunkedExtraction, int) - Static method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
nextIsThat(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
nextIsVP(ChunkedExtraction, int) - Static method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
nextNPWhich(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
NlpException - Exception in edu.washington.cs.knowitall.nlp
An exception class used for handling errors related to layered sequences.
NlpException(Exception) - Constructor for exception edu.washington.cs.knowitall.nlp.NlpException
 
NlpException(String, Exception) - Constructor for exception edu.washington.cs.knowitall.nlp.NlpException
 
NlpException(String) - Constructor for exception edu.washington.cs.knowitall.nlp.NlpException
 
normalize(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.normalization.BinaryExtractionNormalizer
Normalizes the given extraction
normalizeArgument(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.normalization.BinaryExtractionNormalizer
Normalizes the given argument
NormalizedBinaryExtraction - Class in edu.washington.cs.knowitall.normalization
Represents a ChunkedBinaryExtraction that has normalized versions of arg1, rel, arg2.
NormalizedBinaryExtraction(ChunkedBinaryExtraction, NormalizedField, NormalizedField, NormalizedField) - Constructor for class edu.washington.cs.knowitall.normalization.NormalizedBinaryExtraction
Constructs a new normalized extraction from the given source extraction and its normalized fields.
NormalizedField - Class in edu.washington.cs.knowitall.normalization
This class represents a field of a SpanExtraction that has been normalized in some way, e.g.
NormalizedField(ChunkedExtraction, String[], String[]) - Constructor for class edu.washington.cs.knowitall.normalization.NormalizedField
 
NormalizedField(ChunkedExtraction, List<String>, List<String>) - Constructor for class edu.washington.cs.knowitall.normalization.NormalizedField
 
NormalizedRelationDictionaryFilter - Class in edu.washington.cs.knowitall.extractor.mapper
A class used to filter out any relations whose normalized form does not appear in the given dictionary.
NormalizedRelationDictionaryFilter(HashSet<String>) - Constructor for class edu.washington.cs.knowitall.extractor.mapper.NormalizedRelationDictionaryFilter
Constructs a new filter using the String relations in the given set.
normalizeField(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.normalization.ArgumentNormalizer
 
normalizeField(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.normalization.BasicFieldNormalizer
 
normalizeField(ChunkedExtraction) - Method in interface edu.washington.cs.knowitall.normalization.FieldNormalizer
 
normalizeField(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.normalization.HeadNounExtractor
 
normalizeField(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.normalization.HeadNounNormalizer
 
normalizeField(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.normalization.VerbalRelationNormalizer
Normalizes the given field.
normalizeRelation(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.normalization.BinaryExtractionNormalizer
Normalizes the given relation phrase
np - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
NP_LAYER - Static variable in class edu.washington.cs.knowitall.nlp.ChunkedSentence
The layer name for the NP chunk tags.
np_pp - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
npBeforeArg2(ChunkedBinaryExtraction, boolean) - Method in class edu.washington.cs.knowitall.argumentidentifier.ArgLearnerFeatureSet
 
npInfinitiveClause(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
npRelativeClause(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 

O

objNestedClause(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
offsets - Variable in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
OpenNlpAlphabet<T> - Class in edu.washington.cs.knowitall.extractor.conf.opennlp
OpenNLP requires features to have a unique text representation.
OpenNlpAlphabet(BooleanFeatureSet<T>) - Constructor for class edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpAlphabet
 
OpenNlpAlphabet.Key - Class in edu.washington.cs.knowitall.extractor.conf.opennlp
 
OpenNlpAlphabet.Key(String, boolean) - Constructor for class edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpAlphabet.Key
 
OpenNlpChunkedSentenceParser - Class in edu.washington.cs.knowitall.nlp
A utility class for "parsing" the output of the OpenNLP command line chunker.
OpenNlpChunkedSentenceParser() - Constructor for class edu.washington.cs.knowitall.nlp.OpenNlpChunkedSentenceParser
 
OpenNlpConfFunction<E> - Class in edu.washington.cs.knowitall.extractor.conf.opennlp
An extraction confidence function that is backed by a logistic regression classifier.
OpenNlpConfFunction(GISModel, BooleanFeatureSet<E>) - Constructor for class edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpConfFunction
 
OpenNlpDataSet<T> - Class in edu.washington.cs.knowitall.extractor.conf.opennlp
A wrapper for the OpenNlp events.
OpenNlpDataSet(String, BooleanFeatureSet<T>) - Constructor for class edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpDataSet
Constructs a new data set
OpenNlpSentenceChunker - Class in edu.washington.cs.knowitall.nlp
A class that combines OpenNLP tokenizer, POS tagger, and chunker objects into a single object that converts String sentences to ChunkedSentence objects.
OpenNlpSentenceChunker() - Constructor for class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunker
Constructs a new object using the default models from DefaultObjects.
OpenNlpSentenceChunker(Tokenizer, POSTagger, Chunker) - Constructor for class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunker
Constructs a new OpenNlpSentenceChunker object using the provided OpenNLP objects.
OpenNlpSentenceChunkerAverageStats - Class in edu.washington.cs.knowitall.nlp
 
OpenNlpSentenceChunkerAverageStats() - Constructor for class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerAverageStats
 
OpenNlpSentenceChunkerStats - Class in edu.washington.cs.knowitall.nlp
 
OpenNlpSentenceChunkerStats(long, long, long, long) - Constructor for class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerStats
 
OpenNlpUtils - Class in edu.washington.cs.knowitall.nlp
A class of static methods for handling OpenNLP formats.
OpenNlpUtils() - Constructor for class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
or - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
OrdinalPreprocessor - Class in edu.washington.cs.knowitall.extractor.mapper
 
OrdinalPreprocessor() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.OrdinalPreprocessor
 
OrdinalUtils - Class in edu.washington.cs.knowitall.nlp
 
OrdinalUtils() - Constructor for class edu.washington.cs.knowitall.nlp.OrdinalUtils
 
otherWords - Static variable in class edu.washington.cs.knowitall.extractor.conf.NestedFeatures
 
OUT - Static variable in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
OUT_TAG - Static variable in class edu.washington.cs.knowitall.sequence.RegexTagger
The symbol used to represent a token that did not match the pattern.
outcome - Variable in class edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree.Tree
 
overlapsWith(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 

P

Pair<F,S> - Class in edu.washington.cs.knowitall.argumentidentifier
 
Pair(F, S) - Constructor for class edu.washington.cs.knowitall.argumentidentifier.Pair
 
parseNumber(String) - Static method in class edu.washington.cs.knowitall.nlp.OrdinalUtils
 
parseOrdinal(String) - Static method in class edu.washington.cs.knowitall.nlp.OrdinalUtils
 
parseSentence(String) - Method in class edu.washington.cs.knowitall.nlp.OpenNlpChunkedSentenceParser
Converts sent into a ChunkedSentence object.
PatternExtractor - Class in edu.washington.cs.knowitall.argumentidentifier
PatternExtractor contains regular expressions for common syntactic patterns
PatternExtractor() - Constructor for class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
POS - Static variable in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction
the positive class label
pos() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken
The part of speech tag of this token.
POS - Static variable in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
POS_LAYER - Static variable in class edu.washington.cs.knowitall.nlp.ChunkedSentence
The layer name for the part of speech tags.
POS_LAYER - Static variable in class edu.washington.cs.knowitall.normalization.NormalizedField
 
PosFeature - Class in edu.washington.cs.knowitall.extractor.conf.featureset
Parent class for any feature specific to the POS layer
PosFeature(String...) - Constructor for class edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature
 
PosFeature(Collection<String>) - Constructor for class edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature
 
PositionInstance - Class in edu.washington.cs.knowitall.argumentidentifier
 
PositionInstance(int) - Constructor for class edu.washington.cs.knowitall.argumentidentifier.PositionInstance
 
pp - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
pp_np1 - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
pp_np2 - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
ppAfterArg2(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.ArgLearnerFeatureSet
 
ppBeforeArg1(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.ArgLearnerFeatureSet
 
PreChunkedSentenceReader - Class in edu.washington.cs.knowitall.nlp
A class for reading in sentences that have already been chunked by the OpenNLP sentence chunker.
PreChunkedSentenceReader(BufferedReader) - Constructor for class edu.washington.cs.knowitall.nlp.PreChunkedSentenceReader
 
predicate - Variable in class edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree.Tree
 
predicateString - Variable in class edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree.Tree
 
predStartsWithNP(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.ArgLearnerFeatureSet
 
PREP - Static variable in class edu.washington.cs.knowitall.extractor.ReVerbRelationExtractor
Definition of the "preposition" part of the relation pattern.
previousIsOf(ChunkedExtraction, int) - Static method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
prevStop(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
print() - Method in class edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree.Tree
 
PRINT_POS - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
productOfArgs(ChunkedExtraction, Iterable<? extends ChunkedArgumentExtraction>, Iterable<? extends ChunkedArgumentExtraction>) - Static method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
Given a collection of arg1s, a collection of arg2s, and a relation, returns all (arg1, rel, arg2) extractions, where arg1 and arg2 range over the given collections.
productOfArgs(ChunkedExtraction, Iterable<? extends ChunkedArgumentExtraction>, Iterable<? extends ChunkedArgumentExtraction>, boolean) - Static method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
Given a collection of arg1s, a collection of arg2s, and a relation, returns all (arg1, rel, arg2) extractions, where arg1 and arg2 range over the given collections.
PronounArgumentFilter - Class in edu.washington.cs.knowitall.extractor.mapper
Used to filter out arguments that are pronouns.
PronounArgumentFilter() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.PronounArgumentFilter
 
PUNT - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 

Q

quotesSubj(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 

R

R2A2 - Class in edu.washington.cs.knowitall.extractor
 
R2A2() - Constructor for class edu.washington.cs.knowitall.extractor.R2A2
 
rangeToExamine(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.ChunkFeature
 
rangeToExamine(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.ExtractionFeature
 
rangeToExamine(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature
Given a ChunkedBinaryExtraction, I need the implementation to tell me at which indices to test my predicate.
rangeToExamine(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature
 
rangeToExamine(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature
 
readDocument(InputStream, String) - Method in class edu.washington.cs.knowitall.nlp.ChunkedDocumentReader
Reads a document from the input, assigning it the given id
readDocument(File) - Method in class edu.washington.cs.knowitall.nlp.ChunkedDocumentReader
Reads a document from the given file, using File.getAbsolutePath() as the id of the document.
readDocument(String, String) - Method in class edu.washington.cs.knowitall.nlp.ChunkedDocumentReader
Reads a document from the given string, assigning it the given id
readExtractions() - Method in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtractionReader
 
RegexExtractor - Class in edu.washington.cs.knowitall.extractor
An extractor that uses a regular expression pattern relations from NP-chunked sentences.
RegexExtractor(String) - Constructor for class edu.washington.cs.knowitall.extractor.RegexExtractor
Constructs a new instance using the given pattern.
RegexGroupExtractor - Class in edu.washington.cs.knowitall.extractor
 
RegexGroupExtractor(LayeredTokenPattern) - Constructor for class edu.washington.cs.knowitall.extractor.RegexGroupExtractor
 
RegexGroupExtractor(String) - Constructor for class edu.washington.cs.knowitall.extractor.RegexGroupExtractor
 
RegexTagger - Class in edu.washington.cs.knowitall.sequence
A class for tagging a sequence using a LayeredTokenPattern pattern.
RegexTagger(LayeredTokenPattern, String) - Constructor for class edu.washington.cs.knowitall.sequence.RegexTagger
 
REL - Static variable in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
The field name for the relation (see SpanExtraction).
RelationFirstNpChunkExtractor - Class in edu.washington.cs.knowitall.extractor
Extracts ChunkedBinaryExtraction objects by first extracting relations, and then for each relation, extracting a pair of arguments.
RelationFirstNpChunkExtractor() - Constructor for class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
 
relationHeadVerb(Collection<String>) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature
Get a feature that fires if any element of tokens is present at the index of the relation's head verb.
relationHeadVerb(Collection<String>) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature
 
RelationString - Class in edu.washington.cs.knowitall.normalization
Represents a Reverb predicate that contains (1) the original predicate from the text (2) normalized version (3) POS sequence (modified by Michael Schmitz)
RelationString(String, String, String) - Constructor for class edu.washington.cs.knowitall.normalization.RelationString
 
relClause(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
relExtr - Variable in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
 
relIsOneVerb() - Method in class edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures
 
relSingleToken(Collection<String>) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature
Get a feature that fires if any element of tokens is present in a single token relation (returns empty range if relation is longer than one token).
relSingleToken(Collection<String>) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature
 
relSingleVerb() - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature
Get a feature that fires if any pos tag from posTags is present within a given single verb relation (false if multiple-token rel)
relSubj(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
remove() - Method in class edu.washington.cs.knowitall.util.ArrayIterator
 
removeHtml(String) - Static method in class edu.washington.cs.knowitall.util.HtmlUtils
 
REQUIRE_SBJ - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
reset() - Method in class edu.washington.cs.knowitall.sequence.LayeredTokenMatcher
 
ReVerbArgument1Mappers - Class in edu.washington.cs.knowitall.extractor.mapper
A list of mappers for ReVerbExtractor's second arguments.
ReVerbArgument1Mappers() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.ReVerbArgument1Mappers
 
ReVerbArgument2Mappers - Class in edu.washington.cs.knowitall.extractor.mapper
A list of mappers for ReVerbExtractor's first arguments.
ReVerbArgument2Mappers() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.ReVerbArgument2Mappers
 
ReVerbDataSetCreator - Class in edu.washington.cs.knowitall.extractor.conf
Used to create a labeled data set using the ReVerb extractions from a given file.
ReVerbDataSetCreator() - Constructor for class edu.washington.cs.knowitall.extractor.conf.ReVerbDataSetCreator
 
ReVerbExample - Class in edu.washington.cs.knowitall.examples
 
ReVerbExample() - Constructor for class edu.washington.cs.knowitall.examples.ReVerbExample
 
ReVerbExtractor - Class in edu.washington.cs.knowitall.extractor
 
ReVerbExtractor() - Constructor for class edu.washington.cs.knowitall.extractor.ReVerbExtractor
Explicit constructor to invoke the corresponding super's constructor without arguments.
ReVerbExtractor(int, boolean, boolean, boolean) - Constructor for class edu.washington.cs.knowitall.extractor.ReVerbExtractor
Explicit constructor to invoke the corresponding super's constructor with arguments.
ReVerbFeatures - Class in edu.washington.cs.knowitall.extractor.conf
This class defines the features used by the ReVerb confidence function.
ReVerbFeatures() - Constructor for class edu.washington.cs.knowitall.extractor.conf.ReVerbFeatures
 
ReVerbIndependentConfFunction - Class in edu.washington.cs.knowitall.extractor.conf
An extraction confidence function that is backed by a logistic regression classifier.
ReVerbIndependentConfFunction(URL) - Constructor for class edu.washington.cs.knowitall.extractor.conf.ReVerbIndependentConfFunction
Loads the model from the specified url.
ReVerbIndependentConfFunction(File) - Constructor for class edu.washington.cs.knowitall.extractor.conf.ReVerbIndependentConfFunction
Loads the model from specified file.
ReVerbIndependentConfFunction(String) - Constructor for class edu.washington.cs.knowitall.extractor.conf.ReVerbIndependentConfFunction
Loads the model as a resource from the root.
ReVerbOpenNlpClassifierTrainer - Class in edu.washington.cs.knowitall.extractor.conf
Used to train the ReVerb confidence function using the features described by ReVerbFeatures.
ReVerbOpenNlpClassifierTrainer(Iterable<LabeledBinaryExtraction>) - Constructor for class edu.washington.cs.knowitall.extractor.conf.ReVerbOpenNlpClassifierTrainer
Constructs and trains a new Logistic classifier using the given examples.
ReVerbOpenNlpConfFunction - Class in edu.washington.cs.knowitall.extractor.conf
An extraction confidence function that is backed by a logistic regression classifier.
ReVerbOpenNlpConfFunction() - Constructor for class edu.washington.cs.knowitall.extractor.conf.ReVerbOpenNlpConfFunction
Constructs a new instance of the confidence function.
ReVerbOpenNlpConfFunction(URL) - Constructor for class edu.washington.cs.knowitall.extractor.conf.ReVerbOpenNlpConfFunction
Constructs a new instance of the confidence function from the specified URL.
ReVerbOpenNlpConfFunction(String) - Constructor for class edu.washington.cs.knowitall.extractor.conf.ReVerbOpenNlpConfFunction
Load a model specified as a resource path from the root.
ReVerbOpenNlpConfFunction(File) - Constructor for class edu.washington.cs.knowitall.extractor.conf.ReVerbOpenNlpConfFunction
Load a model from the specified file.
ReVerbRelationDictionaryFilter - Class in edu.washington.cs.knowitall.extractor.mapper
Filters relations based on how many distinct arg2 values it takes in a large corpus.
ReVerbRelationDictionaryFilter(InputStream, int) - Constructor for class edu.washington.cs.knowitall.extractor.mapper.ReVerbRelationDictionaryFilter
Constructs a new dictionary filter from the data in in.
ReVerbRelationDictionaryFilter(int) - Constructor for class edu.washington.cs.knowitall.extractor.mapper.ReVerbRelationDictionaryFilter
Constructs a new dictionary filter using the data in the file freq_rel.txt.gz, which is found on the classpath.
ReVerbRelationDictionaryFilter() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.ReVerbRelationDictionaryFilter
Constructs a new dictionary filter using the data in the file freq_rel.txt.gz, and loads all relations with at least 20 distinct arg2s.
ReVerbRelationExtractor - Class in edu.washington.cs.knowitall.extractor
 
ReVerbRelationExtractor() - Constructor for class edu.washington.cs.knowitall.extractor.ReVerbRelationExtractor
Constructs a new extractor using the default relation pattern, relation mappers, and argument mappers.
ReVerbRelationExtractor(int, boolean, boolean, boolean) - Constructor for class edu.washington.cs.knowitall.extractor.ReVerbRelationExtractor
Constructs a new extractor using the default relation pattern, relation mappers, and argument mappers.
ReVerbRelationMappers - Class in edu.washington.cs.knowitall.extractor.mapper
A list of mappers for ReVerbExtractor's relations.
ReVerbRelationMappers() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.ReVerbRelationMappers
Default construction of ReVerbRelationMappers.
ReVerbRelationMappers(int) - Constructor for class edu.washington.cs.knowitall.extractor.mapper.ReVerbRelationMappers
 
ReVerbRelationMappers(int, boolean, boolean) - Constructor for class edu.washington.cs.knowitall.extractor.mapper.ReVerbRelationMappers
 
rightAfterArg2(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.ChunkFeature
Get an expandablePosFeature for tokens right before arg1.
rightAfterArg2(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature
Get a feature that fires if any pos tag from posTags is present at the index immediately after arg2.
rightAfterArg2(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature
Get a feature that fires if any element of tokens is present at the index immediately after arg2.
rightAfterArg2(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature
 
rightBeforeArg1(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.ChunkFeature
Get an expandablePosFeature for tokens right before arg1.
rightBeforeArg1(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature
Get a feature that fires if any pos tag from posTags is present at the index immediately before arg1.
rightBeforeArg1(Collection<String>) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature
Get a feature that fires if any element of tokens is present at the index immediately before arg1
rightBeforeArg1(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature
 
rightBeforeArg1(Collection<String>) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature
 
rightBeforeArg1(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature
 
rightBeforeRel(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature
Get a feature that fires if any pos tag from posTags is present immediately before the relation.
runExtractor() - Method in class edu.washington.cs.knowitall.util.CommandLineReVerb
 

S

sentDetectorModelFile - Static variable in class edu.washington.cs.knowitall.util.DefaultObjects
 
SentenceBlocksIterator - Class in edu.washington.cs.knowitall.nlp
 
SentenceBlocksIterator(Iterator<String>, SentenceExtractor) - Constructor for class edu.washington.cs.knowitall.nlp.SentenceBlocksIterator
 
SentenceChunker - Interface in edu.washington.cs.knowitall.nlp
 
SentenceEndFilter - Class in edu.washington.cs.knowitall.extractor.mapper
Filters out sentences that do not end with a period, question mark, or exclamation point, ignoring double quotes, single quotes, and whitespace at the end.
SentenceEndFilter() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.SentenceEndFilter
 
SentenceExtractor - Class in edu.washington.cs.knowitall.extractor
An Extractor object that extracts String sentences from a String.
SentenceExtractor() - Constructor for class edu.washington.cs.knowitall.extractor.SentenceExtractor
Constructs a new SentenceExtractor object using the default OpenNLP SentenceDetector object, as returned by DefaultObjects.getDefaultSentenceDetector().
SentenceExtractor(SentenceDetector) - Constructor for class edu.washington.cs.knowitall.extractor.SentenceExtractor
Constructs a new SentenceExtractor object using the given OpenNLP SentenceDetector object.
SentenceLengthFilter - Class in edu.washington.cs.knowitall.extractor.mapper
A mapper used to filter sentences by number of words.
SentenceLengthFilter(int, int) - Constructor for class edu.washington.cs.knowitall.extractor.mapper.SentenceLengthFilter
Constructs a new SentenceLengthFilter object.
SentenceStartFilter - Class in edu.washington.cs.knowitall.extractor.mapper
Filters out sentences that do not start with a capital letter or number (ignoring single quotes, double quotes, and whitespace).
SentenceStartFilter() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.SentenceStartFilter
 
SequenceException - Exception in edu.washington.cs.knowitall.sequence
An exception class used for handling errors related to layered sequences.
SequenceException(Exception) - Constructor for exception edu.washington.cs.knowitall.sequence.SequenceException
 
SequenceException(String, Exception) - Constructor for exception edu.washington.cs.knowitall.sequence.SequenceException
 
SequenceException(String) - Constructor for exception edu.washington.cs.knowitall.sequence.SequenceException
 
serialNumber - Variable in class edu.washington.cs.knowitall.util.WarcReader
 
setAllowUnary(boolean) - Method in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
 
setArgument1Extractor(Extractor<ChunkedExtraction, ChunkedArgumentExtraction>) - Method in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
Sets the argument1 extractor.
setArgument2Extractor(Extractor<ChunkedExtraction, ChunkedArgumentExtraction>) - Method in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
Sets the argument2 extractor.
setFeature(int, String) - Method in class edu.washington.cs.knowitall.argumentidentifier.PositionInstance
 
setIsMidInstance(boolean) - Method in class edu.washington.cs.knowitall.argumentidentifier.PositionInstance
 
setIsRelInstance(boolean) - Method in class edu.washington.cs.knowitall.argumentidentifier.PositionInstance
 
setNegative() - Method in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction
Sets the label to negative.
setNormPred(String) - Method in class edu.washington.cs.knowitall.normalization.RelationString
 
setPositive() - Method in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction
Sets the label to positive.
setPosPred(String) - Method in class edu.washington.cs.knowitall.normalization.RelationString
 
setPred(String) - Method in class edu.washington.cs.knowitall.normalization.RelationString
 
setProperties(Map<String, String>) - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
Sets the properties to the given map.
setProperty(String, String) - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
Sets the given property
setRelationExtractor(Extractor<ChunkedSentence, ChunkedExtraction>) - Method in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
Sets the relation extractor.
setRelationString(RelationString) - Method in class edu.washington.cs.knowitall.normalization.RelationString
 
setWARC_Target_URI(String) - Method in class edu.washington.cs.knowitall.util.WarcPage
 
setWARC_TREC_ID(String) - Method in class edu.washington.cs.knowitall.util.WarcPage
 
SHORT_RELATION_PATTERN - Static variable in class edu.washington.cs.knowitall.extractor.ReVerbRelationExtractor
The pattern (VP?)+
SimpleLayeredSequence - Class in edu.washington.cs.knowitall.sequence
An immutable implementation of LayeredSequence.
SimpleLayeredSequence(int) - Constructor for class edu.washington.cs.knowitall.sequence.SimpleLayeredSequence
Constructs a new layered sequence with the given length
simpleSubj(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
size() - Method in class edu.washington.cs.knowitall.argumentidentifier.PositionInstance
 
size() - Method in class edu.washington.cs.knowitall.sequence.Encoder
 
SmartTextBlockIterator - Class in edu.washington.cs.knowitall.io
Buffers text "blocks" from a source of strings and iterates over the blocks.
SmartTextBlockIterator(BufferedReader, String) - Constructor for class edu.washington.cs.knowitall.io.SmartTextBlockIterator
 
SmartTextBlockIterator(BufferedReader) - Constructor for class edu.washington.cs.knowitall.io.SmartTextBlockIterator
Constructs a TextBlockIterator using a newline as the default break.
SmartTextBlockIterator(Iterator<String>, String) - Constructor for class edu.washington.cs.knowitall.io.SmartTextBlockIterator
Constructs a TextBlockIterator over the strings returned by lineIter.
SmartTextBlockIterator(Iterator<String>) - Constructor for class edu.washington.cs.knowitall.io.SmartTextBlockIterator
Constructs a TextBlockIterator over the strings returned by lineIter, using the default block break.
SmartTextBlockIterator(Iterable<String>, String) - Constructor for class edu.washington.cs.knowitall.io.SmartTextBlockIterator
Constructs a TextBlockIterator over the strings returned by iter.
SmartTextBlockIterator(Iterable<String>) - Constructor for class edu.washington.cs.knowitall.io.SmartTextBlockIterator
Constructs a TextBlockIterator over the strings returned by iter, using the default block break.
SpanExtraction - Class in edu.washington.cs.knowitall.nlp.extraction
This class represents an extraction from a single sentence that is made up of one or more fields, each of which corresponds to a span in the sentence.
SpanExtraction(ChunkedSentence, List<Range>, List<String>) - Constructor for class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
Constructs a new extraction from the given sentence, with fields defined by the given ranges and names.
SpanExtraction(ChunkedSentence, List<Range>) - Constructor for class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
Constructs a new extraction from the given sentence, with fields defined by the given ranges.
SpanExtraction(List<ChunkedExtraction>) - Constructor for class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
Constructs a new extraction from the given ChunkedExtractions.
SpanExtraction(ChunkedExtraction[]) - Constructor for class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
Constructs a new extraction from the given ChunkedExtractions.
SpanExtraction(List<ChunkedExtraction>, List<String>) - Constructor for class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
Constructs a new extraction from the given ChunkedExtractions.
SpanExtraction(ChunkedExtraction[], String[]) - Constructor for class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
Constructs a new extraction from the given ChunkedExtractions.
start() - Method in class edu.washington.cs.knowitall.sequence.LayeredTokenMatcher
 
start(int) - Method in class edu.washington.cs.knowitall.sequence.LayeredTokenMatcher
 
START_CHUNK - Static variable in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
START_NP - Static variable in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
startsList(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
stemmer - Variable in class edu.washington.cs.knowitall.extractor.conf.featureset.ExtractionFeature
 
stemSingleToken(String, String) - Method in class edu.washington.cs.knowitall.normalization.BasicFieldNormalizer
 
StopListFilter - Class in edu.washington.cs.knowitall.extractor.mapper
A mapper that filters out any extractions containing a token or POS tag from a given set.
StopListFilter() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.StopListFilter
Constructs a new StopListFilter with empty sets for POS tags and tokens.
StopListFilter(Set<String>, Set<String>) - Constructor for class edu.washington.cs.knowitall.extractor.mapper.StopListFilter
Constructs a new StopListFilter object from the given sets of tokens and POS tags.
string() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken
The string of this token.
StringArrayWrapper - Class in edu.washington.cs.knowitall.sequence
A class that wraps a String array so it can be used as the key in a HashSet object.
StringArrayWrapper(String[]) - Constructor for class edu.washington.cs.knowitall.sequence.StringArrayWrapper
Wraps the given data
stripBeAdj(boolean) - Method in class edu.washington.cs.knowitall.normalization.VerbalRelationNormalizer
If set to true, then will not remove adjectives in phrases like "is happy about".

T

tableSize() - Method in class edu.washington.cs.knowitall.sequence.Encoder
 
tag(LayeredSequence) - Method in class edu.washington.cs.knowitall.sequence.RegexTagger
 
taggerModelFile - Static variable in class edu.washington.cs.knowitall.util.DefaultObjects
 
tagOrdinals(String[]) - Static method in class edu.washington.cs.knowitall.nlp.OrdinalUtils
 
tagOrdinals(List<String>) - Static method in class edu.washington.cs.knowitall.nlp.OrdinalUtils
 
tagOrdinals(ChunkedSentence) - Static method in class edu.washington.cs.knowitall.nlp.OrdinalUtils
 
tagTime() - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerAverageStats
 
tagTime - Variable in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerStats
 
tagTime() - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerStats
 
testAtIndex(Integer, ChunkedSentence) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.ChunkFeature
 
testAtIndex(Integer, ChunkedSentence) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.ExtractionFeature
 
testAtIndex(Integer, ChunkedSentence) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature
 
testAtIndex(Integer, ChunkedSentence) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature
 
testAtIndex(Integer, ChunkedSentence) - Method in class edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature
 
TextBlockIterator - Class in edu.washington.cs.knowitall.io
Buffers text "blocks" from a source of strings and iterates over the blocks.
TextBlockIterator(BufferedReader, String) - Constructor for class edu.washington.cs.knowitall.io.TextBlockIterator
 
TextBlockIterator(BufferedReader) - Constructor for class edu.washington.cs.knowitall.io.TextBlockIterator
Constructs a TextBlockIterator using a newline as the default break.
TextBlockIterator(Iterator<String>, String) - Constructor for class edu.washington.cs.knowitall.io.TextBlockIterator
Constructs a TextBlockIterator over the strings returned by lineIter.
TextBlockIterator(Iterator<String>) - Constructor for class edu.washington.cs.knowitall.io.TextBlockIterator
Constructs a TextBlockIterator over the strings returned by lineIter, using the default block break.
TextBlockIterator(Iterable<String>, String) - Constructor for class edu.washington.cs.knowitall.io.TextBlockIterator
Constructs a TextBlockIterator over the strings returned by iter.
TextBlockIterator(Iterable<String>) - Constructor for class edu.washington.cs.knowitall.io.TextBlockIterator
Constructs a TextBlockIterator over the strings returned by iter, using the default block break.
toBeforePred(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.ArgLearnerFeatureSet
 
toBIOLayer() - Method in class edu.washington.cs.knowitall.nlp.extraction.SpanExtraction
Returns a B/I/O encoding of this extraction as a list of strings.
toDouble(boolean) - Method in class edu.washington.cs.knowitall.argumentidentifier.Arg1LocationFeatureGenerator
 
toDouble(int) - Method in class edu.washington.cs.knowitall.argumentidentifier.Arg1LocationFeatureGenerator
 
toDouble(double) - Method in class edu.washington.cs.knowitall.argumentidentifier.Arg1LocationFeatureGenerator
 
toInPred(ChunkedBinaryExtraction, boolean) - Method in class edu.washington.cs.knowitall.argumentidentifier.ArgLearnerFeatureSet
 
TOKEN_LAYER - Static variable in class edu.washington.cs.knowitall.nlp.ChunkedSentence
The layer name for the tokens.
TOKEN_LAYER - Static variable in class edu.washington.cs.knowitall.normalization.NormalizedField
 
TokenFeature - Class in edu.washington.cs.knowitall.extractor.conf.featureset
Parent class for any feature that only considers the token layer.
TokenFeature(String...) - Constructor for class edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature
 
TokenFeature(Collection<String>) - Constructor for class edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature
 
tokenize(ChunkedSentence) - Static method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken
 
tokenize(ChunkedSentence, Range) - Static method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken
 
tokenize(String) - Method in class edu.washington.cs.knowitall.sequence.LayeredPatternTokenizer
Tokenizes the given text
tokenizerModelFile - Static variable in class edu.washington.cs.knowitall.util.DefaultObjects
 
tokenizeTime() - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerAverageStats
 
tokenizeTime - Variable in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerStats
 
tokenizeTime() - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerStats
 
toOpenNlpFormat() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
toString() - Method in class edu.washington.cs.knowitall.argumentidentifier.PositionInstance
 
toString() - Method in class edu.washington.cs.knowitall.extractor.conf.classifier.DecisionTree.Tree
 
toString() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
toString() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken
 
toString() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
 
toString() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
toString() - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerStats
 
toString() - Method in class edu.washington.cs.knowitall.normalization.NormalizedField
Returns the tokens joined by spaces.
toString() - Method in class edu.washington.cs.knowitall.normalization.RelationString
 
toString() - Method in class edu.washington.cs.knowitall.sequence.LayeredTokenPattern
 
toString() - Method in class edu.washington.cs.knowitall.sequence.StringArrayWrapper
 
toStringFunction - Static variable in class edu.washington.cs.knowitall.nlp.ChunkedSentenceToken
 
totalStats() - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerAverageStats
 
totalTime() - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerAverageStats
 
totalTime - Variable in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerStats
 
totalTime() - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerStats
 

U

UNK - Static variable in class edu.washington.cs.knowitall.sequence.Encoder
The "unknown" symbol.
usage(Options) - Static method in class edu.washington.cs.knowitall.util.CommandLineReVerb
 
USE_CONJUNCTIVE_FEATURES - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
USE_CONTEXTUAL_FEATURES - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
USE_ENTITY_FEATURES - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
USE_LEX_FEATURES - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
USE_PARSER_FEATURES - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
USE_PATTERN_FEATURES - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
USE_VLCN_FEATURES - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 

V

value - Variable in class edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpAlphabet.Key
 
valueOf(String) - Static method in enum edu.washington.cs.knowitall.argumentidentifier.ArgLearner.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.washington.cs.knowitall.extractor.ChunkedArgumentExtractor.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.washington.cs.knowitall.argumentidentifier.ArgLearner.Mode
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.extractor.ChunkedArgumentExtractor.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
vbgIsNext(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
VERB - Static variable in class edu.washington.cs.knowitall.extractor.ReVerbRelationExtractor
Definition of the "verb" of the relation pattern.
VerbalRelationNormalizer - Class in edu.washington.cs.knowitall.normalization
A class that can be used to normalize verbal relation strings.
VerbalRelationNormalizer() - Constructor for class edu.washington.cs.knowitall.normalization.VerbalRelationNormalizer
Constructs a new instance.
VerbTokenFeature - Class in edu.washington.cs.knowitall.extractor.conf.featureset
Parent class for any feature that considers only tokens whose corresponding pos starts with "V" or equals "MD".
VerbTokenFeature(String...) - Constructor for class edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature
 
VerbTokenFeature(Collection<String>) - Constructor for class edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature
 
vp - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
vp1 - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
vp2 - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
vp3 - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
vp_np - Static variable in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
vpStartsWithTo(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 

W

WarcPage - Class in edu.washington.cs.knowitall.util
 
WarcPage(long) - Constructor for class edu.washington.cs.knowitall.util.WarcPage
 
WarcReader - Class in edu.washington.cs.knowitall.util
 
WarcReader(BufferedReader) - Constructor for class edu.washington.cs.knowitall.util.WarcReader
 
WarcReader(InputStream) - Constructor for class edu.washington.cs.knowitall.util.WarcReader
 
WINDOW - Static variable in class edu.washington.cs.knowitall.argumentidentifier.ExtractionParameters
 
withinArg1(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature
Get a feature that fires if any pos tag from posTags is present within Arg 1.
withinArg2(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.ChunkFeature
Get an expandablePosFeature for tokens right before arg1.
withinArg2(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature
Get a feature that fires if any pos tag from posTags is present within Arg 2.
withinArg2(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature
Get a feature that fires if any element of tokens is present within arg2.
withinArg2(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature
 
withinRel(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.ChunkFeature
Get an expandablePosFeature for tokens right before arg1.
withinRel(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.PosFeature
Get a feature that fires if any pos tag from posTags is present within the relation.
withinRel(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.TokenFeature
Get a feature that fires if any element of tokens is present within the relation
withinRel(String...) - Static method in class edu.washington.cs.knowitall.extractor.conf.featureset.VerbTokenFeature
 
WORD - Static variable in class edu.washington.cs.knowitall.extractor.ReVerbRelationExtractor
Definition of the "non-verb/prep" part of the relation pattern.
wordAfterIsVP(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
wordBeforeIsVP(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
wordBeforePredIsConj(ChunkedExtraction, int) - Method in class edu.washington.cs.knowitall.argumentidentifier.PatternExtractor
 
wordsTillEnd(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.ArgLearnerFeatureSet
 
wordsTillStart(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.argumentidentifier.ArgLearnerFeatureSet
 
writeExtraction(LabeledBinaryExtraction) - Method in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtractionWriter
Writes the given labeled extraction to the output stream.
writeExtractions(Iterable<LabeledBinaryExtraction>) - Method in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtractionWriter
Writes the given labeled extractions to the output stream.
A B C D E F G H I J L M N O P Q R S T U V W 

Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.