public class SlateAllocationReader2 extends java.lang.Object implements AllocationReader
Modifier and Type | Class and Description |
---|---|
static class |
SlateAllocationReader2.SlateXmlHandler |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY_EDGE_FILTER_EXCLUDE_PATTERN |
static java.lang.String |
KEY_EDGE_FILTER_INCLUDE_PATTERN |
static java.lang.String |
KEY_EDGE_FILTER_KEY |
static java.lang.String |
KEY_OVERRIDE_DOCUMENT_ID |
static java.lang.String |
KEY_SPAN_FILTER_EXCLUDE_PATTERN |
static java.lang.String |
KEY_SPAN_FILTER_INCLUDE_PATTERN |
static java.lang.String |
KEY_SPAN_FILTER_KEY |
static java.lang.String |
PROPERTY_SLATE_ANNOTATOR |
static java.lang.String |
PROPERTY_SLATE_ID |
static java.lang.String |
PROPERTY_SLATE_TAG |
Constructor and Description |
---|
SlateAllocationReader2() |
Modifier and Type | Method and Description |
---|---|
void |
init(de.ims.icarus.util.location.Location location,
de.ims.icarus.util.Options options,
DocumentSet documentSet) |
void |
readAllocation(CoreferenceAllocation target) |
public static final java.lang.String KEY_OVERRIDE_DOCUMENT_ID
public static final java.lang.String KEY_SPAN_FILTER_KEY
public static final java.lang.String KEY_SPAN_FILTER_INCLUDE_PATTERN
public static final java.lang.String KEY_SPAN_FILTER_EXCLUDE_PATTERN
public static final java.lang.String KEY_EDGE_FILTER_KEY
public static final java.lang.String KEY_EDGE_FILTER_INCLUDE_PATTERN
public static final java.lang.String KEY_EDGE_FILTER_EXCLUDE_PATTERN
public static final java.lang.String PROPERTY_SLATE_ID
public static final java.lang.String PROPERTY_SLATE_ANNOTATOR
public static final java.lang.String PROPERTY_SLATE_TAG
public void init(de.ims.icarus.util.location.Location location, de.ims.icarus.util.Options options, DocumentSet documentSet) throws java.lang.Exception
init
in interface AllocationReader
java.lang.Exception
AllocationReader.init(de.ims.icarus.util.location.Location, de.ims.icarus.util.Options, de.ims.icarus.language.coref.DocumentSet)
public void readAllocation(CoreferenceAllocation target) throws java.lang.Exception
readAllocation
in interface AllocationReader
java.lang.Exception
AllocationReader.readAllocation(de.ims.icarus.language.coref.CoreferenceAllocation)