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

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.
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.WekaDataSet
Adds a new instance to the data set with the given label (0 for negative, 1 for positive).
addInstance(T) - Method in class edu.washington.cs.knowitall.extractor.conf.WekaDataSet
Adds a new unlabeled instance to the data set with the given label (0 for negative, 1 for positive).
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 object 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.
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
 
any - Static variable in class edu.washington.cs.knowitall.util.Morpha
 
arg1Extr - Variable in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
 
arg2Extr - Variable in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
 
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

BooleanFeatureSet<T> - Class in edu.washington.cs.knowitall.extractor.conf
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.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() - Constructor for class edu.washington.cs.knowitall.extractor.mapper.BracketsRemover
Constructs a new BracketsRemover object.
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.

C

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.
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
An Extraction representing a binary extraction with noun phrase arguments.
ChunkedBinaryExtraction(ChunkedExtraction, ChunkedArgumentExtraction, ChunkedArgumentExtraction) - Constructor for class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
Constructs a new NpChunkedBinaryExtraction with 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.
ChunkedExtraction - Class in edu.washington.cs.knowitall.nlp.extraction
An Extraction object that represents a contiguous subsequence of a NpChunkedSentence object.
ChunkedExtraction(ChunkedSentence, Range) - 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 NpChunkedSentence object 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(ChunkedSentence) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentence
Constructs a new NpChunkedSentence by copying the data of sent.
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 NpChunkedSentence objects.
ChunkedSentenceIterator(Iterator<String>, SentenceChunker) - Constructor for class edu.washington.cs.knowitall.nlp.ChunkedSentenceIterator
 
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.
ChunkedSource - Interface in edu.washington.cs.knowitall.nlp
A common interface for objects that are backed by an NpChunkedSentence object.
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
 
clone() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
Returns a copy of this NpChunkedSentence.
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
 
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
 
compareStarts(Range, Range) - Static method in class edu.washington.cs.knowitall.util.Range
 
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.
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.
ConfidenceFunctionException - Exception in edu.washington.cs.knowitall.extractor.conf
 
ConfidenceFunctionException(Exception) - Constructor for exception edu.washington.cs.knowitall.extractor.conf.ConfidenceFunctionException
 
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
 
contains(int) - Method in class edu.washington.cs.knowitall.util.Range
 
contains(Range) - Method in class edu.washington.cs.knowitall.util.Range
 

D

DefaultObjects - Class in edu.washington.cs.knowitall.util
 
DefaultObjects() - Constructor for class edu.washington.cs.knowitall.util.DefaultObjects
 
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.
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
 
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.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.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.util - package edu.washington.cs.knowitall.util
 
enable() - Method in class edu.washington.cs.knowitall.extractor.mapper.Mapper
Enables this mapper.
equals(Object) - Method in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction
 
equals(Object) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
equals(Object) - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
 
equals(Object) - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
equals(Object) - Method in class edu.washington.cs.knowitall.util.Pair
 
equals(Range) - Method in class edu.washington.cs.knowitall.util.Range
 
equals(Object) - Method in class edu.washington.cs.knowitall.util.Range
 
extract(S) - Method in class edu.washington.cs.knowitall.extractor.Extractor
 
extract(Iterable<S>) - Method in class edu.washington.cs.knowitall.extractor.Extractor
 
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.NpListExtractor
 
extractCandidates(ChunkedSentence) - Method in class edu.washington.cs.knowitall.extractor.OrdinalPhraseExtractor
 
extractCandidates(ChunkedSentence) - Method in class edu.washington.cs.knowitall.extractor.RegexRelationExtractor
 
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.
extractFromHtml(String) - Method in class edu.washington.cs.knowitall.extractor.ReVerbExtractor
Extracts from the given html using the default sentence reader returned by DefaultObjects.getDefaultSentenceReaderHtml().
extractFromString(String) - Method in class edu.washington.cs.knowitall.extractor.ReVerbExtractor
Extracts from the given text using the default sentence reader returned by DefaultObjects.getDefaultSentenceReader().
Extraction<S> - Interface in edu.washington.cs.knowitall.nlp.extraction
An interface that is the root of all extraction types.
ExtractionGrouper<T> - Interface in edu.washington.cs.knowitall.util
 
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 Mapper objects.
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.
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

featurize(T) - Method in class edu.washington.cs.knowitall.extractor.conf.BooleanFeatureSet
Returns a feature representation of the given object.
featurizeToBool(T) - Method in class edu.washington.cs.knowitall.extractor.conf.BooleanFeatureSet
Returns the feature representation of object as an array of booleans.
featurizeToDouble(T) - Method in class edu.washington.cs.knowitall.extractor.conf.BooleanFeatureSet
Returns the feature representation of object as an array of doubles.
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
 
findAll(PosTagged) - Method in class edu.washington.cs.knowitall.nlp.PosTaggedPattern
 
fixBrackets(String) - Static method in class edu.washington.cs.knowitall.nlp.PosTaggedPattern
 
fromInterval(int, int) - Static method in class edu.washington.cs.knowitall.util.Range
Returns a new range over the specified interval.
fromString(String) - Static method in class edu.washington.cs.knowitall.util.WarcPage
Creates a WarcPage object from the provided String.

G

getArg1() - Method in class edu.washington.cs.knowitall.util.Pair
 
getArg2() - Method in class edu.washington.cs.knowitall.util.Pair
 
getArgument1() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
 
getArgument1Extractor() - Method in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
 
getArgument2() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
 
getArgument2Extractor() - Method in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
 
getAttributesCopy() - Method in class edu.washington.cs.knowitall.extractor.conf.WekaBooleanFeatureSet
 
getClassifier() - Method in class edu.washington.cs.knowitall.extractor.conf.ReVerbClassifierTrainer
 
getConf(ChunkedBinaryExtraction) - Method in class edu.washington.cs.knowitall.extractor.conf.ReVerbConfFunction
 
getConf(T) - Method in class edu.washington.cs.knowitall.extractor.conf.WekaClassifierConfFunction
Computes the confidence that the given object belongs to the positive class according to the classifier.
getDataSet() - Method in class edu.washington.cs.knowitall.extractor.conf.ReVerbClassifierTrainer
 
getDefaultChunker() - Static method in class edu.washington.cs.knowitall.util.DefaultObjects
 
getDefaultConfClassifier() - 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) - 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
 
getEnd() - Method in class edu.washington.cs.knowitall.util.Range
 
getFeatureNames() - Method in class edu.washington.cs.knowitall.extractor.conf.BooleanFeatureSet
Returns the feature names as an ImmutableList, sorted using the default String comparator.
getFeatures() - Method in class edu.washington.cs.knowitall.extractor.conf.BooleanFeatureSet
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
 
getInstanceFrom(T) - Method in class edu.washington.cs.knowitall.extractor.conf.WekaBooleanFeatureSet
Returns the feature representation of the given object as a Weka Instance object.
getInstanceFrom(T, int) - Method in class edu.washington.cs.knowitall.extractor.conf.WekaBooleanFeatureSet
Returns the feature representation of the given object as a Weka Instance object.
getLastIndex() - Method in class edu.washington.cs.knowitall.util.Range
 
getLeft(Range, Range) - Static method in class edu.washington.cs.knowitall.util.Range
 
getLength() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getLength() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
getLength() - Method in interface edu.washington.cs.knowitall.nlp.Tokenized
 
getLength() - Method in class edu.washington.cs.knowitall.util.Range
 
getMappers() - Method in class edu.washington.cs.knowitall.extractor.Extractor
 
getMappers() - Method in class edu.washington.cs.knowitall.extractor.mapper.MapperList
 
getMatches(String) - Method in class edu.washington.cs.knowitall.util.PatternizedMatcher
 
getMatches(String) - Method in interface edu.washington.cs.knowitall.util.PatternMatcher
 
getMatches(String) - Method in class edu.washington.cs.knowitall.util.RepeatedPatternizedMatcher
 
getMaxRepeats() - Method in class edu.washington.cs.knowitall.util.RepeatedPatternizedMatcher
 
getMinNumNps() - Method in class edu.washington.cs.knowitall.extractor.NpListExtractor
 
getMinRepeats() - Method in class edu.washington.cs.knowitall.util.RepeatedPatternizedMatcher
 
getMode() - Method in class edu.washington.cs.knowitall.extractor.ChunkedArgumentExtractor
 
getNonOrdinalRange() - Method in class edu.washington.cs.knowitall.nlp.extraction.OrdinalPhraseExtraction
 
getNonOrdinalString() - Method in class edu.washington.cs.knowitall.nlp.extraction.OrdinalPhraseExtraction
 
getNpChunkRange(int) - Method in class edu.washington.cs.knowitall.nlp.NpList
 
getNpChunkRanges() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getNpChunkRanges() - Method in class edu.washington.cs.knowitall.nlp.NpList
 
getNpChunkTag(int) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getNpChunkTags() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getNpChunkTags(int, int) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getNpChunkTags(Range) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getNpChunkTagsAsString() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getNpString(int) - Method in class edu.washington.cs.knowitall.nlp.NpList
 
getNpStrings() - Method in class edu.washington.cs.knowitall.nlp.NpList
 
getNumFeatures() - Method in class edu.washington.cs.knowitall.extractor.conf.BooleanFeatureSet
 
getNumNpChunks() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getNumNps() - Method in class edu.washington.cs.knowitall.nlp.NpList
 
getOrdinal() - Method in class edu.washington.cs.knowitall.nlp.extraction.OrdinalPhraseExtraction
 
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
 
getOrdinalString() - Method in class edu.washington.cs.knowitall.nlp.extraction.OrdinalPhraseExtraction
 
getOrdinalValue() - Method in class edu.washington.cs.knowitall.nlp.extraction.OrdinalPhraseExtraction
 
getPageReader() - Method in class edu.washington.cs.knowitall.util.WarcPage
 
getPair(int) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getPair(int) - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
getPair(int) - Method in interface edu.washington.cs.knowitall.nlp.PosTagged
 
getPattern() - Method in class edu.washington.cs.knowitall.extractor.RegexRelationExtractor
 
getPattern() - Method in class edu.washington.cs.knowitall.util.PatternizedMatcher
 
getPattern(int) - Method in class edu.washington.cs.knowitall.util.RepeatedPatternizedMatcher
 
getPatternChar(PosTagged, int) - Method in class edu.washington.cs.knowitall.util.PosSentencePatternizer
 
getPatternChar(PosTagged, int) - Method in class edu.washington.cs.knowitall.util.TableBasedSentencePatternizer
 
getPatternString() - Method in class edu.washington.cs.knowitall.extractor.RegexRelationExtractor
 
getPatternString() - Method in class edu.washington.cs.knowitall.util.RepeatedPatternizedMatcher
 
getPosTag(int) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getPosTag(int) - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
getPosTag(int) - Method in interface edu.washington.cs.knowitall.nlp.PosTagged
 
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.ChunkedExtraction
 
getPosTags(int, int) - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
getPosTags(Range) - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
getPosTags() - Method in interface edu.washington.cs.knowitall.nlp.PosTagged
 
getPosTags(int, int) - Method in interface edu.washington.cs.knowitall.nlp.PosTagged
 
getPosTags(Range) - Method in interface edu.washington.cs.knowitall.nlp.PosTagged
 
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
 
getRange() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
getRange() - Method in class edu.washington.cs.knowitall.nlp.NpList
 
getRange() - Method in class edu.washington.cs.knowitall.nlp.OrdinalNumber
 
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
 
getResourceAsStream(String) - Static method in class edu.washington.cs.knowitall.util.DefaultObjects
 
getRight(Range, Range) - Static method in class edu.washington.cs.knowitall.util.Range
 
getSentence() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getSentence() - Method in interface edu.washington.cs.knowitall.nlp.ChunkedSource
 
getSentence() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
 
getSentence() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
getSentence() - Method in class edu.washington.cs.knowitall.nlp.NpList
 
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.ChunkedSentenceReader
 
getSentences() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentenceReader
 
getSerialNumber() - Method in class edu.washington.cs.knowitall.util.WarcPage
 
getSource() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
 
getSource() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
getSource() - Method in interface edu.washington.cs.knowitall.nlp.extraction.Extraction
 
getSource() - Method in class edu.washington.cs.knowitall.nlp.OrdinalNumber
 
getStart() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
getStart() - Method in class edu.washington.cs.knowitall.util.Range
 
getStartComparator() - Static method in class edu.washington.cs.knowitall.util.Range
 
getToken(int) - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
getToken(int) - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
getToken(int) - Method in interface edu.washington.cs.knowitall.nlp.Tokenized
 
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.ChunkedExtraction
 
getTokens(int, int) - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
getTokens(Range) - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
getTokens() - Method in class edu.washington.cs.knowitall.nlp.OrdinalNumber
 
getTokens() - Method in interface edu.washington.cs.knowitall.nlp.Tokenized
 
getTokens(int, int) - Method in interface edu.washington.cs.knowitall.nlp.Tokenized
 
getTokens(Range) - Method in interface edu.washington.cs.knowitall.nlp.Tokenized
 
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.nlp.extraction.ChunkedExtraction
 
getValue() - Method in class edu.washington.cs.knowitall.nlp.OrdinalNumber
 
getWARC_Target_URI() - Method in class edu.washington.cs.knowitall.util.WarcPage
 
getWARC_TREC_ID() - Method in class edu.washington.cs.knowitall.util.WarcPage
 
getWekaInstances() - Method in class edu.washington.cs.knowitall.extractor.conf.WekaDataSet
 
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
 
hashCode() - Method in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction
 
hashCode() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
hashCode() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
 
hashCode() - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
hashCode() - Method in class edu.washington.cs.knowitall.util.Pair
 
hashCode() - Method in class edu.washington.cs.knowitall.util.Range
 
hasNext() - Method in class edu.washington.cs.knowitall.util.ArrayIterator
 
hasOrdinal() - Method in class edu.washington.cs.knowitall.nlp.extraction.OrdinalPhraseExtraction
 
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
 

I

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
 
initializeNlpTools() - Static method in class edu.washington.cs.knowitall.util.DefaultObjects
 
isAdjacentOrOverlaps(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
isAdjacentOrOverlaps(Range) - Method in class edu.washington.cs.knowitall.util.Range
 
isAdjacentTo(Range) - Method in class edu.washington.cs.knowitall.util.Range
 
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
 
isLeftOf(Range) - Method in class edu.washington.cs.knowitall.util.Range
 
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
 
isRightOf(Range) - Method in class edu.washington.cs.knowitall.util.Range
 
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.ChunkedSentenceReader
 
iterator() - Method in class edu.washington.cs.knowitall.util.IterableAdapter
 
iterator() - Method in class edu.washington.cs.knowitall.util.Range
 
iterator() - Method in class edu.washington.cs.knowitall.util.WarcReader
 

J

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

L

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.
lastChunkedSentenceStats() - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunker
Returns statistics about the last call to chunkSentence or null.
LONG_RELATION_PATTERN - Static variable in class edu.washington.cs.knowitall.extractor.ReVerbExtractor
 

M

main(String[]) - Static method in class edu.washington.cs.knowitall.extractor.conf.ReVerbClassifierTrainer
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.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.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.NpListExtractor
 
main(String[]) - Static method in class edu.washington.cs.knowitall.extractor.OrdinalPhraseExtractor
 
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.OrdinalUtils
 
main(String[]) - Static method in class edu.washington.cs.knowitall.util.CommandLineReVerb
 
main(String[]) - Static method in class edu.washington.cs.knowitall.util.HtmlUtils
 
main(String[]) - Static method in class edu.washington.cs.knowitall.util.PreChunkedReVerbRunner
 
main(String[]) - Static method in class edu.washington.cs.knowitall.util.VerbalRelationNormalizer
Reads tab-delimited (tokens, pos tags) from standard input and prints the resulting normalized string.
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.
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 java.lang.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.
Morpha - Class in edu.washington.cs.knowitall.util
This class is a scanner generated by JFlex 1.4.1 on 1/17/05 5:36 PM from the specification file Morpha.flex
Morpha(Reader) - Constructor for class edu.washington.cs.knowitall.util.Morpha
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Morpha(InputStream) - Constructor for class edu.washington.cs.knowitall.util.Morpha
Creates a new scanner.

N

NEG - Static variable in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction
the negative class label
next() - Method in class edu.washington.cs.knowitall.util.ArrayIterator
 
next() - Method in class edu.washington.cs.knowitall.util.Morpha
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
normalize(String[], String[]) - Method in class edu.washington.cs.knowitall.util.VerbalRelationNormalizer
Normalizes the given (token, POS tag) pairs by doing the following: - Removes inflection in each token using the Morpha class.
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.
noun - Static variable in class edu.washington.cs.knowitall.util.Morpha
 
NpList - Class in edu.washington.cs.knowitall.nlp
 
NpList(ChunkedSentence, Collection<Range>) - Constructor for class edu.washington.cs.knowitall.nlp.NpList
 
NpListExtractor - Class in edu.washington.cs.knowitall.extractor
 
NpListExtractor() - Constructor for class edu.washington.cs.knowitall.extractor.NpListExtractor
 
NpListExtractor(int) - Constructor for class edu.washington.cs.knowitall.extractor.NpListExtractor
 

O

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
 
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 NpChunkedSentence objects.
OpenNlpSentenceChunker() - Constructor for class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunker
Constructs a new OpenNlpSentenceChunker 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
 
OrdinalNumber - Class in edu.washington.cs.knowitall.nlp
 
OrdinalNumber(Tokenized, Range, int) - Constructor for class edu.washington.cs.knowitall.nlp.OrdinalNumber
 
OrdinalPhraseExtraction - Class in edu.washington.cs.knowitall.nlp.extraction
 
OrdinalPhraseExtraction(ChunkedSentence, Range, OrdinalNumber) - Constructor for class edu.washington.cs.knowitall.nlp.extraction.OrdinalPhraseExtraction
 
OrdinalPhraseExtraction(ChunkedSentence, Range) - Constructor for class edu.washington.cs.knowitall.nlp.extraction.OrdinalPhraseExtraction
 
OrdinalPhraseExtractor - Class in edu.washington.cs.knowitall.extractor
 
OrdinalPhraseExtractor() - Constructor for class edu.washington.cs.knowitall.extractor.OrdinalPhraseExtractor
 
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
 
overlapsWith(ChunkedExtraction) - Method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedExtraction
 
overlapsWith(Range) - Method in class edu.washington.cs.knowitall.util.Range
 

P

Pair<S,T> - Class in edu.washington.cs.knowitall.util
 
Pair(S, T) - Constructor for class edu.washington.cs.knowitall.util.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 NpChunkedSentence object.
patternize(PosTagged) - Method in class edu.washington.cs.knowitall.util.PosSentencePatternizer
 
PatternizedMatcher - Class in edu.washington.cs.knowitall.util
 
PatternizedMatcher(Pattern) - Constructor for class edu.washington.cs.knowitall.util.PatternizedMatcher
 
PatternizedMatcher(String) - Constructor for class edu.washington.cs.knowitall.util.PatternizedMatcher
 
PatternMatcher - Interface in edu.washington.cs.knowitall.util
 
POS - Static variable in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction
the positive class label
POS - Static variable in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
PosSentencePatternizer - Class in edu.washington.cs.knowitall.util
 
PosSentencePatternizer() - Constructor for class edu.washington.cs.knowitall.util.PosSentencePatternizer
 
PosTagged - Interface in edu.washington.cs.knowitall.nlp
An interface for objects that have part of speech tags.
PosTaggedPattern - Class in edu.washington.cs.knowitall.nlp
 
PosTaggedPattern(String) - Constructor for class edu.washington.cs.knowitall.nlp.PosTaggedPattern
 
PreChunkedReVerbRunner - Class in edu.washington.cs.knowitall.util
 
PreChunkedReVerbRunner() - Constructor for class edu.washington.cs.knowitall.util.PreChunkedReVerbRunner
 
PREP - Static variable in class edu.washington.cs.knowitall.extractor.ReVerbExtractor
Definition of the "preposition" part of the relation pattern.
productOfArgs(ChunkedExtraction, Iterable<? extends ChunkedArgumentExtraction>, Iterable<? extends ChunkedArgumentExtraction>) - Static method in class edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction
Constructs a collection of NpChunkedBinaryExtraction objects with arguments given by the cross product of arg1s with arg2s, and relation rel.
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
 

R

Range - Class in edu.washington.cs.knowitall.util
An immutable class that represent an interval.
Range(int, int) - Constructor for class edu.washington.cs.knowitall.util.Range
 
readExtractions() - Method in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtractionReader
 
readTable(File) - Static method in class edu.washington.cs.knowitall.util.TableBasedSentencePatternizer
 
RegexRelationExtractor - Class in edu.washington.cs.knowitall.extractor
An extractor that uses a regular expression pattern over POS tags and tokens to extract relations from NP-chunked sentences.
RegexRelationExtractor(String) - Constructor for class edu.washington.cs.knowitall.extractor.RegexRelationExtractor
Constructs a new RegexRelationExtractor using the given pattern.
RelationFirstNpChunkExtractor - Class in edu.washington.cs.knowitall.extractor
Extracts NpChunkedBinaryExtraction objects from an NpChunkedSentence source by first extracting relations, and then for each relation, extracting a pair of arguments.
RelationFirstNpChunkExtractor() - Constructor for class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
 
relExtr - Variable in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
 
remove() - Method in class edu.washington.cs.knowitall.util.ArrayIterator
 
removeHtml(String) - Static method in class edu.washington.cs.knowitall.util.HtmlUtils
 
removeOverlap(Range) - Method in class edu.washington.cs.knowitall.util.Range
 
RepeatedPatternizedMatcher - Class in edu.washington.cs.knowitall.util
 
RepeatedPatternizedMatcher(String) - Constructor for class edu.washington.cs.knowitall.util.RepeatedPatternizedMatcher
 
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
 
ReVerbClassifierTrainer - Class in edu.washington.cs.knowitall.extractor.conf
Used to train the ReVerb confidence function using the features described by ReVerbFeatures.
ReVerbClassifierTrainer(Iterable<LabeledBinaryExtraction>) - Constructor for class edu.washington.cs.knowitall.extractor.conf.ReVerbClassifierTrainer
Constructs and trains a new Logistic classifier using the given examples.
ReVerbConfFunction - Class in edu.washington.cs.knowitall.extractor.conf
An extraction confidence function that is backed by a logistic regression classifier.
ReVerbConfFunction() - Constructor for class edu.washington.cs.knowitall.extractor.conf.ReVerbConfFunction
Constructs a new instance of the confidence function.
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
 
ReVerbExtractor - Class in edu.washington.cs.knowitall.extractor
 
ReVerbExtractor() - Constructor for class edu.washington.cs.knowitall.extractor.ReVerbExtractor
Constructs a new ReVerbExtractor using the default relation pattern, relation mappers, and argument mappers.
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
 
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.
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
 
runExtractor() - Method in class edu.washington.cs.knowitall.util.CommandLineReVerb
 

S

scan - Static variable in class edu.washington.cs.knowitall.util.Morpha
lexical states
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
 
serialNumber - Variable in class edu.washington.cs.knowitall.util.WarcReader
 
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.
setMaxRepeats(int) - Method in class edu.washington.cs.knowitall.util.RepeatedPatternizedMatcher
 
setMinNumNps(int) - Method in class edu.washington.cs.knowitall.extractor.NpListExtractor
 
setMinRepeats(int) - Method in class edu.washington.cs.knowitall.util.RepeatedPatternizedMatcher
 
setNegative() - Method in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction
Sets the label to negative.
setPositive() - Method in class edu.washington.cs.knowitall.extractor.conf.LabeledBinaryExtraction
Sets the label to positive.
setPosTagTable(File) - Method in class edu.washington.cs.knowitall.util.TableBasedSentencePatternizer
 
setPosTagTable(HashMap<String, Character>) - Method in class edu.washington.cs.knowitall.util.TableBasedSentencePatternizer
 
setRelationExtractor(Extractor<ChunkedSentence, ChunkedExtraction>) - Method in class edu.washington.cs.knowitall.extractor.RelationFirstNpChunkExtractor
Sets the relation extractor.
setTokenTable(File) - Method in class edu.washington.cs.knowitall.util.TableBasedSentencePatternizer
 
setTokenTable(HashMap<String, Character>) - Method in class edu.washington.cs.knowitall.util.TableBasedSentencePatternizer
 
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
 
shift(int) - Method in class edu.washington.cs.knowitall.util.Range
 
SHORT_RELATION_PATTERN - Static variable in class edu.washington.cs.knowitall.extractor.ReVerbExtractor
 
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.
START_CHUNK - Static variable in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
START_NP - Static variable in class edu.washington.cs.knowitall.nlp.OpenNlpUtils
 
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.

T

TableBasedSentencePatternizer - Class in edu.washington.cs.knowitall.util
 
TableBasedSentencePatternizer() - Constructor for class edu.washington.cs.knowitall.util.TableBasedSentencePatternizer
 
TableBasedSentencePatternizer(HashMap<String, Character>, HashMap<String, Character>) - Constructor for class edu.washington.cs.knowitall.util.TableBasedSentencePatternizer
 
TableBasedSentencePatternizer(File, File) - Constructor for class edu.washington.cs.knowitall.util.TableBasedSentencePatternizer
 
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
 
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.
Tokenized - Interface in edu.washington.cs.knowitall.nlp
 
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
 
toString() - Method in class edu.washington.cs.knowitall.nlp.ChunkedSentence
 
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.extraction.OrdinalPhraseExtraction
 
toString() - Method in class edu.washington.cs.knowitall.nlp.NpList
 
toString() - Method in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunkerStats
 
toString() - Method in class edu.washington.cs.knowitall.nlp.OrdinalNumber
 
toString() - Method in class edu.washington.cs.knowitall.nlp.PosTaggedPattern
 
toString() - Method in class edu.washington.cs.knowitall.util.Pair
 
toString() - Method in class edu.washington.cs.knowitall.util.Range
 
toString(List<Object>) - Method in class edu.washington.cs.knowitall.util.Range
 
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

usage(Options) - Static method in class edu.washington.cs.knowitall.util.CommandLineReVerb
 

V

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.extractor.ChunkedArgumentExtractor.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
VERB - Static variable in class edu.washington.cs.knowitall.extractor.ReVerbExtractor
Definition of the "verb" of the relation pattern.
verb - Static variable in class edu.washington.cs.knowitall.util.Morpha
 
VerbalRelationNormalizer - Class in edu.washington.cs.knowitall.util
A class for taking a verbal relation string and normalizing it by removing auxiliary verbs, modal verbs, and inflection.
VerbalRelationNormalizer() - Constructor for class edu.washington.cs.knowitall.util.VerbalRelationNormalizer
 

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
 
WekaBooleanFeatureSet<T> - Class in edu.washington.cs.knowitall.extractor.conf
Used for converting an object of type T into a Weka Instance object.
WekaBooleanFeatureSet(BooleanFeatureSet<T>) - Constructor for class edu.washington.cs.knowitall.extractor.conf.WekaBooleanFeatureSet
Constructs a new Weka feature set from the given feature set.
WekaClassifierConfFunction<T> - Class in edu.washington.cs.knowitall.extractor.conf
A confidence function that takes an object of type T as input, and returns a real valued number.
WekaClassifierConfFunction(BooleanFeatureSet<T>, Classifier) - Constructor for class edu.washington.cs.knowitall.extractor.conf.WekaClassifierConfFunction
Constructs a new classifier confidence function that uses the given feature set and classifier.
WekaDataSet<T> - Class in edu.washington.cs.knowitall.extractor.conf
A wrapper for the Weka Instances class.
WekaDataSet(String, BooleanFeatureSet<T>) - Constructor for class edu.washington.cs.knowitall.extractor.conf.WekaDataSet
Constructs a new data set
WORD - Static variable in class edu.washington.cs.knowitall.extractor.ReVerbExtractor
Definition of the "any word" part of the relation pattern.
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.

Y

yybegin(int) - Method in class edu.washington.cs.knowitall.util.Morpha
Enters a new lexical state
yycharat(int) - Method in class edu.washington.cs.knowitall.util.Morpha
Returns the character at position pos from the matched text.
yyclose() - Method in class edu.washington.cs.knowitall.util.Morpha
Closes the input stream.
YYEOF - Static variable in class edu.washington.cs.knowitall.util.Morpha
This character denotes the end of file
YYINITIAL - Static variable in class edu.washington.cs.knowitall.util.Morpha
 
yylength() - Method in class edu.washington.cs.knowitall.util.Morpha
Returns the length of the matched text region.
yypushback(int) - Method in class edu.washington.cs.knowitall.util.Morpha
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class edu.washington.cs.knowitall.util.Morpha
Resets the scanner to read from a new input stream.
yystate() - Method in class edu.washington.cs.knowitall.util.Morpha
Returns the current lexical state.
yytext() - Method in class edu.washington.cs.knowitall.util.Morpha
Returns the text matched by the current regular expression.

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