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

A

AbstractEdisonSerializer - Class in edu.illinois.cs.cogcomp.edison.sentences
 
AbstractEdisonSerializer() - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.AbstractEdisonSerializer
 
AbstractTextAnnotation - Class in edu.illinois.cs.cogcomp.edison.sentences
This is the abstract class that represents annotation for text -- this could represent a paragraph or just a sentence.
AbstractTextAnnotation() - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
 
addArgument(String, String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
addArgumentDescription(String, String, String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
addArgumentVNTheta(String, String, String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
addAttribute(String, String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
addBerkeleyParse(TextAnnotation, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Fetches parse trees generated by the Berkeley parser from the curator and adds them to the TextAnnotation that is passed as a parameter to the function.
addCharniakParse(TextAnnotation, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Fetches parse trees generated by the Charniak parser from the curator and adds them to the TextAnnotation that is passed as a parameter to the function.
addChunkView(TextAnnotation, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Fetches the chunk view from the curator and adds the view to the TextAnnotation as ViewNames#SHALLOW_PARSE.
addConstituent(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.sentences.CoreferenceView
 
addConstituent(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.sentences.SpanLabelView
 
addConstituent(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
Adds a new constituent to this view
addCorefEdges(Constituent, List<Constituent>, double[]) - Method in class edu.illinois.cs.cogcomp.edison.sentences.CoreferenceView
 
addCoreferenceView(TextAnnotation, boolean, String, String) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Adds a coreference view
addCorefView(TextAnnotation, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Fetches the coreference view from the curator and adds it to the TextAnnotation as ViewNames.COREF.
addDependencyTree(Tree<Pair<String, Integer>>, Constituent, int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
 
addDependencyTreeView(TextAnnotation, boolean, String, String) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Adds a dependency tree view
addEasyFirstDependencyView(TextAnnotation, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Fetches the dependency trees generated by the Yoav Goldberg's parser and adds the view to the TextAnnotation as ViewNames.DEPENDENCY.
addExample(String, String, String, Map<String, String>, Map<String, String>) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
addExtraConstituent(IntPair, String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.diff.DiffResults
 
addExtraRelation(IntPair, IntPair, String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.diff.DiffResults
 
addFeatureExtractor(FeatureExtractor) - Method in class edu.illinois.cs.cogcomp.edison.features.FeatureCollection
 
addFeatureType(WordNetFeatureExtractor.WordNetFeatureClass) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.WordNetFeatureExtractor
 
addFilter(Predicate<Pair<Constituent, SpanLabelView>>) - Method in class edu.illinois.cs.cogcomp.edison.annotators.GazetteerViewGenerator
Add a filter for the labels.
addGazetteerFilters(GazetteerViewGenerator) - Static method in class edu.illinois.cs.cogcomp.edison.annotators.GazetteerViewGenerator
 
addIncorrectConstituent(IntPair, String, String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.diff.DiffResults
 
addIncorrectRelation(IntPair, IntPair, String, String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.diff.DiffResults
 
addLemmaView(TextAnnotation, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Fetches the word lemmas from the curator and adds the view to the TextAnnotation as ViewNames.LEMMA.
addMissingConstituent(IntPair, String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.diff.DiffResults
 
addMissingRelation(IntPair, IntPair, String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.diff.DiffResults
 
addNamedEntityView(TextAnnotation, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Fetches the named entity view from the curator and adds the view to the TextAnnotation as ViewNames#NER.
addNOMView(TextAnnotation, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Deprecated.
addNumericalQuantitiesView(TextAnnotation, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Fetches the numerical quantities view from the curator and adds the view to the TextAnnotation as ViewNames#QUANTITIES.
addParseTree(Tree<Pair<String, IntPair>>, Constituent, int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
Transforms an unscored input tree into the constituent-relation graph
addParseTreeView(TextAnnotation, boolean, String, String) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Adds a parse tree view
addPOSView(TextAnnotation, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Fetches the part-of-speech tags from the curator and adds the view to the TextAnnotation as ViewNames.POS.
addPredicateArguments(Constituent, List<Constituent>, String[], double[]) - Method in class edu.illinois.cs.cogcomp.edison.sentences.PredicateArgumentView
 
addPredicateArgumentView(TextAnnotation, boolean, String, String) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Adds a predicate argument view to the text annotation
addRelation(Relation) - Method in class edu.illinois.cs.cogcomp.edison.sentences.CoreferenceView
 
addRelation(Relation) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
Adds a new relation to this view.
addScoredParseTree(Tree<Pair<String, IntPair>>, Tree<Double>, Constituent, int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
Transforms a scored input tree into the constituent-relation graph
addSense(String, String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
addSpanLabel(int, int, String, double) - Method in class edu.illinois.cs.cogcomp.edison.sentences.SpanLabelView
Adds a new span to this view with a given label and score and returns the newly created constituent.
addSpanLabelView(TextAnnotation, boolean, String, boolean, String) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Adds a span-label-view
addSRLNomView(TextAnnotation, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Fetches the nominalization SRL_NOM view from the curator and adds it to the TextAnnotation as ViewNames.SRL_NOM
addSRLVerbView(TextAnnotation, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Fetches the verb SRL_VERB view from the curator and adds it to the TextAnnotation as ViewNames.SRL_VERB
addSRLView(TextAnnotation, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Deprecated.
addStanfordDependencyView(TextAnnotation, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Fetches the dependency trees generated by the Stanford parser and adds the view to the TextAnnotation as ViewNames.DEPENDENCY_STANFORD.
addStanfordParse(TextAnnotation, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Fetches parse trees generated by the Stanford parser from the curator and adds them to the TextAnnotation that is passed as a parameter to the function.
addTokenAttribute(int, String, String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TokenLabelView
 
addTokenLabel(int, String, double) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TokenLabelView
Adds a label to a token and returns the newly created constituent.
addTokenLabelView(TextAnnotation, boolean, String, String) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Adds a token-label-view
addTokenView(TextAnnotation, Tokenizer, String) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.TokenizerUtilities
 
addView(String, List<View>) - Method in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
Adds a new view identified by viewName and sets the top K values for this view.
addView(String, View) - Method in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
Adds the top scoring value for the view identified by viewName.
addView(ViewGenerator) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
Adds a view that is generated by a ViewGenerator
addWikifierView(TextAnnotation, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Fetches the wikifier view from the curator and adds the view to the TextAnnotation as ViewNames#WIKIFIER.
adj - Variable in class edu.illinois.cs.cogcomp.edison.data.srl.NomLexEntry
 
adjacentToAfter(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
adjacentToBefore(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
ADJECTIVAL - Static variable in class edu.illinois.cs.cogcomp.edison.data.srl.NomLexEntry
 
after(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
align(String, Labeling, TextAnnotation) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.TokenAligner
Deprecated.
Converts a Labeling to a SpanLabelView for the input TextAnnotation.
align(String, Labeling, TextAnnotation, boolean) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.TokenAligner
Deprecated.
 
alignClustering(String, Clustering, TextAnnotation) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.TokenAligner
Deprecated.
 
alignClusteringToCoreferenceView(String, TextAnnotation, Clustering) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorDataStructureInterface
Aligns a Clustering to a TextAnnotation to produce a CoreferenceView.
alignForestToDependencyView(String, TextAnnotation, Forest) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorDataStructureInterface
 
alignForestToParseTreeView(String, TextAnnotation, Forest) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorDataStructureInterface
 
alignForestToPredicateArgumentView(String, TextAnnotation, Forest) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorDataStructureInterface
 
alignLabelingToSpanLabelView(String, TextAnnotation, Labeling, boolean) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorDataStructureInterface
Aligns a Labeling to a SpanLabelView.
alignLabelingToTokenLabelView(String, TextAnnotation, Labeling) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorDataStructureInterface
Aligns a Labeling to a TokenLabelView.
alignSpans(String, List<Span>, TextAnnotation, boolean) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.TokenAligner
Deprecated.
 
alignTokenAnnotation(String, Labeling, TextAnnotation, boolean) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.TokenAligner
Deprecated.
 
allSpans - Variable in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
 
argsToFramesPerSense - Variable in class edu.illinois.cs.cogcomp.edison.data.srl.NomFrameData
 
ascii - Static variable in class edu.illinois.cs.cogcomp.edison.features.Feature
Are the feature names encoded in ASCII?
AttributeFeature - Class in edu.illinois.cs.cogcomp.edison.features
 
AttributeFeature(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.AttributeFeature
 
attributes - Variable in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 

B

before(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
BERKELEY - Static variable in class edu.illinois.cs.cogcomp.edison.annotators.ClauseViewGenerator
 
BERKELEY - Static variable in class edu.illinois.cs.cogcomp.edison.annotators.PseudoParse
 
berkeley - Static variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorViewNames
 
BERKELEY - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ClauseFeatureExtractor
 
berkeleyGovernor - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
berkeleyHead - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
berkeleyObject - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
bigrams(WordFeatureExtractor) - Static method in class edu.illinois.cs.cogcomp.edison.features.NgramFeatureExtractor
 
BrownClusterFeatureExtractor - Class in edu.illinois.cs.cogcomp.edison.features.factory
A WordFeatureExtractor that generates prefixes of brown cluster Ids for each word.
BrownClusterFeatureExtractor(String, String, int[]) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.BrownClusterFeatureExtractor
 
BrownClusterFeatureExtractor(String, String, int[], boolean) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.BrownClusterFeatureExtractor
 
BrownClusterViewGenerator - Class in edu.illinois.cs.cogcomp.edison.annotators
Use this class to create a brown cluster view for your text.
BrownClusterViewGenerator(String, String) - Constructor for class edu.illinois.cs.cogcomp.edison.annotators.BrownClusterViewGenerator
 
BrownClusterViewGenerator(String, String, boolean) - Constructor for class edu.illinois.cs.cogcomp.edison.annotators.BrownClusterViewGenerator
 
buildTree(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
 

C

CachedFeatureCollection - Class in edu.illinois.cs.cogcomp.edison.features
 
CachedFeatureCollection(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.CachedFeatureCollection
 
CachedFeatureCollection(String, FeatureExtractor...) - Constructor for class edu.illinois.cs.cogcomp.edison.features.CachedFeatureCollection
 
CachedFeatureCollection(String, FeatureInputTransformer, FeatureExtractor...) - Constructor for class edu.illinois.cs.cogcomp.edison.features.CachedFeatureCollection
 
CachedFeatureCollection(String, FeatureInputTransformer) - Constructor for class edu.illinois.cs.cogcomp.edison.features.CachedFeatureCollection
 
canonicalEntitiesMap - Variable in class edu.illinois.cs.cogcomp.edison.sentences.CoreferenceView
 
capitalization - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
Adds the following two features: One with the word in its actual case, and the second, an indicator for whether the word is captitalized
cbcInstance - Static variable in class edu.illinois.cs.cogcomp.edison.annotators.GazetteerViewGenerator
 
characterOffsetsToTokens - Variable in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
A map from character offset to the token id.
CHARNIAK - Static variable in class edu.illinois.cs.cogcomp.edison.annotators.ClauseViewGenerator
 
CHARNIAK - Static variable in class edu.illinois.cs.cogcomp.edison.annotators.PseudoParse
 
charniak - Static variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorViewNames
 
CHARNIAK - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ClauseFeatureExtractor
 
CHARNIAK - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ParseHeadWordPOS
 
CHARNIAK - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ParsePath
 
CHARNIAK - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ParsePhraseType
 
CHARNIAK - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ParseSiblings
 
CHARNIAK - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.SubcategorizationFrame
 
CHARNIAK - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.SyntacticFrame
 
CHARNIAK - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.VerbVoiceIndicator
 
charniakGovernor - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
charniakHead - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
charniakObject - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
children() - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Selectors
 
chunk - Static variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorViewNames
 
ChunkEmbedding - Class in edu.illinois.cs.cogcomp.edison.features.factory
Adds the following features using chunks from the specified view: The number of chunks contained in the constituent A thresholded version of the number of chunks.
ChunkEmbedding(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.ChunkEmbedding
 
chunkHome - Variable in class edu.illinois.cs.cogcomp.edison.data.corpora.TreebankChunkReader
 
chunkLines - Variable in class edu.illinois.cs.cogcomp.edison.data.corpora.TreebankChunkReader
 
ChunkPathPattern - Class in edu.illinois.cs.cogcomp.edison.features.factory
Extracts the following features from two constituents The concatenation of shallow parse chunks between the last token of the constituent to the left and the first token of the other one.
ChunkPathPattern(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.ChunkPathPattern
 
ChunkPropertyFeatureFactory - Class in edu.illinois.cs.cogcomp.edison.features.factory
A collection of features that extract properties from chunks.
ChunkPropertyFeatureFactory() - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.ChunkPropertyFeatureFactory
 
ChunkPropertyIndicator - Class in edu.illinois.cs.cogcomp.edison.features
 
ChunkPropertyIndicator(String, String, Predicate<Constituent>) - Constructor for class edu.illinois.cs.cogcomp.edison.features.ChunkPropertyIndicator
 
ClauseFeatureExtractor - Class in edu.illinois.cs.cogcomp.edison.features.factory
 
ClauseFeatureExtractor(String, String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.ClauseFeatureExtractor
 
CLAUSES - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
Deprecated.
CLAUSES_BERKELEY - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
CLAUSES_CHARNIAK - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
CLAUSES_STANFORD - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
ClauseViewGenerator - Class in edu.illinois.cs.cogcomp.edison.annotators
Creates a SpanLabelView with clause information using the parse tree.
ClauseViewGenerator(String, String) - Constructor for class edu.illinois.cs.cogcomp.edison.annotators.ClauseViewGenerator
 
cloneForNewView(String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
closedSetPOS - Static variable in class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
 
collapseClitics(Tree<Pair<String, Integer>>) - Method in class edu.illinois.cs.cogcomp.edison.utilities.CollinsHeadDependencyParser
 
collapsePrepositionLabels(Tree<Pair<String, Integer>>) - Method in class edu.illinois.cs.cogcomp.edison.utilities.CollinsHeadDependencyParser
 
CollinsHeadDependencyParser - Class in edu.illinois.cs.cogcomp.edison.utilities
Uses the Collins' head percolation table to get a dependency tree using a parse tree
CollinsHeadDependencyParser(boolean) - Constructor for class edu.illinois.cs.cogcomp.edison.utilities.CollinsHeadDependencyParser
Create a CollinsHeadDependencyParser
CollinsHeadDependencyParser(boolean, CollinsHeadFinder) - Constructor for class edu.illinois.cs.cogcomp.edison.utilities.CollinsHeadDependencyParser
 
CollinsHeadDependencyParser() - Constructor for class edu.illinois.cs.cogcomp.edison.utilities.CollinsHeadDependencyParser
 
CollinsHeadFinder - Class in edu.illinois.cs.cogcomp.edison.utilities
 
CollinsHeadFinder() - Constructor for class edu.illinois.cs.cogcomp.edison.utilities.CollinsHeadFinder
 
ColumnFormatWriter - Class in edu.illinois.cs.cogcomp.edison.data
Prints text annotation formatted with one word per line as follows.
ColumnFormatWriter(String, String) - Constructor for class edu.illinois.cs.cogcomp.edison.data.ColumnFormatWriter
 
ColumnFormatWriter() - Constructor for class edu.illinois.cs.cogcomp.edison.data.ColumnFormatWriter
 
combinedWSJHome - Variable in class edu.illinois.cs.cogcomp.edison.data.corpora.PennTreebankReader
 
ConditionalFeatureExtractor - Class in edu.illinois.cs.cogcomp.edison.features
 
ConditionalFeatureExtractor(Predicate<Constituent>, FeatureExtractor, FeatureExtractor) - Constructor for class edu.illinois.cs.cogcomp.edison.features.ConditionalFeatureExtractor
 
conflatedPOS - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
The coarse POS tag (one of Noun, Verb, Adjective, Adverb, Punctuation, Pronoun and Other)
conjoin(FeatureExtractor, FeatureExtractor) - Static method in class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
Conjoins two feature extractors.
conjoin(Set<Feature>, Set<Feature>) - Static method in class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
Conjoins two feature sets.
conjoinWith(Feature) - Method in class edu.illinois.cs.cogcomp.edison.features.Feature
 
conjunct(String, String) - Static method in class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
Conjoins two discrete features corresponding to the strings left and right.
CoNLLColumnFormatReader - Class in edu.illinois.cs.cogcomp.edison.data
Assumes the input is formatted with one word per line as follows.
CoNLLColumnFormatReader(String, String, String, String) - Constructor for class edu.illinois.cs.cogcomp.edison.data.CoNLLColumnFormatReader
Initialize the reader.
Constituent - Class in edu.illinois.cs.cogcomp.edison.sentences
A Constituent represents a unit of text (not necessarily contiguous) that participates in a view.
Constituent(String, String, TextAnnotation, int, int) - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
Constituent(String, double, String, TextAnnotation, int, int) - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
constituentChild - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
constituentEndComparator - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotationUtilities
 
constituentLengthComparator - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotationUtilities
 
constituentParent - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
constituents - Variable in class edu.illinois.cs.cogcomp.edison.sentences.View
The collection of constituents
constituentScore - Variable in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
constituentStartComparator - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotationUtilities
 
consume(TextAnnotation) - Method in class edu.illinois.cs.cogcomp.edison.utilities.TextStatistics
 
containedInConstituent(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
containedInConstituentExclusive(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
contains(String) - Method in class edu.illinois.cs.cogcomp.edison.annotators.WordNetPlusLemmaViewGenerator.VerbLemmaDictionary
 
containsConstituent(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
Returns a Predicate that will check if the argument to the predicate contains the argument to this function.
containsConstituent(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
Checks if this view contains a constituent
containsConstituentExclusive(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
containsEntry(String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.NomLexReader
 
ContextFeatureExtractor - Class in edu.illinois.cs.cogcomp.edison.features
A ContextFeatureExtractor generates features from the words in the context of the specified constituent.
ContextFeatureExtractor(int, boolean, boolean) - Constructor for class edu.illinois.cs.cogcomp.edison.features.ContextFeatureExtractor
Create a new ContextFeatureExtractor.
ContextFeatureExtractor(int, boolean, boolean, WordFeatureExtractor...) - Constructor for class edu.illinois.cs.cogcomp.edison.features.ContextFeatureExtractor
 
convert(Set<Feature>, Lexicon, boolean) - Static method in class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
Convert a feature set into a pair of arrays of integers and doubles by looking up the feature name in the provided lexicon.
convertBracketsFromPTBFormat(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseUtils
Convert brackets from the Penn treebank format (which uses strings like -LRB-, -RRB-, etc to denote '(', ')', etc.) to readable tokens.
convertBracketsToPTB(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.SentenceUtils
 
convertBracketsToPTBFormat(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseUtils
Convert brackets from readable forms to the Penn treebank format (which uses strings like -LRB-, -RRB-, etc to denote '(', ')', etc.)
convertFromPTBBrackets(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.SentenceUtils
 
convertPredicateArgumentViewToForest(PredicateArgumentView) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorDataStructureInterface
 
convertToWordFeatureExtractor(FeatureExtractor) - Static method in class edu.illinois.cs.cogcomp.edison.features.WordFeatureExtractor
 
copyAttributesToConstituent(Span, Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorDataStructureInterface
 
coref - Static variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorViewNames
 
COREF - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
CoreferenceView - Class in edu.illinois.cs.cogcomp.edison.sentences
 
CoreferenceView(String, String, TextAnnotation, double) - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.CoreferenceView
 
CorlexFeatureExtractor - Class in edu.illinois.cs.cogcomp.edison.features.factory
 
CorlexFeatureExtractor(boolean) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.CorlexFeatureExtractor
 
CorlexFeatureExtractor() - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.CorlexFeatureExtractor
 
corpusId - Variable in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
An identifier for the corpus
corpusName - Variable in class edu.illinois.cs.cogcomp.edison.data.TextAnnotationReader
 
count() - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
create(String) - Static method in class edu.illinois.cs.cogcomp.edison.features.DiscreteFeature
 
create(String, float) - Static method in class edu.illinois.cs.cogcomp.edison.features.RealFeature
Create a real valued feature
createEmptyView(TextAnnotation, String, String, String, double) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.AbstractEdisonSerializer
 
createFex() - Method in class edu.illinois.cs.cogcomp.edison.features.manifest.FeatureManifest
 
createFex(FeatureInputTransformer) - Method in class edu.illinois.cs.cogcomp.edison.features.manifest.FeatureManifest
 
CuratorClient - Class in edu.illinois.cs.cogcomp.edison.data.curator
 
CuratorClient(String, int, boolean) - Constructor for class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Create a new curator client pointing to the specified host and port.
CuratorClient(String, int) - Constructor for class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Equivalent to CuratorClient.CuratorClient(String, int, boolean) with the third parameter set to false.
CuratorDataStructureInterface - Class in edu.illinois.cs.cogcomp.edison.data.curator
 
CuratorDataStructureInterface() - Constructor for class edu.illinois.cs.cogcomp.edison.data.curator.CuratorDataStructureInterface
 
curatorHost - Variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
 
curatorPort - Variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
 
CuratorViewNames - Class in edu.illinois.cs.cogcomp.edison.data.curator
 
CuratorViewNames() - Constructor for class edu.illinois.cs.cogcomp.edison.data.curator.CuratorViewNames
 
CurrencyIndicator - Class in edu.illinois.cs.cogcomp.edison.features
Checks for the following patterns in the input constituent: Constituent ends with a currency symbol followed by a number Constituent ends with a number (in words) followed by a currency symbol
CurrencyIndicator(String, boolean) - Constructor for class edu.illinois.cs.cogcomp.edison.features.CurrencyIndicator
Loads the list of currencies from the classpath
CurrencyIndicator(URL, boolean) - Constructor for class edu.illinois.cs.cogcomp.edison.features.CurrencyIndicator
 
currentAnnotationId - Variable in class edu.illinois.cs.cogcomp.edison.data.TextAnnotationReader
 
currentLine - Variable in class edu.illinois.cs.cogcomp.edison.data.CoNLLColumnFormatReader
 
currentSectionId - Variable in class edu.illinois.cs.cogcomp.edison.data.corpora.PennTreebankReader
 

D

dateMarker - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
 
DAYS_OF_WEEK - Static variable in class edu.illinois.cs.cogcomp.edison.features.helpers.WordLists
 
daysOfTheWeek - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ListFeatureFactory
 
DE_ADJ_SUFFIXES - Static variable in class edu.illinois.cs.cogcomp.edison.features.helpers.WordLists
 
DE_VERB_SUFFIXES - Static variable in class edu.illinois.cs.cogcomp.edison.features.helpers.WordLists
 
deAdjectivalAbstractNounsSuffixes - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
 
DefaultDiff - Class in edu.illinois.cs.cogcomp.edison.sentences.diff
 
DefaultDiff() - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.diff.DefaultDiff
 
defaultRule - Variable in class edu.illinois.cs.cogcomp.edison.utilities.HeadFinderBase
 
defaultViewScoreSplitter - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
DENOM_SUFFIXES - Static variable in class edu.illinois.cs.cogcomp.edison.features.helpers.WordLists
 
deNominalNounProducingSuffixes - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
 
dependencies - Static variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorViewNames
 
DEPENDENCY - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
DEPENDENCY_STANFORD - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
DependencyModifierFeatureExtractor - Class in edu.illinois.cs.cogcomp.edison.features
Adds modifiers from a specified dependency view.
DependencyModifierFeatureExtractor(String, FeatureExtractor) - Constructor for class edu.illinois.cs.cogcomp.edison.features.DependencyModifierFeatureExtractor
 
DependencyPath - Class in edu.illinois.cs.cogcomp.edison.features.factory
Given two tokens, this feature extractor extracts the following features: The path (without tokens) in the dependency tree from the first token of the first constituent to the first token of the second one. The path, where tokens are represented by their POS tag The length of the path
DependencyPath(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.DependencyPath
 
DependencyPathNgrams - Class in edu.illinois.cs.cogcomp.edison.features.factory
Given two tokens, this feature extractor extracts the following features: The path in the dependency tree from the first token of the first constituent to the first token of the second one. The length of the path
DependencyPathNgrams(String, int) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.DependencyPathNgrams
 
descendantOf(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
deserializeFeatureSet(byte[]) - Static method in class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
Deserializes a byte array into a set of features
deserializeFromBytes(byte[]) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.EdisonSerializationHelper
Read a text annotation from a byte array.
deserializeFromJson(String) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.EdisonSerializationHelper
Read a text annotation from a json string.
deVerbalSuffix - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
 
diff(View, View) - Method in class edu.illinois.cs.cogcomp.edison.sentences.diff.DefaultDiff
 
diff(View, View) - Method in interface edu.illinois.cs.cogcomp.edison.sentences.diff.IViewDiff
 
diff(View, View) - Method in class edu.illinois.cs.cogcomp.edison.sentences.diff.TextAnnotationDiff
 
DiffResults - Class in edu.illinois.cs.cogcomp.edison.sentences.diff
 
DiffResults() - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.diff.DiffResults
 
DiscreteFeature - Class in edu.illinois.cs.cogcomp.edison.features
A discrete feature
DiscreteFeature(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.DiscreteFeature
 
DiscreteFeature(byte[]) - Constructor for class edu.illinois.cs.cogcomp.edison.features.DiscreteFeature
 
doesConstituentCover(int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
doesConstituentCover(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
doesConstituentCoverAll(Collection<Integer>) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 

E

eachWordInConstituent - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
EASY_FIRST - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.DependencyPath
 
EASY_FIRST_BIGRAM - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.DependencyPathNgrams
 
EASY_FIRST_UNIGRAM - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.DependencyPathNgrams
 
easyFirstDependencyGovernor - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
easyFirstDependencyHead - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
easyFirstDependencyModifiers - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
easyFirstDependencyObject - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
easyFirstNeighboringPP - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
easyFirstSubjectOfDominatingVerb - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
EdisonException - Exception in edu.illinois.cs.cogcomp.edison.utilities
 
EdisonException(String) - Constructor for exception edu.illinois.cs.cogcomp.edison.utilities.EdisonException
 
EdisonException(Exception) - Constructor for exception edu.illinois.cs.cogcomp.edison.utilities.EdisonException
 
EdisonException(String, Exception) - Constructor for exception edu.illinois.cs.cogcomp.edison.utilities.EdisonException
 
EdisonJsonSerializer - Class in edu.illinois.cs.cogcomp.edison.sentences
 
EdisonJsonSerializer() - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.EdisonJsonSerializer
 
EdisonSerializationHelper - Class in edu.illinois.cs.cogcomp.edison.sentences
This class is useful for serializing Edison objects to byte arrays.
EdisonSerializationHelper() - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.EdisonSerializationHelper
 
edu.illinois.cs.cogcomp.edison.annotators - package edu.illinois.cs.cogcomp.edison.annotators
 
edu.illinois.cs.cogcomp.edison.data - package edu.illinois.cs.cogcomp.edison.data
 
edu.illinois.cs.cogcomp.edison.data.corpora - package edu.illinois.cs.cogcomp.edison.data.corpora
 
edu.illinois.cs.cogcomp.edison.data.curator - package edu.illinois.cs.cogcomp.edison.data.curator
 
edu.illinois.cs.cogcomp.edison.data.srl - package edu.illinois.cs.cogcomp.edison.data.srl
 
edu.illinois.cs.cogcomp.edison.features - package edu.illinois.cs.cogcomp.edison.features
 
edu.illinois.cs.cogcomp.edison.features.factory - package edu.illinois.cs.cogcomp.edison.features.factory
 
edu.illinois.cs.cogcomp.edison.features.helpers - package edu.illinois.cs.cogcomp.edison.features.helpers
 
edu.illinois.cs.cogcomp.edison.features.manifest - package edu.illinois.cs.cogcomp.edison.features.manifest
 
edu.illinois.cs.cogcomp.edison.sentences - package edu.illinois.cs.cogcomp.edison.sentences
 
edu.illinois.cs.cogcomp.edison.sentences.diff - package edu.illinois.cs.cogcomp.edison.sentences.diff
 
edu.illinois.cs.cogcomp.edison.utilities - package edu.illinois.cs.cogcomp.edison.utilities
 
endCharOffset - Variable in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
endSpan - Variable in class edu.illinois.cs.cogcomp.edison.sentences.View
The token id of the token next to the rightmost token in this view.
equals(Object) - Method in class edu.illinois.cs.cogcomp.edison.features.DiscreteFeature
 
equals(Object) - Method in class edu.illinois.cs.cogcomp.edison.features.RealFeature
 
equals(Object) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
equals(Object) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Relation
 
equals(Object) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
equals(Object) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
 
exclusivelyOverlaps(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
existsEntry(String, POS) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 

F

Feature - Class in edu.illinois.cs.cogcomp.edison.features
 
Feature(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.Feature
 
Feature(byte[]) - Constructor for class edu.illinois.cs.cogcomp.edison.features.Feature
 
FeatureCollection - Class in edu.illinois.cs.cogcomp.edison.features
A feature set.
FeatureCollection(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.FeatureCollection
Create a new feature extractor.
FeatureCollection(String, FeatureExtractor...) - Constructor for class edu.illinois.cs.cogcomp.edison.features.FeatureCollection
 
FeatureCollection(String, FeatureInputTransformer, FeatureExtractor...) - Constructor for class edu.illinois.cs.cogcomp.edison.features.FeatureCollection
 
FeatureCollection(String, FeatureInputTransformer) - Constructor for class edu.illinois.cs.cogcomp.edison.features.FeatureCollection
 
FeatureExtractor - Interface in edu.illinois.cs.cogcomp.edison.features
An interface that specifies what a feature extractor should do.
FeatureInputTransformer - Class in edu.illinois.cs.cogcomp.edison.features
 
FeatureInputTransformer() - Constructor for class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
FeatureManifest - Class in edu.illinois.cs.cogcomp.edison.features.manifest
 
FeatureManifest(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.manifest.FeatureManifest
 
FeatureManifest(InputStream) - Constructor for class edu.illinois.cs.cogcomp.edison.features.manifest.FeatureManifest
 
FeatureManifestParser - Class in edu.illinois.cs.cogcomp.edison.features.manifest
 
FeatureManifestParser(InputStream) - Constructor for class edu.illinois.cs.cogcomp.edison.features.manifest.FeatureManifestParser
 
FeatureManifestParser(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.manifest.FeatureManifestParser
 
FeatureNGramUtility - Class in edu.illinois.cs.cogcomp.edison.features.helpers
 
FeatureNGramUtility() - Constructor for class edu.illinois.cs.cogcomp.edison.features.helpers.FeatureNGramUtility
 
FeatureUtilities - Class in edu.illinois.cs.cogcomp.edison.features
 
FeatureUtilities() - Constructor for class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
 
file100 - Static variable in class edu.illinois.cs.cogcomp.edison.annotators.BrownClusterViewGenerator
 
file1000 - Static variable in class edu.illinois.cs.cogcomp.edison.annotators.BrownClusterViewGenerator
 
file320 - Static variable in class edu.illinois.cs.cogcomp.edison.annotators.BrownClusterViewGenerator
 
file3200 - Static variable in class edu.illinois.cs.cogcomp.edison.annotators.BrownClusterViewGenerator
 
findHead(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.utilities.HeadFinderBase
 
firstChildOf(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
firstTree - Variable in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
 
firstWord - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
fixHeadChildHacks(int, Constituent) - Method in class edu.illinois.cs.cogcomp.edison.utilities.CollinsHeadFinder
 
fixHeadChildHacks(int, Constituent) - Method in class edu.illinois.cs.cogcomp.edison.utilities.HeadFinderBase
 
frameData - Variable in class edu.illinois.cs.cogcomp.edison.data.srl.NomFramesReader
 
frameData - Variable in class edu.illinois.cs.cogcomp.edison.data.srl.PropFramesReader
 

G

gazetteersInstance - Static variable in class edu.illinois.cs.cogcomp.edison.annotators.GazetteerViewGenerator
 
GazetteerViewGenerator - Class in edu.illinois.cs.cogcomp.edison.annotators
Use this class to create a gazetteer view for your text.
GazetteerViewGenerator(String, String) - Constructor for class edu.illinois.cs.cogcomp.edison.annotators.GazetteerViewGenerator
 
GazetteerViewGenerator(String, boolean, String) - Constructor for class edu.illinois.cs.cogcomp.edison.annotators.GazetteerViewGenerator
 
GazetterView - Static variable in class edu.illinois.cs.cogcomp.edison.annotators.GazetteerViewGenerator
 
generateQuery(Tree<String>, Constituent, Map<String, String>) - Static method in class edu.illinois.cs.cogcomp.edison.features.manifest.QueryGenerator
 
generators - Variable in class edu.illinois.cs.cogcomp.edison.features.FeatureCollection
 
gerundMarker - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
 
getAllPhraseSiblingLabels(String, Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
Get the labels of all the siblings of the parse tree node that covers the input constituent.
getAllSenses(String, POS) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getAllSiblingLabels(Tree<String>) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
Get the labels of all siblings of a given tree node.
getArgsForSense(String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
getArgumentConstituents(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.PredicateArgumentHelpers
 
getArguments(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.PredicateArgumentHelpers
 
getArguments(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.sentences.PredicateArgumentView
 
getAttribute(String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
getAttributeKeys() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
getAvailableViews() - Method in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
Gets the set of views that are available
getBrownFeatureGenerator(String, String, int[]) - Static method in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
 
getCanonicalEntities() - Method in class edu.illinois.cs.cogcomp.edison.sentences.CoreferenceView
 
getCanonicalEntity(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.sentences.CoreferenceView
 
getCharacterOffsets(TextAnnotation, List<Constituent>) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.TokenAligner
Deprecated.
Get a list of character offsets for constituents.
getChildLabel(Constituent, int) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.HeadFinderBase
 
getClass(String) - Method in class edu.illinois.cs.cogcomp.edison.utilities.VerbClassDictionary
Get all the verb classes for a given verb.
getCoarsePOS(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
Converts the input part of speech tag into a coarse set, consisting of the labels Noun, Verb, Adjective, Adverb, Punctuation, Pronoun and Other
getCommonAncestor(Tree<T>, Tree<T>, Tree<T>) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
Deprecated.
getCommonAncestor(Constituent, Constituent, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.PathFeatureHelper
Returns the common ancestor of the two constituent.
getConstituentAtToken(int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TokenLabelView
 
getConstituents() - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
Returns the constituents contained in this view.
getConstituentScore() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
getConstituentsCovering(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
Get the constituents which cover the input constituent c.
getConstituentsCoveringSpan(int, int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getConstituentsCoveringToken(int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getConstituentsCoveringTokens(Collection<Integer>) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getConstituentsInBetween(SpanLabelView, int, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.SpanLabelsHelper
 
getConstituentTokens() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
Deprecated.
getCoreferentMentions(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.sentences.CoreferenceView
 
getCorpusId() - Method in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
 
getDependencyPathString(Constituent, Constituent, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.PathFeatureHelper
Get the dependency path between two Constituents as a String.
getDependencyTree(TextAnnotation, String, String) - Static method in class edu.illinois.cs.cogcomp.edison.annotators.HeadFinderDependencyViewGenerator
 
getDependencyTree(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.utilities.CollinsHeadDependencyParser
 
getDescription(String, String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
getDescriptionFeatures(String, String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
getDetokenizedText() - Method in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
Deprecated.
getDictionary() - Static method in class edu.illinois.cs.cogcomp.edison.utilities.VerbClassDictionary
 
getEdgeLabel(Constituent, String, Constituent) - Method in class edu.illinois.cs.cogcomp.edison.utilities.CollinsHeadDependencyParser
 
getEndCharOffset() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
getEndSpan() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
getEndSpan() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
getEndSpan() - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getExampleArgDescription(String, int, String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
getExampleArgSample(String, int, String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
getExampleArgsWithDescription(String, int) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
getExampleName(String, int) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
getExampleText(String, int) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
getFeature(Lexicon, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
This function gets the feature from the lexicon using the id.
getFeatureId(Lexicon, boolean, Feature) - Static method in class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
Returns the id of the feature according to the lexicon.
getFeatureMap(FeatureExtractor, Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
Create a feature map using the specified feature extractor on the input constituent.
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.AttributeFeature
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.CachedFeatureCollection
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.ChunkPropertyIndicator
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.ConditionalFeatureExtractor
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.ContextFeatureExtractor
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.CurrencyIndicator
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.DependencyModifierFeatureExtractor
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.ChunkEmbedding
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.ChunkPathPattern
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.ClauseFeatureExtractor
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.DependencyPath
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.DependencyPathNgrams
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.LevinVerbClassFeature
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.LinearDistance
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.LinearPosition
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.NomLexClassFeature
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.ParseHeadWordPOS
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.ParseLabelIdentifier
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.ParsePath
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.ParsePhraseType
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.ParseSiblings
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.RogetThesaurusFeatures
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.SpanFeaturesOrdered
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.SpanFeaturesUnordered
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.SpanLengthFeature
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.SubcategorizationFrame
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.SyntacticFrame
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.FeatureCollection
 
getFeatures(Constituent) - Method in interface edu.illinois.cs.cogcomp.edison.features.FeatureExtractor
 
getFeatures(Set<String>) - Static method in class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
Convert a set of strings into a set of discrete features.
getFeatures(Map<String, Float>) - Static method in class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
Convert a map from feature names to values into a set of real valued features.
getFeatures(Counter<String>) - Static method in class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
Convert a counter over strings into a set of real valued features.
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.ListFeatureExtractor
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.ParseHeadWordFeatureExtractor
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.RegexFeatureExtractor
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.TokenPrefixFeatureExtractor
 
getFeatures(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.features.WordFeatureExtractor
 
getFeatureSet(FeatureExtractor, Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
Create a feature set using the specified feature extractor on the input constituent.
getFilteredConstituents(Predicate<Constituent>) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getFrame(String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFramesReader
 
getFrameFile() - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
getFullParsePathString(Constituent, Constituent, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.PathFeatureHelper
Get the path between Constituents belonging to a parse tree as a String.
getGazetteerFeatureExtractor(String, GazetteerViewGenerator) - Static method in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
 
getGazetteerNames() - Method in class edu.illinois.cs.cogcomp.edison.annotators.GazetteerViewGenerator
Returns the names of all the gazetteers known to this view generator.
getGlosses(String, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getGlosses(String, POS, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getHeadChild(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.utilities.HeadFinderBase
Get the head node of a constituent belonging to a parse tree.
getHeadWord(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.utilities.HeadFinderBase
 
getHeadWordPosition(Constituent, HeadFinderBase, String) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
Get the head word of a constituent using the HeadFinderBase that is passed as an argument.
getHeadWordPosition(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.utilities.HeadFinderBase
 
getHypernyms(TextAnnotation, int, WordNetManager) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.WordHelpers
 
getHypernyms(String, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getHypernyms(String, POS, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getHypernymsMostFrequentSense(TextAnnotation, int, WordNetManager) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.WordHelpers
 
getHyponyms(String, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getHyponyms(String, POS, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getId() - Method in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
 
getIncludedFeatures() - Method in class edu.illinois.cs.cogcomp.edison.features.manifest.FeatureManifest
 
getInclusiveEndCharOffset() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
getInclusiveStartCharOffset() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
getIncomingRelations() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
Get a list of relations where the target is this constituent
getIndexWord(POS, String) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
Get the IndexWord object for a String and POS
getInstance() - Static method in class edu.illinois.cs.cogcomp.edison.data.srl.NomFramesReader
 
getInstance() - Static method in class edu.illinois.cs.cogcomp.edison.data.srl.NomLexReader
 
getInstance() - Static method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFramesReader
 
getInstance(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getKnownFeatureExtractors() - Static method in class edu.illinois.cs.cogcomp.edison.features.manifest.FeatureManifest
 
getLabel() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
getLabel(int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.SpanLabelView
 
getLabeledDependencyTree(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.utilities.CollinsHeadDependencyParser
 
getLabelNgramsOrdered(List<Constituent>, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.FeatureNGramUtility
 
getLabelNgramsUnordered(List<Constituent>, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.FeatureNGramUtility
 
getLabelsCovering(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
Get the labels of the constituents covered by the input constituent c
getLabelsCoveringSpan(int, int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getLabelsCoveringToken(int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getLabelsCoveringTokens(Collection<Integer>) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getLBJFeature(Feature) - Static method in class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
Convert an edison feature into an LBJ feature
getLBJFeatureExtractor(FeatureExtractor) - Static method in class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
Convert an edison feature extractor into an LBJ classifier
getLBJFeatures(Set<Feature>) - Static method in class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
Converts a Set of features into an LBJ friendly feature vector.
getLemma() - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
getLemma(TextAnnotation, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.WordHelpers
 
getLemma(String, POS) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetHelper
 
getLemma(String, POS) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetHelper
 
getLemma(String, String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetHelper
 
getLemma(String, POS) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getLemmaAllPOS(String) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getLexicographerFileNames(String, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getLexicographerFileNames(String, POS, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getMorph(String, POS) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetHelper
 
getMorph(String, String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetHelper
 
getMorph(String, POS) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetHelper
 
getMorphs(POS, String) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getMorphsAllPOS(String) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.AttributeFeature
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.ChunkPropertyIndicator
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.ConditionalFeatureExtractor
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.ContextFeatureExtractor
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.CurrencyIndicator
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.DependencyModifierFeatureExtractor
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.BrownClusterFeatureExtractor
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.ChunkEmbedding
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.ChunkPathPattern
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.ClauseFeatureExtractor
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.CorlexFeatureExtractor
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.DependencyPath
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.DependencyPathNgrams
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.LevinVerbClassFeature
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.LinearDistance
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.LinearPosition
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.NomLexClassFeature
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.ParseHeadWordPOS
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.ParseLabelIdentifier
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.ParsePath
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.ParsePhraseType
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.ParseSiblings
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.RogetThesaurusFeatures
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.SpanFeaturesOrdered
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.SpanFeaturesUnordered
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.SpanLengthFeature
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.SubcategorizationFrame
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.SyntacticFrame
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.VerbVoiceIndicator
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.WordNetFeatureExtractor
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.Feature
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.FeatureCollection
 
getName() - Method in interface edu.illinois.cs.cogcomp.edison.features.FeatureExtractor
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.ListFeatureExtractor
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.NgramFeatureExtractor
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.ParseHeadWordFeatureExtractor
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.PrefixFeatureExtractor
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.RegexFeatureExtractor
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.SuffixFeatureExtractor
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.TokenPrefixFeatureExtractor
 
getName() - Method in class edu.illinois.cs.cogcomp.edison.features.WordFeatureExtractor
 
getNameHashCode() - Method in class edu.illinois.cs.cogcomp.edison.features.Feature
 
getNewConstituentForSpan(String, String, TextAnnotation, Span) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorDataStructureInterface
 
getNgramsOrdered(List<T>, int, ITransformer<T, String>) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.FeatureNGramUtility
 
getNgramsUnordered(List<T>, int, ITransformer<T, String>) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.FeatureNGramUtility
 
getNomLexClasses(String, String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.NomLexReader
 
getNomLexEntries(String, String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.NomLexReader
 
getNomLexEntry(String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.NomLexReader
 
getNonterminalHeadInformation(String) - Method in class edu.illinois.cs.cogcomp.edison.utilities.CollinsHeadFinder
 
getNonterminalHeadInformation(String) - Method in class edu.illinois.cs.cogcomp.edison.utilities.HeadFinderBase
Return information about how the head is to be computed, given the non-terminal.
getNumberOfConstituents() - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getNumberOfSentences() - Method in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
 
getNumberOfTokens() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
getNumExamples(String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
getOutgoingRelations() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
Get a list of relations where the source is this constituent.
getParent(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
Gets the parent of a constituent.
getParsePhrase(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
Finds the highest node in the parse tree that contains the input constituent.
getParseTree(String, Tree) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorDataStructureInterface
 
getParseTree(String, Sentence) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
Get the parse tree of a sentence.
getParseTree(String, TextAnnotation, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
Get the parse tree of the sentenceIdth sentence from the text annotation.
getParseTree(TextAnnotation, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
Deprecated.
getParseTreeCovering(String, Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
Get a parse tree from a text annotation that covers the specified constituent.
getParseTreeScores(String, Tree) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorDataStructureInterface
 
getPath(Tree<T>, Tree<T>, Tree<T>, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
Deprecated.
getPathConstituents(Constituent, Constituent, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.PathFeatureHelper
 
getPathsToCommonAncestor(Constituent, Constituent, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.PathFeatureHelper
Get the paths from two constituents to their common ancestor.
getPathString(Tree<T>, Tree<T>, Tree<T>, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
Deprecated.
getPathString(Constituent, Constituent, int, boolean, boolean) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.PathFeatureHelper
Returns the path from start to end as a String.
getPathString(Pair<List<Constituent>, List<Constituent>>, boolean, boolean) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.PathFeatureHelper
 
getPathStringIgnoreLexicalItems(Tree<T>, Tree<T>, Tree<T>, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
Deprecated.
getPathStringToCommonAncestor(Tree<T>, Tree<T>, Tree<T>, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
Deprecated.
getPathToRoot(Tree<T>, Tree<T>, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
Deprecated.
getPathToRoot(Constituent, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.PathFeatureHelper
Gets the path (that is, a sequence of constituents) from the given node to the root node.
getPathTreesToRoot(Tree<T>, Tree<T>, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
Deprecated.
getPointers(String, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
List of all link types (eg.
getPointers(String, POS, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getPOS(TextAnnotation, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.WordHelpers
 
getPOS(String) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getPredefinedHead(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.utilities.HeadFinderBase
 
getPredicate(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.PredicateArgumentHelpers
 
getPredicateArgumentView(List<List<String>>, List<List<Integer>>, List<List<Integer>>, TextAnnotation, List<String>, List<String>, List<Integer>) - Method in class edu.illinois.cs.cogcomp.edison.data.CoNLLColumnFormatReader
 
getPredicateLemma(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.sentences.PredicateArgumentView
 
getPredicatePosition(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.PredicateArgumentHelpers
Assumes that a predicate is a single word.
getPredicates() - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFramesReader
 
getPredicates() - Method in class edu.illinois.cs.cogcomp.edison.sentences.PredicateArgumentView
 
getPredicateSense(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.sentences.PredicateArgumentView
 
getRecordFromCurator(TextAnnotation, String, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Does the network call to the Curator and fetches a record that has a particular view.
getRelated(String, PointerType, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getRelated(String, POS, PointerType, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getRelatedWords(String, PointerType, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getRelatedWords(String, POS, PointerType, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getRelationName() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Relation
 
getRelations() - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getRestrictedView(Predicate<Constituent>, ITransformer<View, Double>) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getResults() - Method in class edu.illinois.cs.cogcomp.edison.utilities.TextStatistics
 
getRootConstituent(int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
Gets the root constituent of the tree for the given sentence
getRootConstituent(Sentence) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
Gets the root constituent of the tree for the given sentence
getScore() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Relation
 
getScore() - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getSenses() - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
getSentence(int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
 
getSentenceConstituent() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
getSentenceFromToken(int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
Gets the sentence containing the specified token
getSentenceFromTokens(Set<Integer>) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
 
getSentenceFromTree(Tree<String>) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseUtils
Gets the terminal string from the parse tree.
getSentenceId() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
Return the identifier of the sentence that contains this constituent.
getSentenceId() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
getSentenceId(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
 
getSentenceId(int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
Gets the index of the sentence that contains the token, indexed by tokenPosition.
getSentenceList(TextAnnotation) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Generates a list of sentences from a TextAnnotation.
getSingular(String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.NomLexReader
 
getSource() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Relation
 
getSpan() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
getSpanLabeledTree(Tree<String>) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseUtils
Transforms a parse tree into a new tree where each node is labeled by the span it covers in addition to the label of that node from the original parse tree.
getSpanLabels(int, int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.SpanLabelView
 
getSpansMatching(String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
 
getStartCharOffset() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
getStartSpan() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
getStartSpan() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
getStartSpan() - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getStatus() - Method in class edu.illinois.cs.cogcomp.edison.utilities.TextStatistics
 
getSubcatFrame(Tree<String>) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
Assuming that the tree comes with lexical items and POS tags, the subcat frame for the verb can be found by going to the parent of the POS tag (which is probably a VP) and listing its children.
getSurfaceString() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
getSynonyms(String, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getSynonyms(String, POS, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getSynset(TextAnnotation, int, WordNetManager) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.WordHelpers
 
getSynset(String, POS) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetHelper
 
getSynset(String, String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetHelper
 
getSynset(String, POS) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetHelper
 
getSynset(POS, long) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getSynsetMostFrequentSense(TextAnnotation, int, WordNetManager) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.WordHelpers
 
getSynsets(String, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getSynsets(String, POS, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
getTarget() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Relation
 
getTerminalString(Tree<String>) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
 
getTerminalStringSentence(Tree<String>) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
 
getTerminalTokens(Tree<String>) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
 
getText() - Method in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
Gets the raw text
getText() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
getTextAnnotation(String, String, String, boolean) - Method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
Creates a new TextAnnotation for the specified text belonging to the corpusId with id textId.
getTextAnnotation() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
getTextAnnotation() - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getTextAnnotationFromRecord(String, String, Record, Labeling, Labeling) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorDataStructureInterface
 
getTextAnnotationViewsFromRecord(String, String, Record) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorDataStructureInterface
 
getToken(int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
Get the token at position from this text
getToken(int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
getTokenAttribute(int, String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TokenLabelView
 
getTokenCharacterOffset(int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
Get the character offset of the token at position in the raw text.
getTokenIdFromCharacterOffset(int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
Get the position of token that corresponds to the character offset that is passed as a parameter.
getTokenIndexedCleanedParseTreeNodeCovering(Constituent, String) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
 
getTokenIndexedParseTreeNodeCovering(String, Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
 
getTokenIndexedTreeCovering(Tree<String>, int, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
From a parse tree and a span that is specified with the start and end (exclusive), this function returns a tree that corresponds to the subtree that covers the span.
getTokenizedText() - Method in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
Gets the tokenized text.
getTokenizedText() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
getTokenOffsets(String, String[]) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.TokenizerUtilities
 
getTokens() - Method in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
Gets the tokens in this text.
getTokens() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
getTokenSequence(TextAnnotation, int, int) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotationUtilities
 
getTokensInSpan(int, int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
Gets the tokens in the span.
getTopKViews(String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
Get all the values available for a given view, identified by viewName
getTopKViews(String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
getTree(int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
Get the Tree representation of the tree for the given sentence.
getTreeCovering(Tree<String>, int, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
 
getTreeRoot(int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
Get the root constituent of the tree that covers a sentence
getTreeRoot(Sentence) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
Get the root constituent of the tree that covers a sentence
getValue() - Method in class edu.illinois.cs.cogcomp.edison.features.DiscreteFeature
 
getValue() - Method in class edu.illinois.cs.cogcomp.edison.features.Feature
 
getValue() - Method in class edu.illinois.cs.cogcomp.edison.features.RealFeature
 
getVerbClass(String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
getVerbFrames(String, boolean) - Method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
List of all verb frames associated with the word
getView(TextAnnotation) - Method in class edu.illinois.cs.cogcomp.edison.annotators.BrownClusterViewGenerator
 
getView(TextAnnotation) - Method in class edu.illinois.cs.cogcomp.edison.annotators.ClauseViewGenerator
 
getView(TextAnnotation) - Method in class edu.illinois.cs.cogcomp.edison.annotators.GazetteerViewGenerator
 
getView(TextAnnotation) - Method in class edu.illinois.cs.cogcomp.edison.annotators.HeadFinderDependencyViewGenerator
 
getView(TextAnnotation) - Method in class edu.illinois.cs.cogcomp.edison.annotators.PorterStemmer
 
getView(TextAnnotation) - Method in class edu.illinois.cs.cogcomp.edison.annotators.POSFromParse
 
getView(TextAnnotation) - Method in class edu.illinois.cs.cogcomp.edison.annotators.PseudoParse
 
getView(TextAnnotation) - Method in interface edu.illinois.cs.cogcomp.edison.annotators.ViewGenerator
 
getView(TextAnnotation) - Method in class edu.illinois.cs.cogcomp.edison.annotators.WordNetLemmaViewGenerator
 
getView(TextAnnotation) - Method in class edu.illinois.cs.cogcomp.edison.annotators.WordNetPlusLemmaViewGenerator
 
getView(String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
Gets the highest scoring value for the view identified by viewName.
getView() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
getView(String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
getViewCoveringSpan(int, int, ITransformer<View, Double>) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getViewCoveringToken(int, ITransformer<View, Double>) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getViewCoveringTokens(Collection<Integer>, ITransformer<View, Double>) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getViewGenerator() - Method in class edu.illinois.cs.cogcomp.edison.features.factory.BrownClusterFeatureExtractor
 
getViewGenerator() - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getViewName() - Method in class edu.illinois.cs.cogcomp.edison.annotators.BrownClusterViewGenerator
 
getViewName() - Method in class edu.illinois.cs.cogcomp.edison.annotators.ClauseViewGenerator
 
getViewName() - Method in class edu.illinois.cs.cogcomp.edison.annotators.GazetteerViewGenerator
 
getViewName() - Method in class edu.illinois.cs.cogcomp.edison.annotators.HeadFinderDependencyViewGenerator
 
getViewName() - Method in class edu.illinois.cs.cogcomp.edison.annotators.PorterStemmer
 
getViewName() - Method in class edu.illinois.cs.cogcomp.edison.annotators.POSFromParse
 
getViewName() - Method in class edu.illinois.cs.cogcomp.edison.annotators.PseudoParse
 
getViewName() - Method in interface edu.illinois.cs.cogcomp.edison.annotators.ViewGenerator
 
getViewName() - Method in class edu.illinois.cs.cogcomp.edison.annotators.WordNetLemmaViewGenerator
 
getViewName() - Method in class edu.illinois.cs.cogcomp.edison.annotators.WordNetPlusLemmaViewGenerator
 
getViewName() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
getViewName() - Method in enum edu.illinois.cs.cogcomp.edison.sentences.TokenizerUtilities.SentenceViewGenerators
Returns the name of the sentence view (ViewNames#SENTENCE.)
getViewName() - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
getViewToAdd(TextAnnotation, String) - Method in class edu.illinois.cs.cogcomp.edison.data.TextAnnotationViewReader
 
getVnThetaSet(String, String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
getWNPOS(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetHelper
Converts a PennTreebank style POS tag to a JWNL POS object.
getWord(TextAnnotation, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.WordHelpers
 
getWordFeatures(TextAnnotation, int) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.BrownClusterFeatureExtractor
 
getWordFeatures(TextAnnotation, int) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.CorlexFeatureExtractor
 
getWordFeatures(TextAnnotation, int) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.VerbVoiceIndicator
 
getWordFeatures(TextAnnotation, int) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.WordNetFeatureExtractor
 
getWordFeatures(TextAnnotation, int) - Method in class edu.illinois.cs.cogcomp.edison.features.NgramFeatureExtractor
 
getWordFeatures(TextAnnotation, int) - Method in class edu.illinois.cs.cogcomp.edison.features.PrefixFeatureExtractor
 
getWordFeatures(TextAnnotation, int) - Method in class edu.illinois.cs.cogcomp.edison.features.SuffixFeatureExtractor
 
getWordFeatures(TextAnnotation, int) - Method in class edu.illinois.cs.cogcomp.edison.features.WordFeatureExtractor
 
getWordNetFeatureExtractor(String, WordNetFeatureExtractor.WordNetFeatureClass...) - Static method in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
 
grandChildOf(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 

H

hasAttribute(String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
hasChildren() - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
hashCode() - Method in class edu.illinois.cs.cogcomp.edison.features.DiscreteFeature
 
hashCode() - Method in class edu.illinois.cs.cogcomp.edison.features.RealFeature
 
hashCode() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
hashCode() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Relation
 
hashCode() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
hashCode() - Method in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
 
hasLabel(String) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
hasModalVerb - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ChunkPropertyFeatureFactory
 
hasNext() - Method in class edu.illinois.cs.cogcomp.edison.data.CoNLLColumnFormatReader
 
hasNext() - Method in class edu.illinois.cs.cogcomp.edison.data.corpora.OntonotesReader
 
hasNext() - Method in class edu.illinois.cs.cogcomp.edison.data.corpora.PennTreebankReader
 
hasNext() - Method in class edu.illinois.cs.cogcomp.edison.data.TextAnnotationViewReader
 
hasNoOverlap(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
hasOverlap(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
hasParent() - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
hasView(String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
Checks if this text annotation has a view identified by viewName
hasView(String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
HeadFinderBase - Class in edu.illinois.cs.cogcomp.edison.utilities
This is mainly an abstract class for the Collins' head finder.
HeadFinderBase() - Constructor for class edu.illinois.cs.cogcomp.edison.utilities.HeadFinderBase
 
HeadFinderBase.HeadSearchDirection - Enum in edu.illinois.cs.cogcomp.edison.utilities
 
HeadFinderDependencyViewGenerator - Class in edu.illinois.cs.cogcomp.edison.annotators
 
HeadFinderDependencyViewGenerator(String) - Constructor for class edu.illinois.cs.cogcomp.edison.annotators.HeadFinderDependencyViewGenerator
 
headFinderInformation - Variable in class edu.illinois.cs.cogcomp.edison.utilities.CollinsHeadFinder
 

I

id - Variable in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
The identifier for this text annotation
identity - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
ignoreGazetteer(String) - Method in class edu.illinois.cs.cogcomp.edison.annotators.GazetteerViewGenerator
Adds a label to the set of gazetteers to be ignored.
incomingRelations - Variable in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
initialize() - Method in class edu.illinois.cs.cogcomp.edison.utilities.TextStatistics
 
initializeReader() - Method in class edu.illinois.cs.cogcomp.edison.data.CoNLLColumnFormatReader
 
initializeReader() - Method in class edu.illinois.cs.cogcomp.edison.data.corpora.OntonotesReader
 
initializeReader() - Method in class edu.illinois.cs.cogcomp.edison.data.corpora.PennTreebankReader
 
initializeReader() - Method in class edu.illinois.cs.cogcomp.edison.data.TextAnnotationReader
 
instance - Static variable in class edu.illinois.cs.cogcomp.edison.annotators.PorterStemmer
 
instance - Static variable in class edu.illinois.cs.cogcomp.edison.features.CurrencyIndicator
 
instance - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.CorlexFeatureExtractor
 
instance - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.LevinVerbClassFeature
 
instance - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.LinearDistance
 
instance - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.LinearPosition
 
instance - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.NomLexClassFeature
 
INSTANCE - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.RogetThesaurusFeatures
 
instance - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.SpanLengthFeature
 
instance - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.diff.DefaultDiff
 
instance - Static variable in class edu.illinois.cs.cogcomp.edison.utilities.CollinsHeadFinder
 
instance100 - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.BrownClusterFeatureExtractor
 
instance1000 - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.BrownClusterFeatureExtractor
 
instance320 - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.BrownClusterFeatureExtractor
 
instance3200 - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.BrownClusterFeatureExtractor
 
IResetableIterator<T> - Interface in edu.illinois.cs.cogcomp.edison.data
 
isCapitalized(TextAnnotation, int) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.WordHelpers
 
isChildOf(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
isConsituentInRange(int, int) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
isDependencyTree - Variable in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
 
isLabelValid(String) - Method in class edu.illinois.cs.cogcomp.edison.features.factory.ParseLabelIdentifier
 
isLeaf(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
Checks if a constituent is a leaf of a tree.
isNegated - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ChunkPropertyFeatureFactory
 
isNominal(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseTreeProperties
 
isNominalization(String, String, NomLexReader) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
 
isNominalization(String, String, NomLexReader, Set<NomLexEntry.NomLexClasses>) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
 
isNonTerminalAdjective(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseTreeProperties
 
isNonTerminalAdverb(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseTreeProperties
 
isNonTerminalNoun(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseTreeProperties
 
isNonTerminalPP(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseTreeProperties
 
isNonTerminalVerb(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseTreeProperties
 
isNullLabel(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseTreeProperties
 
isParentOf(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
isPlural(String) - Method in class edu.illinois.cs.cogcomp.edison.data.srl.NomLexReader
 
isPOSAdjective(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
 
isPOSAdverb(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
 
isPOSClosedSet(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
 
isPOSNoun(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
 
isPOSNumber(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
 
isPOSOpenSet(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
 
isPOSPossessive(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
 
isPOSPossessivePronoun(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
 
isPOSPreposition(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
 
isPOSPronoun(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
 
isPOSPunctuation(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
 
isPOSTag(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
Very simple way of testing whether something is a part of speech tag.
isPOSVerb(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
 
isPreTerminal(Tree<String>) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseTreeProperties
Is a given tree a pre-terminal.
isPreTerminal(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseTreeProperties
 
isPunctuationToken(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseTreeProperties
 
isRoot(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
Checks if a constituent is a root node of a tree.
isSiblingOf(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
isVerb(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseTreeProperties
 
iterator() - Method in class edu.illinois.cs.cogcomp.edison.data.TextAnnotationReader
 
iterator() - Method in class edu.illinois.cs.cogcomp.edison.data.TextAnnotationViewReader
 
iterator() - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
IViewDiff - Interface in edu.illinois.cs.cogcomp.edison.sentences.diff
 

K

keepString - Static variable in class edu.illinois.cs.cogcomp.edison.features.Feature
Should the feature name be retained in case the encoding is ASCII?
knownPrefixes - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
 

L

label - Variable in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
label() - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Selectors
 
lastChildOf(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
lastWord - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
lbjTokenizer - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.TokenizerUtilities
 
lemma - Static variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorViewNames
 
lemma - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
 
LEMMA - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
lemmaDict - Static variable in class edu.illinois.cs.cogcomp.edison.annotators.WordNetPlusLemmaViewGenerator
 
LemmaIdentifier - Static variable in class edu.illinois.cs.cogcomp.edison.data.CoNLLColumnFormatReader
 
length() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
LevinVerbClassFeature - Class in edu.illinois.cs.cogcomp.edison.features.factory
Adds a collection of features that correspond to Levin's verb classes, as defined in "English Verb Classes And Alternations: A Preliminary Investigation"
LevinVerbClassFeature() - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.LevinVerbClassFeature
 
LinearDistance - Class in edu.illinois.cs.cogcomp.edison.features.factory
Given two constituents, indicates distance between the two.
LinearDistance() - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.LinearDistance
 
LinearPosition - Class in edu.illinois.cs.cogcomp.edison.features.factory
Given two constituents, indicates whether the first is before or after the other or have an overlap.
LinearPosition() - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.LinearPosition
 
lines - Variable in class edu.illinois.cs.cogcomp.edison.data.CoNLLColumnFormatReader
 
ListFeatureExtractor - Class in edu.illinois.cs.cogcomp.edison.features
A feature extractor that simply checks if the surface string of the constituent is in a list or not.
ListFeatureExtractor(String, Collection<String>, boolean) - Constructor for class edu.illinois.cs.cogcomp.edison.features.ListFeatureExtractor
Creates a new ListFeatureExtractor
ListFeatureExtractor(String, String, boolean) - Constructor for class edu.illinois.cs.cogcomp.edison.features.ListFeatureExtractor
Creates a new ListFeatureExtractor
ListFeatureFactory - Class in edu.illinois.cs.cogcomp.edison.features.factory
 
ListFeatureFactory() - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.ListFeatureFactory
 
loadConfigAsClasspathResource(boolean) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
Where should the WordNetManager load its configuration file from.

M

main(String[]) - Static method in class edu.illinois.cs.cogcomp.edison.annotators.ClauseViewGenerator
 
main(String[]) - Static method in class edu.illinois.cs.cogcomp.edison.annotators.GazetteerViewGenerator
 
main(String[]) - Static method in class edu.illinois.cs.cogcomp.edison.annotators.HeadFinderDependencyViewGenerator
 
main(String[]) - Static method in class edu.illinois.cs.cogcomp.edison.data.CoNLLColumnFormatReader
 
main(String[]) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
 
main(String[]) - Static method in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
 
main(String[]) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.CollinsHeadDependencyParser
 
main(String[]) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.CollinsHeadFinder
 
makeDependencyTree(TextAnnotation, Tree) - Static method in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorDataStructureInterface
Converts a curator tree into a dependency tree that can be added to a TreeView.
makeSentencePresentable(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.SentenceUtils
 
makeSpanLabeledView(List<String>, List<Integer>, List<Integer>, TextAnnotation, String) - Method in class edu.illinois.cs.cogcomp.edison.data.CoNLLColumnFormatReader
 
makeTextAnnotation() - Method in class edu.illinois.cs.cogcomp.edison.data.CoNLLColumnFormatReader
 
makeTextAnnotation() - Method in class edu.illinois.cs.cogcomp.edison.data.corpora.OntonotesReader
 
makeTextAnnotation() - Method in class edu.illinois.cs.cogcomp.edison.data.corpora.PennTreebankReader
 
makeTextAnnotation() - Method in class edu.illinois.cs.cogcomp.edison.data.TextAnnotationReader
 
makeTree(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
 
makeTrees() - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
Makes the tree objects.
merge(String, String, List<TextAnnotation>) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotationMerger
Creates a new TextAnnotation by merging all the TextAnnotations provided as a parameter.
months - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ListFeatureFactory
 
MONTHS - Static variable in class edu.illinois.cs.cogcomp.edison.features.helpers.WordLists
 

N

name() - Method in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
ner - Static variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorViewNames
 
NER - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ChunkEmbedding
 
NER - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
next() - Method in class edu.illinois.cs.cogcomp.edison.data.corpora.TreebankChunkReader
 
next() - Method in class edu.illinois.cs.cogcomp.edison.data.TextAnnotationReader
 
next() - Method in class edu.illinois.cs.cogcomp.edison.data.TextAnnotationViewReader
 
nextWord - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
NgramFeatureExtractor - Class in edu.illinois.cs.cogcomp.edison.features
 
NgramFeatureExtractor(WordFeatureExtractor, int) - Constructor for class edu.illinois.cs.cogcomp.edison.features.NgramFeatureExtractor
 
nom - Static variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorViewNames
 
NOM - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
Deprecated.
nomClass - Variable in class edu.illinois.cs.cogcomp.edison.data.srl.NomLexEntry
 
NomFrameData - Class in edu.illinois.cs.cogcomp.edison.data.srl
 
NomFrameData() - Constructor for class edu.illinois.cs.cogcomp.edison.data.srl.NomFrameData
 
nomFramesDir - Static variable in class edu.illinois.cs.cogcomp.edison.data.srl.NomFramesReader
 
NomFramesReader - Class in edu.illinois.cs.cogcomp.edison.data.srl
 
nominalizationMarker - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
 
NomLexClassFeature - Class in edu.illinois.cs.cogcomp.edison.features.factory
Adds NomLex based features.
NomLexClassFeature() - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.NomLexClassFeature
 
NomLexEntry - Class in edu.illinois.cs.cogcomp.edison.data.srl
 
NomLexEntry() - Constructor for class edu.illinois.cs.cogcomp.edison.data.srl.NomLexEntry
 
NomLexEntry.NomLexClasses - Enum in edu.illinois.cs.cogcomp.edison.data.srl
These are the possible NOMBANK classes.
nomLexFile - Static variable in class edu.illinois.cs.cogcomp.edison.data.srl.NomLexReader
 
NomLexReader - Class in edu.illinois.cs.cogcomp.edison.data.srl
Read NomLex from S-expressions
NomLexReader(String) - Constructor for class edu.illinois.cs.cogcomp.edison.data.srl.NomLexReader
 
NomLexReader(InputStream) - Constructor for class edu.illinois.cs.cogcomp.edison.data.srl.NomLexReader
 
NON_VERB_ADJ - Static variable in class edu.illinois.cs.cogcomp.edison.data.srl.NomLexEntry
 
nThChildOf(Constituent, int) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
numberNormalizer - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
 
NUMBERS - Static variable in class edu.illinois.cs.cogcomp.edison.features.helpers.WordLists
 

O

OntonotesReader - Class in edu.illinois.cs.cogcomp.edison.data.corpora
 
OntonotesReader(String) - Constructor for class edu.illinois.cs.cogcomp.edison.data.corpora.OntonotesReader
 
orderBy(Comparator<Constituent>) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
orth - Variable in class edu.illinois.cs.cogcomp.edison.data.srl.NomLexEntry
 
outgoingRelations - Variable in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 

P

PARAGRAPH - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
parents() - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Selectors
 
PARSE_BERKELEY - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
PARSE_CHARNIAK - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
PARSE_GOLD - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
PARSE_STANFORD - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
ParseHeadWordFeatureExtractor - Class in edu.illinois.cs.cogcomp.edison.features
Extracts features from the the head word of the constituent.
ParseHeadWordFeatureExtractor(String, FeatureExtractor) - Constructor for class edu.illinois.cs.cogcomp.edison.features.ParseHeadWordFeatureExtractor
 
ParseHeadWordPOS - Class in edu.illinois.cs.cogcomp.edison.features.factory
Extracts the head word and POS tag of the constituent.
ParseHeadWordPOS(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.ParseHeadWordPOS
 
ParseHelper - Class in edu.illinois.cs.cogcomp.edison.features.helpers
This class contains helper functions for retrieving parse trees and related features from the parse view.
ParseHelper() - Constructor for class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
 
ParseLabelIdentifier - Class in edu.illinois.cs.cogcomp.edison.features.factory
This abstract feature extractor checks if the constituent's label in the parse tree satisfies some property.
ParseLabelIdentifier(String, String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.ParseLabelIdentifier
 
ParsePath - Class in edu.illinois.cs.cogcomp.edison.features.factory
Given two constituents, this feature extractor extracts the following features: The path in the parse tree from the one constituent to another The length of the parse path
ParsePath(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.ParsePath
 
ParsePhraseType - Class in edu.illinois.cs.cogcomp.edison.features.factory
Extracts the label of the phrase and that of its parent along with the head word of the parent according to the Collins' head percolation rules.
ParsePhraseType(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.ParsePhraseType
Create a phrase type feature extractor
ParseSiblings - Class in edu.illinois.cs.cogcomp.edison.features.factory
Extracts the phrase type, head word and head POS of the left and right siblings of the input constituent.
ParseSiblings(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.ParseSiblings
 
ParseTreeProperties - Class in edu.illinois.cs.cogcomp.edison.utilities
This class consists of a set of functions of the form "is a label X?", where the label is a node in the parse tree and X could be different linguistic classes, parts of speech, etc.
ParseTreeProperties() - Constructor for class edu.illinois.cs.cogcomp.edison.utilities.ParseTreeProperties
 
ParseUtils - Class in edu.illinois.cs.cogcomp.edison.utilities
This class contains utility functions for manipulating parse trees.
ParseUtils() - Constructor for class edu.illinois.cs.cogcomp.edison.utilities.ParseUtils
 
PATH_DOWN_STRING - Static variable in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
This string indicates a path going down a parse tree in the path string.
PATH_DOWN_STRING - Static variable in class edu.illinois.cs.cogcomp.edison.features.helpers.PathFeatureHelper
This string indicates a path going down a parse tree in the path string.
PATH_UP_STRING - Static variable in class edu.illinois.cs.cogcomp.edison.features.helpers.ParseHelper
This string indicates a path going up a parse tree in the path string.
PATH_UP_STRING - Static variable in class edu.illinois.cs.cogcomp.edison.features.helpers.PathFeatureHelper
This string indicates a path going up a parse tree in the path string.
PathFeatureHelper - Class in edu.illinois.cs.cogcomp.edison.features.helpers
 
PathFeatureHelper() - Constructor for class edu.illinois.cs.cogcomp.edison.features.helpers.PathFeatureHelper
 
PENN_TREEBANK_WSJ - Static variable in class edu.illinois.cs.cogcomp.edison.data.corpora.PennTreebankReader
 
PennTreebankReader - Class in edu.illinois.cs.cogcomp.edison.data.corpora
 
PennTreebankReader(String) - Constructor for class edu.illinois.cs.cogcomp.edison.data.corpora.PennTreebankReader
Reads all the sections of the combined annotation from penn treebank
PennTreebankReader(String, String) - Constructor for class edu.illinois.cs.cogcomp.edison.data.corpora.PennTreebankReader
Reads all the sections of the combined annotation from penn treebank
PennTreebankReader(String, String[]) - Constructor for class edu.illinois.cs.cogcomp.edison.data.corpora.PennTreebankReader
Reads the specified sections from penn treebank
PennTreebankReader(String, String[], String) - Constructor for class edu.illinois.cs.cogcomp.edison.data.corpora.PennTreebankReader
Reads the specified sections from penn treebank
plural - Variable in class edu.illinois.cs.cogcomp.edison.data.srl.NomLexEntry
 
PorterStemmer - Class in edu.illinois.cs.cogcomp.edison.annotators
Adds a ViewNames.LEMMA view using the Porter stemming algorithm
PorterStemmer() - Constructor for class edu.illinois.cs.cogcomp.edison.annotators.PorterStemmer
 
pos - Static variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorViewNames
 
pos - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
 
POS - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
POS_BIGRAMS - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.SpanFeaturesOrdered
 
POS_BIGRAMS - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.SpanFeaturesUnordered
 
POS_TRIGRAMS - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.SpanFeaturesOrdered
 
POS_TRIGRAMS - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.SpanFeaturesUnordered
 
POS_UNIGRAMS - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.SpanFeaturesOrdered
 
POS_UNIGRAMS - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.SpanFeaturesUnordered
 
POSFromParse - Class in edu.illinois.cs.cogcomp.edison.annotators
Generates a part-of-speech view using the pre-terminals from a parse tree.
POSFromParse(String) - Constructor for class edu.illinois.cs.cogcomp.edison.annotators.POSFromParse
Creates a new POSFromParse that uses the specified parse tree to create a POS tag view.
POSSESSIVE_PRONOUNS - Static variable in class edu.illinois.cs.cogcomp.edison.features.helpers.WordLists
 
possessivePronouns - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ListFeatureFactory
 
POSUtils - Class in edu.illinois.cs.cogcomp.edison.utilities
This class represents a collection of utility functions related to POS tags.
POSUtils() - Constructor for class edu.illinois.cs.cogcomp.edison.utilities.POSUtils
 
predicate - Variable in class edu.illinois.cs.cogcomp.edison.data.srl.NomFrameData
 
PredicateArgumentHelpers - Class in edu.illinois.cs.cogcomp.edison.features.helpers
 
PredicateArgumentHelpers() - Constructor for class edu.illinois.cs.cogcomp.edison.features.helpers.PredicateArgumentHelpers
 
PredicateArgumentView - Class in edu.illinois.cs.cogcomp.edison.sentences
 
PredicateArgumentView(String, String, TextAnnotation, double) - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.PredicateArgumentView
 
predicateArgumentViewName - Variable in class edu.illinois.cs.cogcomp.edison.data.CoNLLColumnFormatReader
 
prefix(String, Set<Feature>) - Static method in class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
Add a prefix to all the features in the set.
prefixes - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.BrownClusterFeatureExtractor
 
PREFIXES - Static variable in class edu.illinois.cs.cogcomp.edison.features.helpers.WordLists
 
prefixes - Variable in class edu.illinois.cs.cogcomp.edison.features.PrefixFeatureExtractor
 
PrefixFeatureExtractor - Class in edu.illinois.cs.cogcomp.edison.features
 
PrefixFeatureExtractor(List<String>, String, boolean) - Constructor for class edu.illinois.cs.cogcomp.edison.features.PrefixFeatureExtractor
 
prefixSuffixes - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
 
prefixWith(String) - Method in class edu.illinois.cs.cogcomp.edison.features.Feature
 
prerequisiteCheck(TextAnnotation) - Method in class edu.illinois.cs.cogcomp.edison.utilities.TextStatistics
 
previousWord - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
printPredicateArgumentView(PredicateArgumentView, PrintWriter) - Method in class edu.illinois.cs.cogcomp.edison.data.ColumnFormatWriter
 
process(TextAnnotation) - Method in class edu.illinois.cs.cogcomp.edison.utilities.TextStatistics
 
processPPTree(Tree<Pair<String, Integer>>) - Method in class edu.illinois.cs.cogcomp.edison.utilities.CollinsHeadDependencyParser
 
processQuery(Tree<String>, Map<String, FeatureExtractor>) - Method in class edu.illinois.cs.cogcomp.edison.features.manifest.FeatureManifest
 
PropFrameData - Class in edu.illinois.cs.cogcomp.edison.data.srl
 
PropFrameData(String, String) - Constructor for class edu.illinois.cs.cogcomp.edison.data.srl.PropFrameData
 
propFramesDir - Static variable in class edu.illinois.cs.cogcomp.edison.data.srl.PropFramesReader
 
PropFramesReader - Class in edu.illinois.cs.cogcomp.edison.data.srl
 
PropFramesReader(String) - Constructor for class edu.illinois.cs.cogcomp.edison.data.srl.PropFramesReader
 
PSEUDO_PARSE - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
Deprecated.
PSEUDO_PARSE_BERKELEY - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
PSEUDO_PARSE_CHARNIAK - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
PSEUDO_PARSE_STANFORD - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
PseudoParse - Class in edu.illinois.cs.cogcomp.edison.annotators
Create a pseudo parse view from the clauses, shallow parse and the part of speech views.
PseudoParse(String, String) - Constructor for class edu.illinois.cs.cogcomp.edison.annotators.PseudoParse
 

Q

quantities - Static variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorViewNames
 
QUANTITIES - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
Queries - Class in edu.illinois.cs.cogcomp.edison.sentences
This contains a collection of queries that can be passed to the where and select clauses of an IQueryable over Constituents like the View class.
Queries() - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
QueryGenerator - Class in edu.illinois.cs.cogcomp.edison.features.manifest
 
QueryGenerator() - Constructor for class edu.illinois.cs.cogcomp.edison.features.manifest.QueryGenerator
 

R

RealFeature - Class in edu.illinois.cs.cogcomp.edison.features
A feature that takes a real value
RealFeature(String, float) - Constructor for class edu.illinois.cs.cogcomp.edison.features.RealFeature
 
RealFeature(byte[], float) - Constructor for class edu.illinois.cs.cogcomp.edison.features.RealFeature
 
RegexFeatureExtractor - Class in edu.illinois.cs.cogcomp.edison.features
 
RegexFeatureExtractor(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.RegexFeatureExtractor
 
Relation - Class in edu.illinois.cs.cogcomp.edison.sentences
 
Relation(String, Constituent, Constituent, double) - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.Relation
 
relationName - Variable in class edu.illinois.cs.cogcomp.edison.sentences.Relation
 
relations - Variable in class edu.illinois.cs.cogcomp.edison.sentences.View
The collection of relations in this view.
remove() - Method in class edu.illinois.cs.cogcomp.edison.data.corpora.PennTreebankReader
 
remove() - Method in class edu.illinois.cs.cogcomp.edison.data.TextAnnotationReader
 
remove() - Method in class edu.illinois.cs.cogcomp.edison.data.TextAnnotationViewReader
 
reset() - Method in class edu.illinois.cs.cogcomp.edison.data.CoNLLColumnFormatReader
 
reset() - Method in interface edu.illinois.cs.cogcomp.edison.data.IResetableIterator
 
reset() - Method in class edu.illinois.cs.cogcomp.edison.data.TextAnnotationReader
 
reset() - Method in class edu.illinois.cs.cogcomp.edison.data.TextAnnotationViewReader
 
resetKeepString() - Static method in class edu.illinois.cs.cogcomp.edison.features.Feature
 
resetUseAscii() - Static method in class edu.illinois.cs.cogcomp.edison.features.Feature
 
respectTokenization - Variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorClient
 
RogetThesaurusFeatures - Class in edu.illinois.cs.cogcomp.edison.features.factory
 
RogetThesaurusFeatures() - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.RogetThesaurusFeatures
 

S

sameEndSpanAs(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
sameSpanAsConstituent(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
sameStartSpanAs(Constituent) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Queries
 
score - Variable in class edu.illinois.cs.cogcomp.edison.sentences.Relation
 
score - Variable in class edu.illinois.cs.cogcomp.edison.sentences.View
The score of this view, which is generated by the system that annotates this view.
section - Variable in class edu.illinois.cs.cogcomp.edison.data.CoNLLColumnFormatReader
 
sections - Variable in class edu.illinois.cs.cogcomp.edison.data.corpora.PennTreebankReader
 
select(String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
Gets a queryable list of all constituents from the view, represented by viewName.
select(ITransformer<Constituent, S>) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
Selectors - Class in edu.illinois.cs.cogcomp.edison.sentences
 
Selectors() - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.Selectors
 
SenseIdentifer - Static variable in class edu.illinois.cs.cogcomp.edison.data.CoNLLColumnFormatReader
 
Sentence - Class in edu.illinois.cs.cogcomp.edison.sentences
 
Sentence(Constituent) - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.Sentence
Create a sentence out of a sentenceConstituent.
SENTENCE - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
sentenceConstituent - Variable in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
sentences - Static variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorViewNames
 
sentences - Variable in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
The list of sentences contained in this text
sentences() - Method in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
 
sentenceStartComparator - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotationUtilities
 
SentenceUtils - Class in edu.illinois.cs.cogcomp.edison.utilities
 
SentenceUtils() - Constructor for class edu.illinois.cs.cogcomp.edison.utilities.SentenceUtils
 
serializeFeatureSet(Set<Feature>) - Static method in class edu.illinois.cs.cogcomp.edison.features.FeatureUtilities
Serializes a set of features into a byte array.
serializeToBytes(TextAnnotation) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.EdisonSerializationHelper
Serialize a text annotation into a byte array.
serializeToJson(TextAnnotation) - Static method in class edu.illinois.cs.cogcomp.edison.sentences.EdisonSerializationHelper
Serialize a text annotation into a json string.
setDependencyTree(int, Tree<Pair<String, Integer>>) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
Set the dependency tree of hte sentenceIdth sentence.
setDependencyTree(int, Tree<Pair<String, Integer>>, double) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
Set the dependency tree for a specified sentence.
setDependencyTreeSwitch(Constituent) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
 
setFeatureExtractor(String, FeatureExtractor) - Static method in class edu.illinois.cs.cogcomp.edison.features.manifest.FeatureManifest
 
setJWNLConfigFile(String) - Static method in class edu.illinois.cs.cogcomp.edison.features.manifest.FeatureManifest
 
setKeepString() - Static method in class edu.illinois.cs.cogcomp.edison.features.Feature
 
setParseTree(int, Tree<String>) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
Set the parse tree of the sentenceIdth sentence.
setScoredParseTree(int, Tree<String>, Tree<Double>) - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
 
setTransformer(String, FeatureInputTransformer) - Static method in class edu.illinois.cs.cogcomp.edison.features.manifest.FeatureManifest
 
setUseAscii() - Static method in class edu.illinois.cs.cogcomp.edison.features.Feature
 
setVariable(String, String) - Method in class edu.illinois.cs.cogcomp.edison.features.manifest.FeatureManifest
 
SHALLOW_PARSE - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ChunkEmbedding
 
SHALLOW_PARSE - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ChunkPathPattern
 
SHALLOW_PARSE - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
SHALLOW_PARSE_BIGRAMS - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.SpanFeaturesOrdered
 
SHALLOW_PARSE_BIGRAMS - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.SpanFeaturesUnordered
 
SHALLOW_PARSE_UNIGRAMS - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.SpanFeaturesOrdered
 
SHALLOW_PARSE_UNIGRAMS - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.SpanFeaturesUnordered
 
size() - Method in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
Get the number of tokens in this text.
size() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
size() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
snipNullNodes(Tree<String>) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseUtils
Removes subtrees labeled with the null label (-NONE-) and returns a new tree
source - Variable in class edu.illinois.cs.cogcomp.edison.sentences.Relation
 
span - Variable in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
span() - Static method in class edu.illinois.cs.cogcomp.edison.sentences.Selectors
 
SpanFeaturesOrdered - Class in edu.illinois.cs.cogcomp.edison.features.factory
 
SpanFeaturesOrdered(String, int) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.SpanFeaturesOrdered
 
SpanFeaturesUnordered - Class in edu.illinois.cs.cogcomp.edison.features.factory
 
SpanFeaturesUnordered(String, int) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.SpanFeaturesUnordered
 
SpanLabelsHelper - Class in edu.illinois.cs.cogcomp.edison.features.helpers
 
SpanLabelsHelper() - Constructor for class edu.illinois.cs.cogcomp.edison.features.helpers.SpanLabelsHelper
 
SpanLabelView - Class in edu.illinois.cs.cogcomp.edison.sentences
A SpanLabelView is a specialized view which corresponds to contiguous chunks of tokens that have a label.
SpanLabelView(String, String, TextAnnotation, double) - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.SpanLabelView
Create a new SpanLabelView
SpanLabelView(String, String, TextAnnotation, double, boolean) - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.SpanLabelView
 
SpanLengthFeature - Class in edu.illinois.cs.cogcomp.edison.features.factory
 
SpanLengthFeature() - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.SpanLengthFeature
 
srl - Static variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorViewNames
 
SRL - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
Deprecated.
SRL_NOM - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
SRL_PREP - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
SRL_VERB - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
STANFORD - Static variable in class edu.illinois.cs.cogcomp.edison.annotators.ClauseViewGenerator
 
STANFORD - Static variable in class edu.illinois.cs.cogcomp.edison.annotators.PseudoParse
 
STANFORD - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ClauseFeatureExtractor
 
STANFORD - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.DependencyPath
 
STANFORD - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ParseHeadWordPOS
 
STANFORD - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ParsePath
 
STANFORD - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ParsePhraseType
 
STANFORD - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.ParseSiblings
 
STANFORD - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.SubcategorizationFrame
 
STANFORD - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.SyntacticFrame
 
STANFORD - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.VerbVoiceIndicator
 
STANFORD_BIGRAM - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.DependencyPathNgrams
 
STANFORD_UNIGRAM - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.DependencyPathNgrams
 
stanfordDep - Static variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorViewNames
 
stanfordDependencyGovernor - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
stanfordDependencyHead - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
stanfordDependencyModifiers - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
stanfordDependencyObject - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
stanfordGovernor - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
stanfordObject - Static variable in class edu.illinois.cs.cogcomp.edison.features.FeatureInputTransformer
 
stanfordParse - Static variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorViewNames
 
startCharOffset - Variable in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
startSpan - Variable in class edu.illinois.cs.cogcomp.edison.sentences.View
The token id of the leftmost token in this view.
stripFunctionTags(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseUtils
Strips function tags from a given node label.
stripFunctionTags(Tree<String>) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseUtils
Strips function tags from a tree and returns a new tree.
stripIndexReferences(Tree<String>) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseUtils
Removes index information in the parse tree to other nodes.
stripIndexReferences(String) - Static method in class edu.illinois.cs.cogcomp.edison.utilities.ParseUtils
 
SubcategorizationFrame - Class in edu.illinois.cs.cogcomp.edison.features.factory
Given a constituent, this feature finds the corresponding node in the parse tree and reports expands its parent.
SubcategorizationFrame(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.SubcategorizationFrame
 
suffixes - Variable in class edu.illinois.cs.cogcomp.edison.features.SuffixFeatureExtractor
 
SuffixFeatureExtractor - Class in edu.illinois.cs.cogcomp.edison.features
 
SuffixFeatureExtractor(List<String>, String, boolean) - Constructor for class edu.illinois.cs.cogcomp.edison.features.SuffixFeatureExtractor
 
SyntacticFrame - Class in edu.illinois.cs.cogcomp.edison.features.factory
This feature is described in Xue and Palmer 2004.
SyntacticFrame(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.SyntacticFrame
 

T

target - Variable in class edu.illinois.cs.cogcomp.edison.sentences.Relation
 
text - Variable in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
The raw text
textAnnotation - Variable in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
textAnnotation - Variable in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
TextAnnotation - Class in edu.illinois.cs.cogcomp.edison.sentences
This class contains all annotation for a single piece of text (which could contain more than one sentence.)
TextAnnotation(String, String, String) - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
Deprecated.
TextAnnotation(String, String, String, TokenizerUtilities.SentenceViewGenerators) - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
Create a new text annotation.
TextAnnotation(String, String, String, String[], int[]) - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
Create a new text annotation using the given text, the tokens and the sentence boundary positions (only the ending positions), specified in terms of the tokens.
TextAnnotation(String, String, String, String[], int[], String, double) - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
 
TextAnnotation(String, String, List<String>) - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
Create a new TextAnnotation with the specified corpusId and textId.
TextAnnotation(String, String, String, IntPair[], String[], int[]) - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
 
textAnnotation - Variable in class edu.illinois.cs.cogcomp.edison.sentences.View
The TextAnnotation that is annotated by this view.
TextAnnotationDiff - Class in edu.illinois.cs.cogcomp.edison.sentences.diff
 
TextAnnotationDiff() - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.diff.TextAnnotationDiff
 
TextAnnotationMerger - Class in edu.illinois.cs.cogcomp.edison.sentences
 
TextAnnotationMerger() - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotationMerger
 
TextAnnotationReader - Class in edu.illinois.cs.cogcomp.edison.data
 
TextAnnotationReader(String) - Constructor for class edu.illinois.cs.cogcomp.edison.data.TextAnnotationReader
 
textAnnotations - Variable in class edu.illinois.cs.cogcomp.edison.data.TextAnnotationViewReader
 
TextAnnotationUtilities - Class in edu.illinois.cs.cogcomp.edison.sentences
 
TextAnnotationUtilities() - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotationUtilities
 
TextAnnotationViewReader - Class in edu.illinois.cs.cogcomp.edison.data
 
TextAnnotationViewReader(String, IResetableIterator<TextAnnotation>) - Constructor for class edu.illinois.cs.cogcomp.edison.data.TextAnnotationViewReader
 
TextStatistics - Class in edu.illinois.cs.cogcomp.edison.utilities
 
TextStatistics(Iterator<TextAnnotation>, int, FeatureExtractor, ITransformer<TextAnnotation, List<Constituent>>) - Constructor for class edu.illinois.cs.cogcomp.edison.utilities.TextStatistics
 
ThriftUtils - Class in edu.illinois.cs.cogcomp.edison.data.curator
 
ThriftUtils() - Constructor for class edu.illinois.cs.cogcomp.edison.data.curator.ThriftUtils
 
toBeVerbs - Static variable in class edu.illinois.cs.cogcomp.edison.features.helpers.WordLists
 
TokenAligner - Class in edu.illinois.cs.cogcomp.edison.data.curator
Deprecated. 
TokenAligner() - Constructor for class edu.illinois.cs.cogcomp.edison.data.curator.TokenAligner
Deprecated.
 
tokenCharacterOffsets - Variable in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
The character offsets of the tokens.
tokenize(String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Tokenizer.LBJTokenizer
 
tokenize(String) - Method in interface edu.illinois.cs.cogcomp.edison.sentences.Tokenizer
 
tokenize(String) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Tokenizer.WhiteSpaceTokenizer
 
tokenizedText - Variable in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
The tokenized text
Tokenizer - Interface in edu.illinois.cs.cogcomp.edison.sentences
 
Tokenizer.LBJTokenizer - Class in edu.illinois.cs.cogcomp.edison.sentences
 
Tokenizer.LBJTokenizer() - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.Tokenizer.LBJTokenizer
 
Tokenizer.WhiteSpaceTokenizer - Class in edu.illinois.cs.cogcomp.edison.sentences
 
Tokenizer.WhiteSpaceTokenizer() - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.Tokenizer.WhiteSpaceTokenizer
 
TokenizerUtilities - Class in edu.illinois.cs.cogcomp.edison.sentences
 
TokenizerUtilities() - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.TokenizerUtilities
 
TokenizerUtilities.SentenceViewGenerators - Enum in edu.illinois.cs.cogcomp.edison.sentences
The elements of this enumeration generate views called SENTENCE.
TokenLabelView - Class in edu.illinois.cs.cogcomp.edison.sentences
A TokenLabelView is a specialization of a SpanLabelView, where the length of a labeled span is one.
TokenLabelView(String, String, TextAnnotation, double) - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.TokenLabelView
 
TokenPrefixFeatureExtractor - Class in edu.illinois.cs.cogcomp.edison.features
Prefixes a base feature extractor with the lower-cased surface string of the input constituent.
TokenPrefixFeatureExtractor(FeatureExtractor) - Constructor for class edu.illinois.cs.cogcomp.edison.features.TokenPrefixFeatureExtractor
 
tokens - Static variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorViewNames
 
tokens - Variable in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
The list of tokens in the text.
tokensToConstituents - Variable in class edu.illinois.cs.cogcomp.edison.sentences.View
A inverted index from token ids to constituents in this view that cover that token.
toSExpression() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
Convert this constituent into an S-Expression, including relation labels.
toSExpression(boolean) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
toSExpression(int, boolean, String, boolean) - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
toString() - Method in class edu.illinois.cs.cogcomp.edison.features.DiscreteFeature
 
toString() - Method in class edu.illinois.cs.cogcomp.edison.features.RealFeature
 
toString() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
 
toString() - Method in class edu.illinois.cs.cogcomp.edison.sentences.CoreferenceView
 
toString() - Method in class edu.illinois.cs.cogcomp.edison.sentences.PredicateArgumentView
 
toString() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Relation
 
toString() - Method in class edu.illinois.cs.cogcomp.edison.sentences.Sentence
 
toString() - Method in class edu.illinois.cs.cogcomp.edison.sentences.SpanLabelView
 
toString() - Method in class edu.illinois.cs.cogcomp.edison.sentences.TextAnnotation
 
toString() - Method in class edu.illinois.cs.cogcomp.edison.sentences.TokenLabelView
 
toString() - Method in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
 
transform(Iterable<TextAnnotation>, PrintWriter) - Method in class edu.illinois.cs.cogcomp.edison.data.ColumnFormatWriter
 
transform(TextAnnotation, PrintWriter) - Method in class edu.illinois.cs.cogcomp.edison.data.ColumnFormatWriter
 
TreebankChunkReader - Class in edu.illinois.cs.cogcomp.edison.data.corpora
Read the WSJ chunk data reader, generated by the file chunlink.pl in the directory treebank-2 in the standard Penn Treebank distribution.
TreebankChunkReader(String) - Constructor for class edu.illinois.cs.cogcomp.edison.data.corpora.TreebankChunkReader
 
TreebankChunkReader(String, String[]) - Constructor for class edu.illinois.cs.cogcomp.edison.data.corpora.TreebankChunkReader
 
trees - Variable in class edu.illinois.cs.cogcomp.edison.sentences.TreeView
 
TreeView - Class in edu.illinois.cs.cogcomp.edison.sentences
This view represents a tree structure.
TreeView(String, String, TextAnnotation, double) - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.TreeView
 
trigrams(WordFeatureExtractor) - Static method in class edu.illinois.cs.cogcomp.edison.features.NgramFeatureExtractor
 

U

unique() - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
UNKNOWN_VERB_CLASS - Static variable in class edu.illinois.cs.cogcomp.edison.data.srl.PropFramesReader
 
useCompressedName() - Method in class edu.illinois.cs.cogcomp.edison.features.manifest.FeatureManifest
 

V

validate(List<String>, List<Integer>, List<Integer>) - Method in class edu.illinois.cs.cogcomp.edison.data.CoNLLColumnFormatReader
 
valueOf(String) - Static method in enum edu.illinois.cs.cogcomp.edison.data.srl.NomLexEntry.NomLexClasses
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.illinois.cs.cogcomp.edison.features.factory.WordNetFeatureExtractor.WordNetFeatureClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.illinois.cs.cogcomp.edison.sentences.TokenizerUtilities.SentenceViewGenerators
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.illinois.cs.cogcomp.edison.utilities.HeadFinderBase.HeadSearchDirection
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.illinois.cs.cogcomp.edison.data.srl.NomLexEntry.NomLexClasses
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.illinois.cs.cogcomp.edison.features.factory.WordNetFeatureExtractor.WordNetFeatureClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.illinois.cs.cogcomp.edison.sentences.TokenizerUtilities.SentenceViewGenerators
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.illinois.cs.cogcomp.edison.utilities.HeadFinderBase.HeadSearchDirection
Returns an array containing the constants of this enum type, in the order they are declared.
verb - Variable in class edu.illinois.cs.cogcomp.edison.data.srl.NomLexEntry
 
VERBAL - Static variable in class edu.illinois.cs.cogcomp.edison.data.srl.NomLexEntry
 
VerbClassDictionary - Class in edu.illinois.cs.cogcomp.edison.utilities
 
VerbClassDictionary(String) - Constructor for class edu.illinois.cs.cogcomp.edison.utilities.VerbClassDictionary
Load the verb class dictionary from the file.
VerbClassDictionary(InputStream) - Constructor for class edu.illinois.cs.cogcomp.edison.utilities.VerbClassDictionary
 
verbClassFile - Static variable in class edu.illinois.cs.cogcomp.edison.utilities.VerbClassDictionary
 
VerbVoiceIndicator - Class in edu.illinois.cs.cogcomp.edison.features.factory
Uses the parse tree to figure out whether a verb is an active or a passive voice.
VerbVoiceIndicator(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.VerbVoiceIndicator
 
View - Class in edu.illinois.cs.cogcomp.edison.sentences
This class represents a view of the text.
View(String, String, TextAnnotation, double) - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.View
Creates a view for text called viewName which is created using a view generator called ViewGenerator and is assigned a score score
ViewGenerator - Interface in edu.illinois.cs.cogcomp.edison.annotators
An interface for creating views of a specified name from a TextAnnotation
viewGenerator - Variable in class edu.illinois.cs.cogcomp.edison.sentences.View
The name of the system that generates this view.
ViewName - Static variable in class edu.illinois.cs.cogcomp.edison.annotators.BrownClusterViewGenerator
 
viewName - Variable in class edu.illinois.cs.cogcomp.edison.data.TextAnnotationViewReader
 
viewName - Variable in class edu.illinois.cs.cogcomp.edison.sentences.Constituent
This indicates whether the element Constituent#constituentTokens is a two element list consisting of a start and an end tokenId, specifying a span, instead of explicitly listing the each element.
viewName - Variable in class edu.illinois.cs.cogcomp.edison.sentences.View
The name of this view.
ViewNames - Class in edu.illinois.cs.cogcomp.edison.sentences
This class contains the canonical strings used throughout Edison for naming standard views.
ViewNames() - Constructor for class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
views - Variable in class edu.illinois.cs.cogcomp.edison.sentences.AbstractTextAnnotation
The list of views

W

where(Predicate<Constituent>) - Method in class edu.illinois.cs.cogcomp.edison.sentences.View
 
whiteSpaceTokenizer - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.TokenizerUtilities
 
wikifier - Static variable in class edu.illinois.cs.cogcomp.edison.data.curator.CuratorViewNames
 
WIKIFIER - Static variable in class edu.illinois.cs.cogcomp.edison.sentences.ViewNames
 
wnManager - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.WordNetFeatureExtractor
 
word - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
 
wordCase - Static variable in class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
 
WordFeatureExtractor - Class in edu.illinois.cs.cogcomp.edison.features
Features of a word.
WordFeatureExtractor(boolean) - Constructor for class edu.illinois.cs.cogcomp.edison.features.WordFeatureExtractor
Creates a new WordFeatureExtractor.
WordFeatureExtractor() - Constructor for class edu.illinois.cs.cogcomp.edison.features.WordFeatureExtractor
Creates a new WordFeatureExtractor.
WordFeatureExtractorFactory - Class in edu.illinois.cs.cogcomp.edison.features.factory
 
WordFeatureExtractorFactory() - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.WordFeatureExtractorFactory
 
WordHelpers - Class in edu.illinois.cs.cogcomp.edison.features.helpers
 
WordHelpers() - Constructor for class edu.illinois.cs.cogcomp.edison.features.helpers.WordHelpers
 
WordLists - Class in edu.illinois.cs.cogcomp.edison.features.helpers
 
WordLists() - Constructor for class edu.illinois.cs.cogcomp.edison.features.helpers.WordLists
 
WordNetFeatureExtractor - Class in edu.illinois.cs.cogcomp.edison.features.factory
This feature extractor generates the following WordNet based features from a word: synonyms, synsets, hypernyms, hypernym-sets.
WordNetFeatureExtractor(String, boolean) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.WordNetFeatureExtractor
Creates a new WordNetFeatureExtractor.
WordNetFeatureExtractor(String) - Constructor for class edu.illinois.cs.cogcomp.edison.features.factory.WordNetFeatureExtractor
Creates a new WordNetFeatureExtractor.
WordNetFeatureExtractor.WordNetFeatureClass - Enum in edu.illinois.cs.cogcomp.edison.features.factory
 
WordNetHelper - Class in edu.illinois.cs.cogcomp.edison.utilities
 
WordNetHelper() - Constructor for class edu.illinois.cs.cogcomp.edison.utilities.WordNetHelper
 
WordNetLemmaViewGenerator - Class in edu.illinois.cs.cogcomp.edison.annotators
If the word is present in WordNet, the lemma from WordNet is used.
WordNetLemmaViewGenerator(WordNetManager) - Constructor for class edu.illinois.cs.cogcomp.edison.annotators.WordNetLemmaViewGenerator
 
WordNetManager - Class in edu.illinois.cs.cogcomp.edison.utilities
 
WordNetManager(String) - Constructor for class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
WordNetManager(String, boolean) - Constructor for class edu.illinois.cs.cogcomp.edison.utilities.WordNetManager
 
WordNetPlusLemmaViewGenerator - Class in edu.illinois.cs.cogcomp.edison.annotators
This is an extended version of the WordNetLemmaViewGenerator.
WordNetPlusLemmaViewGenerator(WordNetManager) - Constructor for class edu.illinois.cs.cogcomp.edison.annotators.WordNetPlusLemmaViewGenerator
 
WordNetPlusLemmaViewGenerator.VerbLemmaDictionary - Class in edu.illinois.cs.cogcomp.edison.annotators
 
wordNetPropertiesFile - Static variable in class edu.illinois.cs.cogcomp.edison.utilities.WordNetHelper
 
A B C D E F G H I K L M N O P Q R S T U V W 

Copyright © 2015. All rights reserved.