- 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
-
- 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
-
- 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 sentenceId
th 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
-
- 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
-
- 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
-
- 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
-
- 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 sentenceId
th 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 sentenceId
th 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
-
- 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