Java edu.stanford.nlp.ling.tokensregex TokenSequencePattern fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.ling.tokensregex TokenSequencePattern fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.ling.tokensregex TokenSequencePattern.

The text is from its open source code.

Method

TokenSequencePatterncompile(String string)
Compiles a regular expression over tokens into a TokenSequencePattern using the default environment.
TokenSequencePatterncompile(String... strings)
Compiles a sequence of regular expressions into a TokenSequencePattern using the default environment.
TokenSequencePatterncompile(SequencePattern.PatternExpr nodeSequencePattern)
Compiles a PatternExpr into a TokenSequencePattern.