public abstract class DataInstance extends Object implements Serializable
| Constructor and Description |
|---|
DataInstance() |
| Modifier and Type | Method and Description |
|---|---|
static DataInstance |
getNewInstance(PatternFactory.PatternType type,
CoreMap s) |
static DataInstance |
getNewSurfaceInstance(List<CoreLabel> tokens) |
abstract List<CoreLabel> |
getTokens() |
public static DataInstance getNewSurfaceInstance(List<CoreLabel> tokens)
public static DataInstance getNewInstance(PatternFactory.PatternType type, CoreMap s)