public class RSTImporterProperties
extends org.corpus_tools.pepper.modules.PepperModuleProperties
RSTImporter.| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX |
static String |
PROP_NODE_KIND_NAME
Name of the property to specify the sName of the
SAnnotation to
which the kind of a node (segment or group) is mapped. |
static String |
PROP_NODE_TYPE_NAME
Name of the property to specify the sName of the SAnnotation to which the
type attribute of a node is mapped.
|
static String |
PROP_RELATION_NAME
Name of the property to specify the sName of the SAnnotation to which the
name attribute of a relation is mapped to
|
static String |
PROP_SEGMENT_SEPARATOR
Name of the property to add a a separator like a blank between the text
of segments, when it is concatenated to the primary text in
STextualDS. |
static String |
PROP_SIMPLE_TOKENIZE
Name of the property to specify the sName of the SAnnotation to which the
name attribute of a relation is mapped to
|
static String |
PROP_TOKENIZE
Special parameter property to determine if the primary data have to be
tokenized.
|
pepperModuleProperties, PREFIX_PEPPER, PREFIX_PEPPER_AFTER, PREFIX_PEPPER_BEFORE, PROP_AFTER_ADD_SLAYER, PROP_AFTER_COPY_RES, PROP_AFTER_REMOVE_ANNOTATIONS, PROP_AFTER_RENAME_ANNOTATIONS, PROP_AFTER_REPORT_CORPUSGRAPH, PROP_AFTER_TOKENIZE, PROP_BEFORE_ADD_SLAYER, PROP_BEFORE_READ_META| Constructor and Description |
|---|
RSTImporterProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNodeKindName()
Returns the Name of the sName od the SAnnotation to which the kind of a
node is mapped to.
|
String |
getNodeTypeName()
Returns the Name of the sName of the SAnnotation to which the type
attribute of a node is mapped to.
|
String |
getRelationName()
Returns the Name of the property to specify the sName of the SAnnotation
to which the name attribute of a relation is mapped to
|
String |
getSegmentSeparator()
Returns the Name of the property to specify the sName of the SAnnotation
to which the name attribute of a relation is mapped to
|
List<Character> |
getSimpleTokenizationSeparators()
Returns a list of separators in case of simple tokenization is used.
|
Boolean |
isToTokenize()
Returns if a tokenization has to be done.
|
addProperties, addProperty, checkProperties, checkProperty, getProperties, getProperty, getPropertyDesctriptions, getPropertyNames, removePropertyValue, setPropertyValue, setPropertyValues, setPropertyValues, stringToCharList, toStringpublic static final String PREFIX
public static final String PROP_TOKENIZE
public static final String PROP_SIMPLE_TOKENIZE
public static final String PROP_NODE_KIND_NAME
SAnnotation to
which the kind of a node (segment or group) is mapped.public static final String PROP_NODE_TYPE_NAME
public static final String PROP_RELATION_NAME
public static final String PROP_SEGMENT_SEPARATOR
STextualDS. For instance the segment text 'Is' of segment1 and
the segment text 'this' of segment2 will be concatenated to an sText
value 'is'SEPARATOR'this'.public Boolean isToTokenize()
public List<Character> getSimpleTokenizationSeparators()
public String getNodeKindName()
public String getNodeTypeName()
public String getRelationName()
public String getSegmentSeparator()
Copyright © 2009–2015 Humboldt-Universität zu Berlin, INRIA. All rights reserved.