public class PTBImporterProperties
extends org.corpus_tools.pepper.modules.PepperModuleProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX |
static String |
PROP_CATNAME
Name of category annotation for PTB non-terminal nodes, e.g.
|
static String |
PROP_EDGEANNONAME
Name of PTB dominance relation annotation name, e.g.
|
static String |
PROP_EDGEANNONAMESPACE
Namespace for PTB relation annotations (represented within a node label
after a separator), e.g.
|
static String |
PROP_EDGEANNOSEPARATOR
Separator character for relation labels following node annotation, e.g.
|
static String |
PROP_EDGETYPE
Name of relation type for PTB dominance relations, e.g.
|
static String |
PROP_HANDLESLASHTOKENS
Boolean, whether to handle Penn atis-style tokens, which are non
bracketed and separate the pos tag with a slash, e.g.: (NP two/CD
friends/NNS ).
|
static String |
PROP_IMPORTEDGEANNOS
Boolean, whether to look for relation annotations after a separator.
|
static String |
PROP_NODENAMESPACE
Name of namespace for PTB nodes and their annotations, e.g.
|
static String |
PROP_POSNAME
Name of pos annotation name for PTB tokens, e.g.
|
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 |
|---|
PTBImporterProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatName() |
Boolean |
getHandleSlashTokens() |
Boolean |
getImportRelationAnnos() |
String |
getNodeNamespace() |
String |
getPosName() |
String |
getRelationAnnoName() |
String |
getRelationAnnoNamespace() |
String |
getRelationAnnoSeparator() |
String |
getRelationType() |
addProperties, addProperty, checkProperties, checkProperty, getProperties, getProperty, getPropertyDesctriptions, getPropertyNames, removePropertyValue, setPropertyValue, setPropertyValues, setPropertyValues, stringToCharList, toStringpublic static final String PREFIX
public static final String PROP_NODENAMESPACE
public static final String PROP_POSNAME
public static final String PROP_CATNAME
public static final String PROP_EDGETYPE
public static final String PROP_EDGEANNOSEPARATOR
public static final String PROP_EDGEANNONAMESPACE
public static final String PROP_EDGEANNONAME
public static final String PROP_IMPORTEDGEANNOS
public static final String PROP_HANDLESLASHTOKENS
public String getCatName()
public String getPosName()
public String getRelationType()
public String getRelationAnnoName()
public String getRelationAnnoNamespace()
public String getRelationAnnoSeparator()
public String getNodeNamespace()
public Boolean getImportRelationAnnos()
public Boolean getHandleSlashTokens()
Copyright © 2013–2015 Humboldt-Universität zu Berlin. All rights reserved.