| Name | Description | Type | Package | Framework |
| ApproxMatch | | Class | edu.stanford.nlp.ling.tokensregex.matcher | Stanford Parser |
|
| AssignableExpression | This interface represents an expression that can be assigned to. | Interface | edu.stanford.nlp.ling.tokensregex.types | Stanford Parser |
|
| BasicSequenceMatchResult | | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| BasicSequenceMatchResult .MatchedGroup | | Class | edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult | Stanford Parser |
|
| BoundedCostOrderedMap | Map that is sorted by cost - keep lowest scores When deciding what item to keep with the same cost, ties are arbitrarily broken | Class | edu.stanford.nlp.ling.tokensregex.matcher | Stanford Parser |
|
| ComplexNodePattern | Pattern for matching a complex data structureAuthor:Angel ChangSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| ComplexNodePattern .AbstractStringAnnotationPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | Stanford Parser |
|
| ComplexNodePattern .AttributesEqualMatchChecker | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | Stanford Parser |
|
| ComplexNodePattern .IntegerAnnotationPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | Stanford Parser |
|
| ComplexNodePattern .NilAnnotationPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | Stanford Parser |
|
| ComplexNodePattern .NotNilAnnotationPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | Stanford Parser |
|
| ComplexNodePattern .NumericAnnotationPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | Stanford Parser |
|
| ComplexNodePattern .SequenceRegexPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | Stanford Parser |
|
| ComplexNodePattern .StringAnnotationPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | Stanford Parser |
|
| ComplexNodePattern .StringAnnotationRegexPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | Stanford Parser |
|
| ComplexNodePattern .StringInSetAnnotationPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | Stanford Parser |
|
| CoreMapExpressionExtractor | Represents a list of assignment and extraction rules over sequence patterns. | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| CoreMapExpressionExtractor .Stage | Describes one stage of extraction. | Class | edu.stanford.nlp.ling.tokensregex.CoreMapExpressionExtractor | Stanford Parser |
|
| CoreMapExpressionNodePattern | Pattern for matching a CoreMap using a generic expressionAuthor:Angel ChangSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| CoreMapNodePattern | Pattern for matching a CoreMapAuthor:Angel ChangSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| CoreMapNodePattern .AttributesEqualMatchChecker | | Class | edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern | Stanford Parser |
|
| CoreMapNodePatternTrigger | Trigger for CoreMap Node Patterns. | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| CoreMapSequenceMatchAction | | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| CoreMapSequenceMatchAction .AnnotateAction | | Class | edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatchAction | Stanford Parser |
|
| CoreMapSequenceMatchAction .MergeAction | | Class | edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatchAction | Stanford Parser |
|
| CoreMapSequenceMatcher | | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| CoreMapSequenceMatcher .BasicCoreMapSequenceMatcher | | Class | edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatcher | Stanford Parser |
|
| Env | Holds environment variables to be used for compiling string into a pattern. | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| Env .Binder | | Interface | edu.stanford.nlp.ling.tokensregex.Env | Stanford Parser |
|
| EnvLookup | Provides lookup functions using an Env | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| ExactMatchCost | | Class | edu.stanford.nlp.ling.tokensregex.matcher | Stanford Parser |
|
| Expression | This interface represents an expression that can be evaluated to obtain a value. | Interface | edu.stanford.nlp.ling.tokensregex.types | Stanford Parser |
|
| Expressions | Various implementations of the Expression interface, which is used for specifying an "action" or "result" in TokensRegex extraction rules. | Class | edu.stanford.nlp.ling.tokensregex.types | Stanford Parser |
|
| Expressions .AndExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .AssignableFunctionCallExpression | A function call that can be assigned a value. | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .CaseExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .CompositeValue | A composite value with field names and values for each fieldSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .ConditionalExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .FieldExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .FunctionCallExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .IfExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .IndexedExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .ListExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .MethodCallExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .NotExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .OrExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .PrimitiveValue | Primitive value that is directly represented by a Java object of type TSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .RegexMatchResultVarExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .RegexMatchVarExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .RegexValue | A string that represents a regular expressionSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .SimpleCachedExpression | A simple implementation of an expression that is represented by a java object of type T and which also has a cached Value stored with it | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .SimpleExpression | A simple implementation of an expression that is represented by a java object of type TSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .SimpleValue | Simple implementation of Value backed by a java object of type TSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .TypedExpression | An expression with a typename and tags. | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .VarAssignmentExpression | A variable assignment with the name of the variable, and the expression to assign to that variableSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .VarExpression | A variable, which can be assigned any expression. | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Expressions .WrappedExpression | An expression that is a wrapper around another expression. | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | Stanford Parser |
|
| Match | | Class | edu.stanford.nlp.ling.tokensregex.matcher | Stanford Parser |
|
| MatchCostFunction | | Interface | edu.stanford.nlp.ling.tokensregex.matcher | Stanford Parser |
|
| MatchCostFunction .AbstractMatchCostFunction | | Class | edu.stanford.nlp.ling.tokensregex.matcher.MatchCostFunction | Stanford Parser |
|
| MatchedExpression | Matched Expression represents a chunk of text that was matched from an original segment of text). | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| MatchedExpression .SingleAnnotationExtractor | Function that takes a CoreMap, applies a extraction function to it, to get a value Also contains information on how to construct a final annotation. | Class | edu.stanford.nlp.ling.tokensregex.MatchedExpression | Stanford Parser |
|
| MultiCoreMapNodePattern | Pattern for matching across multiple core maps. | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| MultiCoreMapNodePattern .StringSequenceAnnotationPattern | | Class | edu.stanford.nlp.ling.tokensregex.MultiCoreMapNodePattern | Stanford Parser |
|
| MultiMatch | | Class | edu.stanford.nlp.ling.tokensregex.matcher | Stanford Parser |
|
| MultiNodePattern | Matches potentially multiple node (i. | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| MultiNodePattern .IntersectMultiNodePattern | | Class | edu.stanford.nlp.ling.tokensregex.MultiNodePattern | Stanford Parser |
|
| MultiNodePattern .UnionMultiNodePattern | | Class | edu.stanford.nlp.ling.tokensregex.MultiNodePattern | Stanford Parser |
|
| MultiPatternMatcher | | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| MultiPatternMatcher .BasicSequencePatternTrigger | Simple SequencePatternTrigger that looks at each node, and identifies which patterns may potentially match each node, and then aggregates (union) | Class | edu.stanford.nlp.ling.tokensregex.MultiPatternMatcher | Stanford Parser |
|
| MultiPatternMatcher .NodePatternTrigger | A function which returns a collections of patterns that may match when given a single node from a larger sequence. | Interface | edu.stanford.nlp.ling.tokensregex.MultiPatternMatcher | Stanford Parser |
|
| MultiPatternMatcher .SequencePatternTrigger | A function which returns a collections of patterns that may match when a sequence of nodes. | Interface | edu.stanford.nlp.ling.tokensregex.MultiPatternMatcher | Stanford Parser |
|
| MultiWordStringMatcher | | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| MultiWordStringMatcher .LongestStringComparator | | Class | edu.stanford.nlp.ling.tokensregex.MultiWordStringMatcher | Stanford Parser |
|
| MultiWordStringMatcher .MatchType | if matchType is EXCT: match exact string if matchType is EXCTWS: match exact string, except whitespace can match multiple whitespaces | Class | edu.stanford.nlp.ling.tokensregex.MultiWordStringMatcher | Stanford Parser |
|
| NodePattern | Matches a Node (i. | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| NodePattern .AnyNodePattern | | Class | edu.stanford.nlp.ling.tokensregex.NodePattern | Stanford Parser |
|
| NodePattern .ConjNodePattern | Given a list of patterns p1,. | Class | edu.stanford.nlp.ling.tokensregex.NodePattern | Stanford Parser |
|
| NodePattern .DisjNodePattern | Given a list of patterns p1,. | Class | edu.stanford.nlp.ling.tokensregex.NodePattern | Stanford Parser |
|
| NodePattern .EqualsNodePattern | Matches a constant value of type T using equals()See Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.NodePattern | Stanford Parser |
|
| NodePattern .NegateNodePattern | Given a node pattern p, a node x matches if p does not match xSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.NodePattern | Stanford Parser |
|
| NodePatternTransformer | | Interface | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| ParseException | This exception is thrown when parse errors are encountered. | Class | edu.stanford.nlp.ling.tokensregex.parser | Stanford Parser |
|
| PhraseTable | Table used to lookup multi-word phrases. | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| PhraseTable .Phrase | | Class | edu.stanford.nlp.ling.tokensregex.PhraseTable | Stanford Parser |
|
| PhraseTable .PhraseMatch | | Class | edu.stanford.nlp.ling.tokensregex.PhraseTable | Stanford Parser |
|
| PhraseTable .PhraseStringCollection | | Class | edu.stanford.nlp.ling.tokensregex.PhraseTable | Stanford Parser |
|
| PhraseTable .StringList | | Class | edu.stanford.nlp.ling.tokensregex.PhraseTable | Stanford Parser |
|
| PhraseTable .TokenList | | Class | edu.stanford.nlp.ling.tokensregex.PhraseTable | Stanford Parser |
|
| SequenceMatchAction | | Interface | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| SequenceMatchAction .BoundAction | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchAction | Stanford Parser |
|
| SequenceMatchAction .BranchAction | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchAction | Stanford Parser |
|
| SequenceMatchAction .NextMatchAction | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchAction | Stanford Parser |
|
| SequenceMatchAction .SeriesAction | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchAction | Stanford Parser |
|
| SequenceMatchAction .StartMatchAction | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchAction | Stanford Parser |
|
| SequenceMatcher | A generic sequence matcher. | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| SequenceMatcher .BasicMatchReplacement | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatcher | Stanford Parser |
|
| SequenceMatcher .FindType | Type of search to perform FIND_NONOVERLAPPING - Find nonoverlapping matches (default)FIND_ALL - Find all potential matches | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatcher | Stanford Parser |
|
| SequenceMatcher .GroupMatchReplacement | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatcher | Stanford Parser |
|
| SequenceMatcher .MatchReplacement | | Interface | edu.stanford.nlp.ling.tokensregex.SequenceMatcher | Stanford Parser |
|
| SequenceMatcher .NamedGroupMatchReplacement | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatcher | Stanford Parser |
|
| SequenceMatchResult | The result of a match against a sequence. | Interface | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| SequenceMatchResult .GroupToIntervalFunc | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchResult | Stanford Parser |
|
| SequenceMatchResult .MatchedGroupInfo | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchResult | Stanford Parser |
|
| SequenceMatchRules | Rules for matching sequences using regular expressions There are 2 types of rules: | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| SequenceMatchRules .AnnotationExtractRule | Rule that specifies how to extract sequence of MatchedExpression from an annotation (CoreMap). | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .AnnotationExtractRuleCreator | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .AnnotationMatchedFilter | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .AssignmentRule | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .BasicSequenceExtractRule | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .CompositeExtractRuleCreator | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .CoreMapExtractRule | Extraction rule to apply a extraction rule on a particular CoreMap field Input is of type CoreMap, output is templated type O. | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .CoreMapFunctionApplier | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .CoreMapToListExtractRule | Extraction rule that treats a single CoreMap as a list/sequence of CoreMaps (convenience class, for use with BasicSequenceExtractRule) | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .CoreMapToListFunctionApplier | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .ExtractRule | | Interface | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .FilterExtractRule | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .ListExtractRule | Extraction rule that applies a list of rules in sequence and aggregates all matches found | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .MultiSequencePatternExtractRule | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .MultiTokenPatternExtractRuleCreator | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .SequenceMatchedExpressionExtractor | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .SequenceMatchResultExtractor | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .SequencePatternExtractRule | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .StringMatchedExpressionExtractor | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .StringMatchResultExtractor | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .StringPatternExtractRule | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .TextPatternExtractRuleCreator | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequenceMatchRules .TokenPatternExtractRuleCreator | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | Stanford Parser |
|
| SequencePattern | Generic Sequence Pattern for regular expressions. | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| SequencePattern .AndPatternExpr | | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | Stanford Parser |
|
| SequencePattern .BackRefPatternExpr | | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | Stanford Parser |
|
| SequencePattern .GroupPatternExpr | Expression that represents a group. | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | Stanford Parser |
|
| SequencePattern .MultiNodePatternExpr | Represents a pattern that can match multiple nodes. | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | Stanford Parser |
|
| SequencePattern .NodePatternExpr | Represents one element to be matched. | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | Stanford Parser |
|
| SequencePattern .NodesMatchChecker | | Interface | edu.stanford.nlp.ling.tokensregex.SequencePattern | Stanford Parser |
|
| SequencePattern .OrPatternExpr | Expression that represents a disjunction. | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | Stanford Parser |
|
| SequencePattern .Parser | | Interface | edu.stanford.nlp.ling.tokensregex.SequencePattern | Stanford Parser |
|
| SequencePattern .PatternExpr | Represents a sequence pattern expressions (before translating into NFA). | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | Stanford Parser |
|
| SequencePattern .RepeatPatternExpr | Expression that represents a pattern that repeats for a number of times. | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | Stanford Parser |
|
| SequencePattern .SequenceEndPatternExpr | | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | Stanford Parser |
|
| SequencePattern .SequencePatternExpr | | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | Stanford Parser |
|
| SequencePattern .SequenceStartPatternExpr | | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | Stanford Parser |
|
| SequencePattern .SpecialNodePatternExpr | Represents one element to be matched. | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | Stanford Parser |
|
| SequencePattern .ValuePatternExpr | | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | Stanford Parser |
|
| Tags | Tags that can be added to values or annotationsSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.types | Stanford Parser |
|
| Tags .TagsAnnotation | | Class | edu.stanford.nlp.ling.tokensregex.types.Tags | Stanford Parser |
|
| TokenSequenceMatcher | | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| TokenSequenceParseException | Created by sonalg on 2/5/15. | Class | edu.stanford.nlp.ling.tokensregex.parser | Stanford Parser |
|
| TokenSequenceParser | | Class | edu.stanford.nlp.ling.tokensregex.parser | Stanford Parser |
|
| TokenSequencePattern | Token Sequence Pattern for regular expressions over sequences of tokens (each represented as a CoreMap). | Class | edu.stanford.nlp.ling.tokensregex | Stanford Parser |
|
| TrieMap | Map that takes a iterable as key, and maps it to an value. | Class | edu.stanford.nlp.ling.tokensregex.matcher | Stanford Parser |
|
| TrieMapMatcher | The TrieMapMatcher provides functions to match against a trie. | Class | edu.stanford.nlp.ling.tokensregex.matcher | Stanford Parser |
|
| Value | An expression that has been evaluated to a Java object of type T. | Interface | edu.stanford.nlp.ling.tokensregex.types | Stanford Parser |
|
| ValueFunction | A function that takes as input an environment (Env) and a list of values (List) and returns a Value. | Interface | edu.stanford.nlp.ling.tokensregex.types | Stanford Parser |
|
| ValueFunctions | ValueFunctions supported by tokensregex. | Class | edu.stanford.nlp.ling.tokensregex.types | Stanford Parser |
|
| ValueFunctions .BooleanFunction | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | Stanford Parser |
|
| ValueFunctions .ComparableComparator | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | Stanford Parser |
|
| ValueFunctions .CompareFunction | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | Stanford Parser |
|
| ValueFunctions .CompareType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | Stanford Parser |
|
| ValueFunctions .NamedValueFunction | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | Stanford Parser |
|
| ValueFunctions .NumericComparator | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | Stanford Parser |
|
| ValueFunctions .NumericFunction | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | Stanford Parser |
|
| ValueFunctions .ParamInfo | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | Stanford Parser |
|
| ValueFunctions .StringFunction | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | Stanford Parser |
|
| ValueFunctions .TypeCheckedFunction | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | Stanford Parser |
|
| ApproxMatch | | Class | edu.stanford.nlp.ling.tokensregex.matcher | JavaNlp |
|
| AssignableExpression | This interface represents an expression that can be assigned to. | Interface | edu.stanford.nlp.ling.tokensregex.types | JavaNlp |
|
| BasicSequenceMatchResult | | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| BasicSequenceMatchResult .MatchedGroup | | Class | edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult | JavaNlp |
|
| BoundedCostOrderedMap | Map that is sorted by cost - keep lowest scores When deciding what item to keep with the same cost, ties are arbitrarily broken | Class | edu.stanford.nlp.ling.tokensregex.matcher | JavaNlp |
|
| ComplexNodePattern | Pattern for matching a complex data structureAuthor:Angel ChangSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| ComplexNodePattern .AbstractStringAnnotationPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | JavaNlp |
|
| ComplexNodePattern .AttributesEqualMatchChecker | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | JavaNlp |
|
| ComplexNodePattern .IntegerAnnotationPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | JavaNlp |
|
| ComplexNodePattern .NilAnnotationPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | JavaNlp |
|
| ComplexNodePattern .NotNilAnnotationPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | JavaNlp |
|
| ComplexNodePattern .NumericAnnotationPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | JavaNlp |
|
| ComplexNodePattern .SequenceRegexPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | JavaNlp |
|
| ComplexNodePattern .StringAnnotationPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | JavaNlp |
|
| ComplexNodePattern .StringAnnotationRegexPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | JavaNlp |
|
| ComplexNodePattern .StringInSetAnnotationPattern | | Class | edu.stanford.nlp.ling.tokensregex.ComplexNodePattern | JavaNlp |
|
| CoreMapExpressionExtractor | Represents a list of assignment and extraction rules over sequence patterns. | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| CoreMapExpressionExtractor .Stage | Describes one stage of extraction. | Class | edu.stanford.nlp.ling.tokensregex.CoreMapExpressionExtractor | JavaNlp |
|
| CoreMapExpressionNodePattern | Pattern for matching a CoreMap using a generic expressionAuthor:Angel ChangSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| CoreMapNodePattern | Pattern for matching a CoreMapAuthor:Angel ChangSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| CoreMapNodePattern .AttributesEqualMatchChecker | | Class | edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern | JavaNlp |
|
| CoreMapNodePatternTrigger | Trigger for CoreMap Node Patterns. | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| CoreMapSequenceMatchAction | | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| CoreMapSequenceMatchAction .AnnotateAction | | Class | edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatchAction | JavaNlp |
|
| CoreMapSequenceMatchAction .MergeAction | | Class | edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatchAction | JavaNlp |
|
| CoreMapSequenceMatcher | | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| CoreMapSequenceMatcher .BasicCoreMapSequenceMatcher | | Class | edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatcher | JavaNlp |
|
| Env | Holds environment variables to be used for compiling string into a pattern. | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| Env .Binder | | Interface | edu.stanford.nlp.ling.tokensregex.Env | JavaNlp |
|
| EnvLookup | Provides lookup functions using an Env | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| ExactMatchCost | | Class | edu.stanford.nlp.ling.tokensregex.matcher | JavaNlp |
|
| Expression | This interface represents an expression that can be evaluated to obtain a value. | Interface | edu.stanford.nlp.ling.tokensregex.types | JavaNlp |
|
| Expressions | Various implementations of the Expression interface, which is used for specifying an "action" or "result" in TokensRegex extraction rules. | Class | edu.stanford.nlp.ling.tokensregex.types | JavaNlp |
|
| Expressions .AndExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .AssignableFunctionCallExpression | A function call that can be assigned a value. | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .CaseExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .CompositeValue | A composite value with field names and values for each fieldSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .ConditionalExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .FieldExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .FunctionCallExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .IfExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .IndexedExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .ListExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .MethodCallExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .NotExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .OrExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .PrimitiveValue | Primitive value that is directly represented by a Java object of type TSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .RegexMatchResultVarExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .RegexMatchVarExpression | | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .RegexValue | A string that represents a regular expressionSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .SimpleCachedExpression | A simple implementation of an expression that is represented by a java object of type T and which also has a cached Value stored with it | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .SimpleExpression | A simple implementation of an expression that is represented by a java object of type TSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .SimpleValue | Simple implementation of Value backed by a java object of type TSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .TypedExpression | An expression with a typename and tags. | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .VarAssignmentExpression | A variable assignment with the name of the variable, and the expression to assign to that variableSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .VarExpression | A variable, which can be assigned any expression. | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Expressions .WrappedExpression | An expression that is a wrapper around another expression. | Class | edu.stanford.nlp.ling.tokensregex.types.Expressions | JavaNlp |
|
| Match | | Class | edu.stanford.nlp.ling.tokensregex.matcher | JavaNlp |
|
| MatchCostFunction | | Interface | edu.stanford.nlp.ling.tokensregex.matcher | JavaNlp |
|
| MatchCostFunction .AbstractMatchCostFunction | | Class | edu.stanford.nlp.ling.tokensregex.matcher.MatchCostFunction | JavaNlp |
|
| MatchedExpression | Matched Expression represents a chunk of text that was matched from an original segment of text). | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| MatchedExpression .SingleAnnotationExtractor | Function that takes a CoreMap, applies a extraction function to it, to get a value Also contains information on how to construct a final annotation. | Class | edu.stanford.nlp.ling.tokensregex.MatchedExpression | JavaNlp |
|
| MultiCoreMapNodePattern | Pattern for matching across multiple core maps. | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| MultiCoreMapNodePattern .StringSequenceAnnotationPattern | | Class | edu.stanford.nlp.ling.tokensregex.MultiCoreMapNodePattern | JavaNlp |
|
| MultiMatch | | Class | edu.stanford.nlp.ling.tokensregex.matcher | JavaNlp |
|
| MultiNodePattern | Matches potentially multiple node (i. | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| MultiNodePattern .IntersectMultiNodePattern | | Class | edu.stanford.nlp.ling.tokensregex.MultiNodePattern | JavaNlp |
|
| MultiNodePattern .UnionMultiNodePattern | | Class | edu.stanford.nlp.ling.tokensregex.MultiNodePattern | JavaNlp |
|
| MultiPatternMatcher | | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| MultiPatternMatcher .BasicSequencePatternTrigger | Simple SequencePatternTrigger that looks at each node, and identifies which patterns may potentially match each node, and then aggregates (union) | Class | edu.stanford.nlp.ling.tokensregex.MultiPatternMatcher | JavaNlp |
|
| MultiPatternMatcher .NodePatternTrigger | A function which returns a collections of patterns that may match when given a single node from a larger sequence. | Interface | edu.stanford.nlp.ling.tokensregex.MultiPatternMatcher | JavaNlp |
|
| MultiPatternMatcher .SequencePatternTrigger | A function which returns a collections of patterns that may match when a sequence of nodes. | Interface | edu.stanford.nlp.ling.tokensregex.MultiPatternMatcher | JavaNlp |
|
| MultiWordStringMatcher | | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| MultiWordStringMatcher .LongestStringComparator | | Class | edu.stanford.nlp.ling.tokensregex.MultiWordStringMatcher | JavaNlp |
|
| MultiWordStringMatcher .MatchType | if matchType is EXCT: match exact string if matchType is EXCTWS: match exact string, except whitespace can match multiple whitespaces | Class | edu.stanford.nlp.ling.tokensregex.MultiWordStringMatcher | JavaNlp |
|
| NodePattern | Matches a Node (i. | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| NodePattern .AnyNodePattern | | Class | edu.stanford.nlp.ling.tokensregex.NodePattern | JavaNlp |
|
| NodePattern .ConjNodePattern | Given a list of patterns p1,. | Class | edu.stanford.nlp.ling.tokensregex.NodePattern | JavaNlp |
|
| NodePattern .DisjNodePattern | Given a list of patterns p1,. | Class | edu.stanford.nlp.ling.tokensregex.NodePattern | JavaNlp |
|
| NodePattern .EqualsNodePattern | Matches a constant value of type T using equals()See Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.NodePattern | JavaNlp |
|
| NodePattern .NegateNodePattern | Given a node pattern p, a node x matches if p does not match xSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.NodePattern | JavaNlp |
|
| NodePatternTransformer | | Interface | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| ParseException | This exception is thrown when parse errors are encountered. | Class | edu.stanford.nlp.ling.tokensregex.parser | JavaNlp |
|
| PhraseTable | Table used to lookup multi-word phrases. | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| PhraseTable .Phrase | | Class | edu.stanford.nlp.ling.tokensregex.PhraseTable | JavaNlp |
|
| PhraseTable .PhraseMatch | | Class | edu.stanford.nlp.ling.tokensregex.PhraseTable | JavaNlp |
|
| PhraseTable .PhraseStringCollection | | Class | edu.stanford.nlp.ling.tokensregex.PhraseTable | JavaNlp |
|
| PhraseTable .StringList | | Class | edu.stanford.nlp.ling.tokensregex.PhraseTable | JavaNlp |
|
| PhraseTable .TokenList | | Class | edu.stanford.nlp.ling.tokensregex.PhraseTable | JavaNlp |
|
| PhraseTable .WordList | | Interface | edu.stanford.nlp.ling.tokensregex.PhraseTable | JavaNlp |
|
| SequenceMatchAction | | Interface | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| SequenceMatchAction .BoundAction | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchAction | JavaNlp |
|
| SequenceMatchAction .BranchAction | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchAction | JavaNlp |
|
| SequenceMatchAction .NextMatchAction | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchAction | JavaNlp |
|
| SequenceMatchAction .SeriesAction | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchAction | JavaNlp |
|
| SequenceMatchAction .StartMatchAction | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchAction | JavaNlp |
|
| SequenceMatcher | A generic sequence matcher. | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| SequenceMatcher .BasicMatchReplacement | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatcher | JavaNlp |
|
| SequenceMatcher .FindType | Type of search to perform FIND_NONOVERLAPPING - Find nonoverlapping matches (default)FIND_ALL - Find all potential matches | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatcher | JavaNlp |
|
| SequenceMatcher .GroupMatchReplacement | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatcher | JavaNlp |
|
| SequenceMatcher .MatchReplacement | | Interface | edu.stanford.nlp.ling.tokensregex.SequenceMatcher | JavaNlp |
|
| SequenceMatcher .NamedGroupMatchReplacement | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatcher | JavaNlp |
|
| SequenceMatchResult | The result of a match against a sequence. | Interface | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| SequenceMatchResult .GroupToIntervalFunc | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchResult | JavaNlp |
|
| SequenceMatchResult .MatchedGroupInfo | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchResult | JavaNlp |
|
| SequenceMatchRules | Rules for matching sequences using regular expressions There are 2 types of rules: | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| SequenceMatchRules .AnnotationExtractRule | Rule that specifies how to extract sequence of MatchedExpression from an annotation (CoreMap). | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .AnnotationExtractRuleCreator | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .AnnotationMatchedFilter | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .AssignmentRule | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .BasicSequenceExtractRule | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .CompositeExtractRuleCreator | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .CoreMapExtractRule | Extraction rule to apply a extraction rule on a particular CoreMap field Input is of type CoreMap, output is templated type O. | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .CoreMapFunctionApplier | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .CoreMapToListExtractRule | Extraction rule that treats a single CoreMap as a list/sequence of CoreMaps (convenience class, for use with BasicSequenceExtractRule) | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .CoreMapToListFunctionApplier | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .ExtractRule | | Interface | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .FilterExtractRule | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .ListExtractRule | Extraction rule that applies a list of rules in sequence and aggregates all matches found | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .MultiSequencePatternExtractRule | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .MultiTokenPatternExtractRuleCreator | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .Rule | | Interface | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .SequenceMatchedExpressionExtractor | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .SequenceMatchResultExtractor | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .SequencePatternExtractRule | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .StringMatchedExpressionExtractor | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .StringMatchResultExtractor | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .StringPatternExtractRule | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .TextPatternExtractRuleCreator | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequenceMatchRules .TokenPatternExtractRuleCreator | | Class | edu.stanford.nlp.ling.tokensregex.SequenceMatchRules | JavaNlp |
|
| SequencePattern | Generic Sequence Pattern for regular expressions. | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| SequencePattern .AndPatternExpr | | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | JavaNlp |
|
| SequencePattern .BackRefPatternExpr | | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | JavaNlp |
|
| SequencePattern .GroupPatternExpr | Expression that represents a group. | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | JavaNlp |
|
| SequencePattern .MultiNodePatternExpr | Represents a pattern that can match multiple nodes. | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | JavaNlp |
|
| SequencePattern .NodePatternExpr | Represents one element to be matched. | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | JavaNlp |
|
| SequencePattern .NodesMatchChecker | | Interface | edu.stanford.nlp.ling.tokensregex.SequencePattern | JavaNlp |
|
| SequencePattern .OrPatternExpr | Expression that represents a disjunction. | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | JavaNlp |
|
| SequencePattern .Parser | | Interface | edu.stanford.nlp.ling.tokensregex.SequencePattern | JavaNlp |
|
| SequencePattern .PatternExpr | Represents a sequence pattern expressions (before translating into NFA). | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | JavaNlp |
|
| SequencePattern .RepeatPatternExpr | Expression that represents a pattern that repeats for a number of times. | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | JavaNlp |
|
| SequencePattern .SequenceEndPatternExpr | | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | JavaNlp |
|
| SequencePattern .SequencePatternExpr | | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | JavaNlp |
|
| SequencePattern .SequenceStartPatternExpr | | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | JavaNlp |
|
| SequencePattern .SpecialNodePatternExpr | Represents one element to be matched. | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | JavaNlp |
|
| SequencePattern .ValuePatternExpr | | Class | edu.stanford.nlp.ling.tokensregex.SequencePattern | JavaNlp |
|
| Tags | Tags that can be added to values or annotationsSee Also:Serialized Form | Class | edu.stanford.nlp.ling.tokensregex.types | JavaNlp |
|
| Tags .TagsAnnotation | | Class | edu.stanford.nlp.ling.tokensregex.types.Tags | JavaNlp |
|
| TokenSequenceMatcher | | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| TokenSequenceParseException | Created by sonalg on 2/5/15. | Class | edu.stanford.nlp.ling.tokensregex.parser | JavaNlp |
|
| TokenSequenceParser | | Class | edu.stanford.nlp.ling.tokensregex.parser | JavaNlp |
|
| TokenSequencePattern | Token Sequence Pattern for regular expressions over sequences of tokens (each represented as a CoreMap). | Class | edu.stanford.nlp.ling.tokensregex | JavaNlp |
|
| TrieMap | Map that takes a iterable as key, and maps it to an value. | Class | edu.stanford.nlp.ling.tokensregex.matcher | JavaNlp |
|
| TrieMapMatcher | The TrieMapMatcher provides functions to match against a trie. | Class | edu.stanford.nlp.ling.tokensregex.matcher | JavaNlp |
|
| Value | An expression that has been evaluated to a Java object of type T. | Interface | edu.stanford.nlp.ling.tokensregex.types | JavaNlp |
|
| ValueFunction | A function that takes as input an environment (Env) and a list of values (List) and returns a Value. | Interface | edu.stanford.nlp.ling.tokensregex.types | JavaNlp |
|
| ValueFunctions | ValueFunctions supported by tokensregex. | Class | edu.stanford.nlp.ling.tokensregex.types | JavaNlp |
|
| ValueFunctions .BooleanFunction | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | JavaNlp |
|
| ValueFunctions .ComparableComparator | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | JavaNlp |
|
| ValueFunctions .CompareFunction | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | JavaNlp |
|
| ValueFunctions .CompareType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | JavaNlp |
|
| ValueFunctions .NamedValueFunction | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | JavaNlp |
|
| ValueFunctions .NumericComparator | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | JavaNlp |
|
| ValueFunctions .NumericFunction | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | JavaNlp |
|
| ValueFunctions .ParamInfo | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | JavaNlp |
|
| ValueFunctions .StringFunction | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | JavaNlp |
|
| ValueFunctions .TypeCheckedFunction | | Class | edu.stanford.nlp.ling.tokensregex.types.ValueFunctions | JavaNlp |