public class SemgrexBatchParser
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
VERBOSE |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<SemgrexPattern> |
compileStream(java.io.InputStream is) |
static java.util.List<SemgrexPattern> |
compileStream(java.io.InputStream is,
Env env) |
public static java.util.List<SemgrexPattern> compileStream(java.io.InputStream is) throws java.io.IOException
java.io.IOExceptionpublic static java.util.List<SemgrexPattern> compileStream(java.io.InputStream is, Env env) throws java.io.IOException
java.io.IOException