| Name | Description | Type | Package | Framework |
| 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 |
| 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 |