Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Edu.stanford.nlp.ling.tokensregex Classes and Interfaces - 332 results found.
NameDescriptionTypePackageFramework
ApproxMatchClassedu.stanford.nlp.ling.tokensregex.matcherStanford Parser
AssignableExpressionThis interface represents an expression that can be assigned to.Interfaceedu.stanford.nlp.ling.tokensregex.typesStanford Parser
BasicSequenceMatchResultClassedu.stanford.nlp.ling.tokensregexStanford Parser
BasicSequenceMatchResult .MatchedGroupClassedu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResultStanford Parser
BoundedCostOrderedMapMap that is sorted by cost - keep lowest scores When deciding what item to keep with the same cost, ties are arbitrarily brokenClassedu.stanford.nlp.ling.tokensregex.matcherStanford Parser
ComplexNodePatternPattern for matching a complex data structureAuthor:Angel ChangSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregexStanford Parser
ComplexNodePattern .AbstractStringAnnotationPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternStanford Parser
ComplexNodePattern .AttributesEqualMatchCheckerClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternStanford Parser
ComplexNodePattern .IntegerAnnotationPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternStanford Parser
ComplexNodePattern .NilAnnotationPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternStanford Parser
ComplexNodePattern .NotNilAnnotationPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternStanford Parser
ComplexNodePattern .NumericAnnotationPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternStanford Parser
ComplexNodePattern .SequenceRegexPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternStanford Parser
ComplexNodePattern .StringAnnotationPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternStanford Parser
ComplexNodePattern .StringAnnotationRegexPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternStanford Parser
ComplexNodePattern .StringInSetAnnotationPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternStanford Parser
CoreMapExpressionExtractorRepresents a list of assignment and extraction rules over sequence patterns.Classedu.stanford.nlp.ling.tokensregexStanford Parser
CoreMapExpressionExtractor .StageDescribes one stage of extraction.Classedu.stanford.nlp.ling.tokensregex.CoreMapExpressionExtractorStanford Parser
CoreMapExpressionNodePatternPattern for matching a CoreMap using a generic expressionAuthor:Angel ChangSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregexStanford Parser
CoreMapNodePatternPattern for matching a CoreMapAuthor:Angel ChangSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregexStanford Parser
CoreMapNodePattern .AttributesEqualMatchCheckerClassedu.stanford.nlp.ling.tokensregex.CoreMapNodePatternStanford Parser
CoreMapNodePatternTriggerTrigger for CoreMap Node Patterns.Classedu.stanford.nlp.ling.tokensregexStanford Parser
CoreMapSequenceMatchActionClassedu.stanford.nlp.ling.tokensregexStanford Parser
CoreMapSequenceMatchAction .AnnotateActionClassedu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatchActionStanford Parser
CoreMapSequenceMatchAction .MergeActionClassedu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatchActionStanford Parser
CoreMapSequenceMatcherClassedu.stanford.nlp.ling.tokensregexStanford Parser
CoreMapSequenceMatcher .BasicCoreMapSequenceMatcherClassedu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatcherStanford Parser
EnvHolds environment variables to be used for compiling string into a pattern.Classedu.stanford.nlp.ling.tokensregexStanford Parser
Env .BinderInterfaceedu.stanford.nlp.ling.tokensregex.EnvStanford Parser
EnvLookupProvides lookup functions using an EnvClassedu.stanford.nlp.ling.tokensregexStanford Parser
ExactMatchCostClassedu.stanford.nlp.ling.tokensregex.matcherStanford Parser
ExpressionThis interface represents an expression that can be evaluated to obtain a value.Interfaceedu.stanford.nlp.ling.tokensregex.typesStanford Parser
ExpressionsVarious implementations of the Expression interface, which is used for specifying an "action" or "result" in TokensRegex extraction rules.Classedu.stanford.nlp.ling.tokensregex.typesStanford Parser
Expressions .AndExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .AssignableFunctionCallExpressionA function call that can be assigned a value.Classedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .CaseExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .CompositeValueA composite value with field names and values for each fieldSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .ConditionalExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .FieldExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .FunctionCallExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .IfExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .IndexedExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .ListExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .MethodCallExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .NotExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .OrExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .PrimitiveValuePrimitive value that is directly represented by a Java object of type TSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .RegexMatchResultVarExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .RegexMatchVarExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .RegexValueA string that represents a regular expressionSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .SimpleCachedExpressionA simple implementation of an expression that is represented by a java object of type T and which also has a cached Value stored with itClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .SimpleExpressionA simple implementation of an expression that is represented by a java object of type TSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .SimpleValueSimple implementation of Value backed by a java object of type TSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .TypedExpressionAn expression with a typename and tags.Classedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .VarAssignmentExpressionA variable assignment with the name of the variable, and the expression to assign to that variableSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .VarExpressionA variable, which can be assigned any expression.Classedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
Expressions .WrappedExpressionAn expression that is a wrapper around another expression.Classedu.stanford.nlp.ling.tokensregex.types.ExpressionsStanford Parser
MatchClassedu.stanford.nlp.ling.tokensregex.matcherStanford Parser
MatchCostFunctionInterfaceedu.stanford.nlp.ling.tokensregex.matcherStanford Parser
MatchCostFunction .AbstractMatchCostFunctionClassedu.stanford.nlp.ling.tokensregex.matcher.MatchCostFunctionStanford Parser
MatchedExpressionMatched Expression represents a chunk of text that was matched from an original segment of text).Classedu.stanford.nlp.ling.tokensregexStanford Parser
MatchedExpression .SingleAnnotationExtractorFunction that takes a CoreMap, applies a extraction function to it, to get a value Also contains information on how to construct a final annotation.Classedu.stanford.nlp.ling.tokensregex.MatchedExpressionStanford Parser
MultiCoreMapNodePatternPattern for matching across multiple core maps.Classedu.stanford.nlp.ling.tokensregexStanford Parser
MultiCoreMapNodePattern .StringSequenceAnnotationPatternClassedu.stanford.nlp.ling.tokensregex.MultiCoreMapNodePatternStanford Parser
MultiMatchClassedu.stanford.nlp.ling.tokensregex.matcherStanford Parser
MultiNodePatternMatches potentially multiple node (i.Classedu.stanford.nlp.ling.tokensregexStanford Parser
MultiNodePattern .IntersectMultiNodePatternClassedu.stanford.nlp.ling.tokensregex.MultiNodePatternStanford Parser
MultiNodePattern .UnionMultiNodePatternClassedu.stanford.nlp.ling.tokensregex.MultiNodePatternStanford Parser
MultiPatternMatcherClassedu.stanford.nlp.ling.tokensregexStanford Parser
MultiPatternMatcher .BasicSequencePatternTriggerSimple SequencePatternTrigger that looks at each node, and identifies which patterns may potentially match each node, and then aggregates (union)Classedu.stanford.nlp.ling.tokensregex.MultiPatternMatcherStanford Parser
MultiPatternMatcher .NodePatternTriggerA function which returns a collections of patterns that may match when given a single node from a larger sequence.Interfaceedu.stanford.nlp.ling.tokensregex.MultiPatternMatcherStanford Parser
MultiPatternMatcher .SequencePatternTriggerA function which returns a collections of patterns that may match when a sequence of nodes.Interfaceedu.stanford.nlp.ling.tokensregex.MultiPatternMatcherStanford Parser
MultiWordStringMatcherClassedu.stanford.nlp.ling.tokensregexStanford Parser
MultiWordStringMatcher .LongestStringComparatorClassedu.stanford.nlp.ling.tokensregex.MultiWordStringMatcherStanford Parser
MultiWordStringMatcher .MatchTypeif matchType is EXCT: match exact string if matchType is EXCTWS: match exact string, except whitespace can match multiple whitespacesClassedu.stanford.nlp.ling.tokensregex.MultiWordStringMatcherStanford Parser
NodePatternMatches a Node (i.Classedu.stanford.nlp.ling.tokensregexStanford Parser
NodePattern .AnyNodePatternClassedu.stanford.nlp.ling.tokensregex.NodePatternStanford Parser
NodePattern .ConjNodePatternGiven a list of patterns p1,.Classedu.stanford.nlp.ling.tokensregex.NodePatternStanford Parser
NodePattern .DisjNodePatternGiven a list of patterns p1,.Classedu.stanford.nlp.ling.tokensregex.NodePatternStanford Parser
NodePattern .EqualsNodePatternMatches a constant value of type T using equals()See Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.NodePatternStanford Parser
NodePattern .NegateNodePatternGiven a node pattern p, a node x matches if p does not match xSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.NodePatternStanford Parser
NodePatternTransformerInterfaceedu.stanford.nlp.ling.tokensregexStanford Parser
ParseExceptionThis exception is thrown when parse errors are encountered.Classedu.stanford.nlp.ling.tokensregex.parserStanford Parser
PhraseTableTable used to lookup multi-word phrases.Classedu.stanford.nlp.ling.tokensregexStanford Parser
PhraseTable .PhraseClassedu.stanford.nlp.ling.tokensregex.PhraseTableStanford Parser
PhraseTable .PhraseMatchClassedu.stanford.nlp.ling.tokensregex.PhraseTableStanford Parser
PhraseTable .PhraseStringCollectionClassedu.stanford.nlp.ling.tokensregex.PhraseTableStanford Parser
PhraseTable .StringListClassedu.stanford.nlp.ling.tokensregex.PhraseTableStanford Parser
PhraseTable .TokenListClassedu.stanford.nlp.ling.tokensregex.PhraseTableStanford Parser
SequenceMatchActionInterfaceedu.stanford.nlp.ling.tokensregexStanford Parser
SequenceMatchAction .BoundActionClassedu.stanford.nlp.ling.tokensregex.SequenceMatchActionStanford Parser
SequenceMatchAction .BranchActionClassedu.stanford.nlp.ling.tokensregex.SequenceMatchActionStanford Parser
SequenceMatchAction .NextMatchActionClassedu.stanford.nlp.ling.tokensregex.SequenceMatchActionStanford Parser
SequenceMatchAction .SeriesActionClassedu.stanford.nlp.ling.tokensregex.SequenceMatchActionStanford Parser
SequenceMatchAction .StartMatchActionClassedu.stanford.nlp.ling.tokensregex.SequenceMatchActionStanford Parser
SequenceMatcherA generic sequence matcher.Classedu.stanford.nlp.ling.tokensregexStanford Parser
SequenceMatcher .BasicMatchReplacementClassedu.stanford.nlp.ling.tokensregex.SequenceMatcherStanford Parser
SequenceMatcher .FindTypeType of search to perform FIND_NONOVERLAPPING - Find nonoverlapping matches (default)FIND_ALL - Find all potential matchesClassedu.stanford.nlp.ling.tokensregex.SequenceMatcherStanford Parser
SequenceMatcher .GroupMatchReplacementClassedu.stanford.nlp.ling.tokensregex.SequenceMatcherStanford Parser
SequenceMatcher .MatchReplacementInterfaceedu.stanford.nlp.ling.tokensregex.SequenceMatcherStanford Parser
SequenceMatcher .NamedGroupMatchReplacementClassedu.stanford.nlp.ling.tokensregex.SequenceMatcherStanford Parser
SequenceMatchResultThe result of a match against a sequence.Interfaceedu.stanford.nlp.ling.tokensregexStanford Parser
SequenceMatchResult .GroupToIntervalFuncClassedu.stanford.nlp.ling.tokensregex.SequenceMatchResultStanford Parser
SequenceMatchResult .MatchedGroupInfoClassedu.stanford.nlp.ling.tokensregex.SequenceMatchResultStanford Parser
SequenceMatchRulesRules for matching sequences using regular expressions There are 2 types of rules:Classedu.stanford.nlp.ling.tokensregexStanford Parser
SequenceMatchRules .AnnotationExtractRuleRule that specifies how to extract sequence of MatchedExpression from an annotation (CoreMap).Classedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .AnnotationExtractRuleCreatorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .AnnotationMatchedFilterClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .AssignmentRuleClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .BasicSequenceExtractRuleClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .CompositeExtractRuleCreatorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .CoreMapExtractRuleExtraction rule to apply a extraction rule on a particular CoreMap field Input is of type CoreMap, output is templated type O.Classedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .CoreMapFunctionApplierClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .CoreMapToListExtractRuleExtraction rule that treats a single CoreMap as a list/sequence of CoreMaps (convenience class, for use with BasicSequenceExtractRule)Classedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .CoreMapToListFunctionApplierClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .ExtractRuleInterfaceedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .FilterExtractRuleClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .ListExtractRuleExtraction rule that applies a list of rules in sequence and aggregates all matches foundClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .MultiSequencePatternExtractRuleClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .MultiTokenPatternExtractRuleCreatorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .SequenceMatchedExpressionExtractorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .SequenceMatchResultExtractorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .SequencePatternExtractRuleClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .StringMatchedExpressionExtractorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .StringMatchResultExtractorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .StringPatternExtractRuleClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .TextPatternExtractRuleCreatorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequenceMatchRules .TokenPatternExtractRuleCreatorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesStanford Parser
SequencePatternGeneric Sequence Pattern for regular expressions.Classedu.stanford.nlp.ling.tokensregexStanford Parser
SequencePattern .AndPatternExprClassedu.stanford.nlp.ling.tokensregex.SequencePatternStanford Parser
SequencePattern .BackRefPatternExprClassedu.stanford.nlp.ling.tokensregex.SequencePatternStanford Parser
SequencePattern .GroupPatternExprExpression that represents a group.Classedu.stanford.nlp.ling.tokensregex.SequencePatternStanford Parser
SequencePattern .MultiNodePatternExprRepresents a pattern that can match multiple nodes.Classedu.stanford.nlp.ling.tokensregex.SequencePatternStanford Parser
SequencePattern .NodePatternExprRepresents one element to be matched.Classedu.stanford.nlp.ling.tokensregex.SequencePatternStanford Parser
SequencePattern .NodesMatchCheckerInterfaceedu.stanford.nlp.ling.tokensregex.SequencePatternStanford Parser
SequencePattern .OrPatternExprExpression that represents a disjunction.Classedu.stanford.nlp.ling.tokensregex.SequencePatternStanford Parser
SequencePattern .ParserInterfaceedu.stanford.nlp.ling.tokensregex.SequencePatternStanford Parser
SequencePattern .PatternExprRepresents a sequence pattern expressions (before translating into NFA).Classedu.stanford.nlp.ling.tokensregex.SequencePatternStanford Parser
SequencePattern .RepeatPatternExprExpression that represents a pattern that repeats for a number of times.Classedu.stanford.nlp.ling.tokensregex.SequencePatternStanford Parser
SequencePattern .SequenceEndPatternExprClassedu.stanford.nlp.ling.tokensregex.SequencePatternStanford Parser
SequencePattern .SequencePatternExprClassedu.stanford.nlp.ling.tokensregex.SequencePatternStanford Parser
SequencePattern .SequenceStartPatternExprClassedu.stanford.nlp.ling.tokensregex.SequencePatternStanford Parser
SequencePattern .SpecialNodePatternExprRepresents one element to be matched.Classedu.stanford.nlp.ling.tokensregex.SequencePatternStanford Parser
SequencePattern .ValuePatternExprClassedu.stanford.nlp.ling.tokensregex.SequencePatternStanford Parser
TagsTags that can be added to values or annotationsSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.typesStanford Parser
Tags .TagsAnnotationClassedu.stanford.nlp.ling.tokensregex.types.TagsStanford Parser
TokenSequenceMatcherClassedu.stanford.nlp.ling.tokensregexStanford Parser
TokenSequenceParseExceptionCreated by sonalg on 2/5/15.Classedu.stanford.nlp.ling.tokensregex.parserStanford Parser
TokenSequenceParserClassedu.stanford.nlp.ling.tokensregex.parserStanford Parser
TokenSequencePatternToken Sequence Pattern for regular expressions over sequences of tokens (each represented as a CoreMap).Classedu.stanford.nlp.ling.tokensregexStanford Parser
TrieMapMap that takes a iterable as key, and maps it to an value.Classedu.stanford.nlp.ling.tokensregex.matcherStanford Parser
TrieMapMatcherThe TrieMapMatcher provides functions to match against a trie.Classedu.stanford.nlp.ling.tokensregex.matcherStanford Parser
ValueAn expression that has been evaluated to a Java object of type T.Interfaceedu.stanford.nlp.ling.tokensregex.typesStanford Parser
ValueFunctionA function that takes as input an environment (Env) and a list of values (List) and returns a Value.Interfaceedu.stanford.nlp.ling.tokensregex.typesStanford Parser
ValueFunctionsValueFunctions supported by tokensregex.Classedu.stanford.nlp.ling.tokensregex.typesStanford Parser
ValueFunctions .BooleanFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .ComparableComparatorClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .CompareFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .CompareTypeReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .NamedValueFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .NumericComparatorClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .NumericFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .ParamInfoClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .StringFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ValueFunctions .TypeCheckedFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsStanford Parser
ApproxMatchClassedu.stanford.nlp.ling.tokensregex.matcherJavaNlp
AssignableExpressionThis interface represents an expression that can be assigned to.Interfaceedu.stanford.nlp.ling.tokensregex.typesJavaNlp
BasicSequenceMatchResultClassedu.stanford.nlp.ling.tokensregexJavaNlp
BasicSequenceMatchResult .MatchedGroupClassedu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResultJavaNlp
BoundedCostOrderedMapMap that is sorted by cost - keep lowest scores When deciding what item to keep with the same cost, ties are arbitrarily brokenClassedu.stanford.nlp.ling.tokensregex.matcherJavaNlp
ComplexNodePatternPattern for matching a complex data structureAuthor:Angel ChangSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregexJavaNlp
ComplexNodePattern .AbstractStringAnnotationPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternJavaNlp
ComplexNodePattern .AttributesEqualMatchCheckerClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternJavaNlp
ComplexNodePattern .IntegerAnnotationPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternJavaNlp
ComplexNodePattern .NilAnnotationPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternJavaNlp
ComplexNodePattern .NotNilAnnotationPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternJavaNlp
ComplexNodePattern .NumericAnnotationPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternJavaNlp
ComplexNodePattern .SequenceRegexPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternJavaNlp
ComplexNodePattern .StringAnnotationPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternJavaNlp
ComplexNodePattern .StringAnnotationRegexPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternJavaNlp
ComplexNodePattern .StringInSetAnnotationPatternClassedu.stanford.nlp.ling.tokensregex.ComplexNodePatternJavaNlp
CoreMapExpressionExtractorRepresents a list of assignment and extraction rules over sequence patterns.Classedu.stanford.nlp.ling.tokensregexJavaNlp
CoreMapExpressionExtractor .StageDescribes one stage of extraction.Classedu.stanford.nlp.ling.tokensregex.CoreMapExpressionExtractorJavaNlp
CoreMapExpressionNodePatternPattern for matching a CoreMap using a generic expressionAuthor:Angel ChangSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregexJavaNlp
CoreMapNodePatternPattern for matching a CoreMapAuthor:Angel ChangSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregexJavaNlp
CoreMapNodePattern .AttributesEqualMatchCheckerClassedu.stanford.nlp.ling.tokensregex.CoreMapNodePatternJavaNlp
CoreMapNodePatternTriggerTrigger for CoreMap Node Patterns.Classedu.stanford.nlp.ling.tokensregexJavaNlp
CoreMapSequenceMatchActionClassedu.stanford.nlp.ling.tokensregexJavaNlp
CoreMapSequenceMatchAction .AnnotateActionClassedu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatchActionJavaNlp
CoreMapSequenceMatchAction .MergeActionClassedu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatchActionJavaNlp
CoreMapSequenceMatcherClassedu.stanford.nlp.ling.tokensregexJavaNlp
CoreMapSequenceMatcher .BasicCoreMapSequenceMatcherClassedu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatcherJavaNlp
EnvHolds environment variables to be used for compiling string into a pattern.Classedu.stanford.nlp.ling.tokensregexJavaNlp
Env .BinderInterfaceedu.stanford.nlp.ling.tokensregex.EnvJavaNlp
EnvLookupProvides lookup functions using an EnvClassedu.stanford.nlp.ling.tokensregexJavaNlp
ExactMatchCostClassedu.stanford.nlp.ling.tokensregex.matcherJavaNlp
ExpressionThis interface represents an expression that can be evaluated to obtain a value.Interfaceedu.stanford.nlp.ling.tokensregex.typesJavaNlp
ExpressionsVarious implementations of the Expression interface, which is used for specifying an "action" or "result" in TokensRegex extraction rules.Classedu.stanford.nlp.ling.tokensregex.typesJavaNlp
Expressions .AndExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .AssignableFunctionCallExpressionA function call that can be assigned a value.Classedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .CaseExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .CompositeValueA composite value with field names and values for each fieldSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .ConditionalExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .FieldExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .FunctionCallExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .IfExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .IndexedExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .ListExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .MethodCallExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .NotExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .OrExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .PrimitiveValuePrimitive value that is directly represented by a Java object of type TSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .RegexMatchResultVarExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .RegexMatchVarExpressionClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .RegexValueA string that represents a regular expressionSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .SimpleCachedExpressionA simple implementation of an expression that is represented by a java object of type T and which also has a cached Value stored with itClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .SimpleExpressionA simple implementation of an expression that is represented by a java object of type TSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .SimpleValueSimple implementation of Value backed by a java object of type TSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .TypedExpressionAn expression with a typename and tags.Classedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .VarAssignmentExpressionA variable assignment with the name of the variable, and the expression to assign to that variableSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .VarExpressionA variable, which can be assigned any expression.Classedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
Expressions .WrappedExpressionAn expression that is a wrapper around another expression.Classedu.stanford.nlp.ling.tokensregex.types.ExpressionsJavaNlp
MatchClassedu.stanford.nlp.ling.tokensregex.matcherJavaNlp
MatchCostFunctionInterfaceedu.stanford.nlp.ling.tokensregex.matcherJavaNlp
MatchCostFunction .AbstractMatchCostFunctionClassedu.stanford.nlp.ling.tokensregex.matcher.MatchCostFunctionJavaNlp
MatchedExpressionMatched Expression represents a chunk of text that was matched from an original segment of text).Classedu.stanford.nlp.ling.tokensregexJavaNlp
MatchedExpression .SingleAnnotationExtractorFunction that takes a CoreMap, applies a extraction function to it, to get a value Also contains information on how to construct a final annotation.Classedu.stanford.nlp.ling.tokensregex.MatchedExpressionJavaNlp
MultiCoreMapNodePatternPattern for matching across multiple core maps.Classedu.stanford.nlp.ling.tokensregexJavaNlp
MultiCoreMapNodePattern .StringSequenceAnnotationPatternClassedu.stanford.nlp.ling.tokensregex.MultiCoreMapNodePatternJavaNlp
MultiMatchClassedu.stanford.nlp.ling.tokensregex.matcherJavaNlp
MultiNodePatternMatches potentially multiple node (i.Classedu.stanford.nlp.ling.tokensregexJavaNlp
MultiNodePattern .IntersectMultiNodePatternClassedu.stanford.nlp.ling.tokensregex.MultiNodePatternJavaNlp
MultiNodePattern .UnionMultiNodePatternClassedu.stanford.nlp.ling.tokensregex.MultiNodePatternJavaNlp
MultiPatternMatcherClassedu.stanford.nlp.ling.tokensregexJavaNlp
MultiPatternMatcher .BasicSequencePatternTriggerSimple SequencePatternTrigger that looks at each node, and identifies which patterns may potentially match each node, and then aggregates (union)Classedu.stanford.nlp.ling.tokensregex.MultiPatternMatcherJavaNlp
MultiPatternMatcher .NodePatternTriggerA function which returns a collections of patterns that may match when given a single node from a larger sequence.Interfaceedu.stanford.nlp.ling.tokensregex.MultiPatternMatcherJavaNlp
MultiPatternMatcher .SequencePatternTriggerA function which returns a collections of patterns that may match when a sequence of nodes.Interfaceedu.stanford.nlp.ling.tokensregex.MultiPatternMatcherJavaNlp
MultiWordStringMatcherClassedu.stanford.nlp.ling.tokensregexJavaNlp
MultiWordStringMatcher .LongestStringComparatorClassedu.stanford.nlp.ling.tokensregex.MultiWordStringMatcherJavaNlp
MultiWordStringMatcher .MatchTypeif matchType is EXCT: match exact string if matchType is EXCTWS: match exact string, except whitespace can match multiple whitespacesClassedu.stanford.nlp.ling.tokensregex.MultiWordStringMatcherJavaNlp
NodePatternMatches a Node (i.Classedu.stanford.nlp.ling.tokensregexJavaNlp
NodePattern .AnyNodePatternClassedu.stanford.nlp.ling.tokensregex.NodePatternJavaNlp
NodePattern .ConjNodePatternGiven a list of patterns p1,.Classedu.stanford.nlp.ling.tokensregex.NodePatternJavaNlp
NodePattern .DisjNodePatternGiven a list of patterns p1,.Classedu.stanford.nlp.ling.tokensregex.NodePatternJavaNlp
NodePattern .EqualsNodePatternMatches a constant value of type T using equals()See Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.NodePatternJavaNlp
NodePattern .NegateNodePatternGiven a node pattern p, a node x matches if p does not match xSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.NodePatternJavaNlp
NodePatternTransformerInterfaceedu.stanford.nlp.ling.tokensregexJavaNlp
ParseExceptionThis exception is thrown when parse errors are encountered.Classedu.stanford.nlp.ling.tokensregex.parserJavaNlp
PhraseTableTable used to lookup multi-word phrases.Classedu.stanford.nlp.ling.tokensregexJavaNlp
PhraseTable .PhraseClassedu.stanford.nlp.ling.tokensregex.PhraseTableJavaNlp
PhraseTable .PhraseMatchClassedu.stanford.nlp.ling.tokensregex.PhraseTableJavaNlp
PhraseTable .PhraseStringCollectionClassedu.stanford.nlp.ling.tokensregex.PhraseTableJavaNlp
PhraseTable .StringListClassedu.stanford.nlp.ling.tokensregex.PhraseTableJavaNlp
PhraseTable .TokenListClassedu.stanford.nlp.ling.tokensregex.PhraseTableJavaNlp
PhraseTable .WordListInterfaceedu.stanford.nlp.ling.tokensregex.PhraseTableJavaNlp
SequenceMatchActionInterfaceedu.stanford.nlp.ling.tokensregexJavaNlp
SequenceMatchAction .BoundActionClassedu.stanford.nlp.ling.tokensregex.SequenceMatchActionJavaNlp
SequenceMatchAction .BranchActionClassedu.stanford.nlp.ling.tokensregex.SequenceMatchActionJavaNlp
SequenceMatchAction .NextMatchActionClassedu.stanford.nlp.ling.tokensregex.SequenceMatchActionJavaNlp
SequenceMatchAction .SeriesActionClassedu.stanford.nlp.ling.tokensregex.SequenceMatchActionJavaNlp
SequenceMatchAction .StartMatchActionClassedu.stanford.nlp.ling.tokensregex.SequenceMatchActionJavaNlp
SequenceMatcherA generic sequence matcher.Classedu.stanford.nlp.ling.tokensregexJavaNlp
SequenceMatcher .BasicMatchReplacementClassedu.stanford.nlp.ling.tokensregex.SequenceMatcherJavaNlp
SequenceMatcher .FindTypeType of search to perform FIND_NONOVERLAPPING - Find nonoverlapping matches (default)FIND_ALL - Find all potential matchesClassedu.stanford.nlp.ling.tokensregex.SequenceMatcherJavaNlp
SequenceMatcher .GroupMatchReplacementClassedu.stanford.nlp.ling.tokensregex.SequenceMatcherJavaNlp
SequenceMatcher .MatchReplacementInterfaceedu.stanford.nlp.ling.tokensregex.SequenceMatcherJavaNlp
SequenceMatcher .NamedGroupMatchReplacementClassedu.stanford.nlp.ling.tokensregex.SequenceMatcherJavaNlp
SequenceMatchResultThe result of a match against a sequence.Interfaceedu.stanford.nlp.ling.tokensregexJavaNlp
SequenceMatchResult .GroupToIntervalFuncClassedu.stanford.nlp.ling.tokensregex.SequenceMatchResultJavaNlp
SequenceMatchResult .MatchedGroupInfoClassedu.stanford.nlp.ling.tokensregex.SequenceMatchResultJavaNlp
SequenceMatchRulesRules for matching sequences using regular expressions There are 2 types of rules:Classedu.stanford.nlp.ling.tokensregexJavaNlp
SequenceMatchRules .AnnotationExtractRuleRule that specifies how to extract sequence of MatchedExpression from an annotation (CoreMap).Classedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .AnnotationExtractRuleCreatorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .AnnotationMatchedFilterClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .AssignmentRuleClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .BasicSequenceExtractRuleClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .CompositeExtractRuleCreatorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .CoreMapExtractRuleExtraction rule to apply a extraction rule on a particular CoreMap field Input is of type CoreMap, output is templated type O.Classedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .CoreMapFunctionApplierClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .CoreMapToListExtractRuleExtraction rule that treats a single CoreMap as a list/sequence of CoreMaps (convenience class, for use with BasicSequenceExtractRule)Classedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .CoreMapToListFunctionApplierClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .ExtractRuleInterfaceedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .FilterExtractRuleClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .ListExtractRuleExtraction rule that applies a list of rules in sequence and aggregates all matches foundClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .MultiSequencePatternExtractRuleClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .MultiTokenPatternExtractRuleCreatorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .RuleInterfaceedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .SequenceMatchedExpressionExtractorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .SequenceMatchResultExtractorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .SequencePatternExtractRuleClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .StringMatchedExpressionExtractorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .StringMatchResultExtractorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .StringPatternExtractRuleClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .TextPatternExtractRuleCreatorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequenceMatchRules .TokenPatternExtractRuleCreatorClassedu.stanford.nlp.ling.tokensregex.SequenceMatchRulesJavaNlp
SequencePatternGeneric Sequence Pattern for regular expressions.Classedu.stanford.nlp.ling.tokensregexJavaNlp
SequencePattern .AndPatternExprClassedu.stanford.nlp.ling.tokensregex.SequencePatternJavaNlp
SequencePattern .BackRefPatternExprClassedu.stanford.nlp.ling.tokensregex.SequencePatternJavaNlp
SequencePattern .GroupPatternExprExpression that represents a group.Classedu.stanford.nlp.ling.tokensregex.SequencePatternJavaNlp
SequencePattern .MultiNodePatternExprRepresents a pattern that can match multiple nodes.Classedu.stanford.nlp.ling.tokensregex.SequencePatternJavaNlp
SequencePattern .NodePatternExprRepresents one element to be matched.Classedu.stanford.nlp.ling.tokensregex.SequencePatternJavaNlp
SequencePattern .NodesMatchCheckerInterfaceedu.stanford.nlp.ling.tokensregex.SequencePatternJavaNlp
SequencePattern .OrPatternExprExpression that represents a disjunction.Classedu.stanford.nlp.ling.tokensregex.SequencePatternJavaNlp
SequencePattern .ParserInterfaceedu.stanford.nlp.ling.tokensregex.SequencePatternJavaNlp
SequencePattern .PatternExprRepresents a sequence pattern expressions (before translating into NFA).Classedu.stanford.nlp.ling.tokensregex.SequencePatternJavaNlp
SequencePattern .RepeatPatternExprExpression that represents a pattern that repeats for a number of times.Classedu.stanford.nlp.ling.tokensregex.SequencePatternJavaNlp
SequencePattern .SequenceEndPatternExprClassedu.stanford.nlp.ling.tokensregex.SequencePatternJavaNlp
SequencePattern .SequencePatternExprClassedu.stanford.nlp.ling.tokensregex.SequencePatternJavaNlp
SequencePattern .SequenceStartPatternExprClassedu.stanford.nlp.ling.tokensregex.SequencePatternJavaNlp
SequencePattern .SpecialNodePatternExprRepresents one element to be matched.Classedu.stanford.nlp.ling.tokensregex.SequencePatternJavaNlp
SequencePattern .ValuePatternExprClassedu.stanford.nlp.ling.tokensregex.SequencePatternJavaNlp
TagsTags that can be added to values or annotationsSee Also:Serialized FormClassedu.stanford.nlp.ling.tokensregex.typesJavaNlp
Tags .TagsAnnotationClassedu.stanford.nlp.ling.tokensregex.types.TagsJavaNlp
TokenSequenceMatcherClassedu.stanford.nlp.ling.tokensregexJavaNlp
TokenSequenceParseExceptionCreated by sonalg on 2/5/15.Classedu.stanford.nlp.ling.tokensregex.parserJavaNlp
TokenSequenceParserClassedu.stanford.nlp.ling.tokensregex.parserJavaNlp
TokenSequencePatternToken Sequence Pattern for regular expressions over sequences of tokens (each represented as a CoreMap).Classedu.stanford.nlp.ling.tokensregexJavaNlp
TrieMapMap that takes a iterable as key, and maps it to an value.Classedu.stanford.nlp.ling.tokensregex.matcherJavaNlp
TrieMapMatcherThe TrieMapMatcher provides functions to match against a trie.Classedu.stanford.nlp.ling.tokensregex.matcherJavaNlp
ValueAn expression that has been evaluated to a Java object of type T.Interfaceedu.stanford.nlp.ling.tokensregex.typesJavaNlp
ValueFunctionA function that takes as input an environment (Env) and a list of values (List) and returns a Value.Interfaceedu.stanford.nlp.ling.tokensregex.typesJavaNlp
ValueFunctionsValueFunctions supported by tokensregex.Classedu.stanford.nlp.ling.tokensregex.typesJavaNlp
ValueFunctions .BooleanFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .ComparableComparatorClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .CompareFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .CompareTypeReturns the enum constant of this type with the specified name.Classedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .NamedValueFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .NumericComparatorClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .NumericFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .ParamInfoClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .StringFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp
ValueFunctions .TypeCheckedFunctionClassedu.stanford.nlp.ling.tokensregex.types.ValueFunctionsJavaNlp