public class FileOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FORM_INDEX |
static java.lang.String |
FST_MORPH_INDEX |
static java.lang.String |
LEMMA_INDEX |
static java.lang.String |
LIMIT |
static java.lang.String |
MORPH_INDEX |
static java.lang.String |
TAG_INDEX |
| Constructor and Description |
|---|
FileOptions(java.lang.String option_string) |
| Modifier and Type | Method and Description |
|---|---|
void |
dieIfPropertyIsEmpty(java.lang.String property) |
java.lang.String |
getFilename() |
int |
getFormIndex() |
java.io.InputStream |
getInputStream() |
int |
getLemmaIndex() |
int |
getLimit() |
int |
getMorphIndex() |
int |
getTagIndex() |
java.util.List<java.lang.Integer> |
getTokenFeatureIndex() |
void |
setMorphIndex(int index) |
void |
setTagIndex(int index) |
public static final java.lang.String FORM_INDEX
public static final java.lang.String LEMMA_INDEX
public static final java.lang.String TAG_INDEX
public static final java.lang.String MORPH_INDEX
public static final java.lang.String LIMIT
public static final java.lang.String FST_MORPH_INDEX
public java.lang.String getFilename()
public int getLimit()
public int getFormIndex()
public int getTagIndex()
public int getMorphIndex()
public void setTagIndex(int index)
public void setMorphIndex(int index)
public java.io.InputStream getInputStream()
public java.util.List<java.lang.Integer> getTokenFeatureIndex()
public void dieIfPropertyIsEmpty(java.lang.String property)
public int getLemmaIndex()