C G I M N O P S 

C

checkConstraint(SGraph.GRAPH_TRAVERSE_TYPE, String, SRelation, SNode, long) - Method in class org.corpus_tools.peppermodules.PTBModules.PTBExporterMapper
Check constraints: only process this subtree if the current node is a root or if it has an incoming SDominanceRelation If the user has defined the PTBExporterProperties.PROP_NODENAMESPACE, also check that the node is in a layer corresponding to the defined namespace value.
CountInString(String, String) - Method in class org.corpus_tools.peppermodules.PTBModules.PTBImporterMapper
???
createPepperMapper(Identifier) - Method in class org.corpus_tools.peppermodules.PTBModules.PTBExporter
OVERRIDE THIS METHOD FOR CUSTOMIZATION This method creates a customized PepperMapper object and returns it.
createPepperMapper(Identifier) - Method in class org.corpus_tools.peppermodules.PTBModules.PTBImporter
OVERRIDE THIS METHOD FOR CUSTOMIZATION This method creates a customized PepperMapper object and returns it.

G

getCatName() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
 
getCatName() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
 
getHandleSlashTokens() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
 
getHandleSlashTokens() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
 
getImportRelationAnnos() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
 
getImportRelationAnnos() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
 
getNodeNamespace() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
 
getNodeNamespace() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
 
getPosName() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
 
getPosName() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
 
getRelationAnnoName() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
 
getRelationAnnoName() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
 
getRelationAnnoNamespace() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
 
getRelationAnnoNamespace() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
 
getRelationAnnoSeparator() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
 
getRelationAnnoSeparator() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
 
getRelationType() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
 
getRelationType() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
 

I

initialize() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBImporterMapper
 
isReadyToStart() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBExporter
OVERRIDE THIS METHOD FOR CUSTOMIZATION This method is called by the pepper framework after initializing this object and directly before start processing.

M

mapSCorpus() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBImporterMapper
Called by the Pepper framework to map the corpus-structure.
mapSDocument() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBExporterMapper
Called by the Pepper framework to start the mapping for one document-structure.
mapSDocument() - Method in class org.corpus_tools.peppermodules.PTBModules.PTBImporterMapper
Called by the Pepper framework to start the mapping for one document-structure.
mapSentence(String) - Method in class org.corpus_tools.peppermodules.PTBModules.PTBImporterMapper
The main logic to parse the ptb format.

N

nodeLeft(SGraph.GRAPH_TRAVERSE_TYPE, String, SNode, SRelation, SNode, long) - Method in class org.corpus_tools.peppermodules.PTBModules.PTBExporterMapper
 
nodeReached(SGraph.GRAPH_TRAVERSE_TYPE, String, SNode, SRelation, SNode, long) - Method in class org.corpus_tools.peppermodules.PTBModules.PTBExporterMapper
 

O

org.corpus_tools.peppermodules.PTBModules - package org.corpus_tools.peppermodules.PTBModules
 

P

PREFIX - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
 
PREFIX - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
 
PROP_CATNAME - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
Name of category annotation for non-terminal nodes, e.g.
PROP_CATNAME - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
Name of category annotation for PTB non-terminal nodes, e.g.
PROP_EDGEANNONAME - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
Name of PTB dominance relation annotation name, e.g.
PROP_EDGEANNONAME - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
Name of PTB dominance relation annotation name, e.g.
PROP_EDGEANNONAMESPACE - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
Namespace for relation annotations (represented within a node label after a separator), e.g.
PROP_EDGEANNONAMESPACE - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
Namespace for PTB relation annotations (represented within a node label after a separator), e.g.
PROP_EDGEANNOSEPARATOR - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
Separator character for relation labels following node annotation, e.g.
PROP_EDGEANNOSEPARATOR - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
Separator character for relation labels following node annotation, e.g.
PROP_EDGETYPE - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
Name of relation type for dominance relations, e.g.
PROP_EDGETYPE - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
Name of relation type for PTB dominance relations, e.g.
PROP_EXPORTEDGEANNOS - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
Boolean, whether to output relation annotations after a separator.
PROP_HANDLESLASHTOKENS - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
Boolean, whether to create Penn atis-style tokens, which are non bracketed and separate the pos tag with a slash, e.g.: (NP two/CD friends/NNS ).
PROP_HANDLESLASHTOKENS - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
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 ).
PROP_IMPORTEDGEANNOS - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
Boolean, whether to look for relation annotations after a separator.
PROP_NODENAMESPACE - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
Name of namespace for nodes to be exported and their annotations, e.g.
PROP_NODENAMESPACE - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
Name of namespace for PTB nodes and their annotations, e.g.
PROP_POSNAME - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
Name of pos annotation name for tokens, e.g.
PROP_POSNAME - Static variable in class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
Name of pos annotation name for PTB tokens, e.g.
PTBExporter - Class in org.corpus_tools.peppermodules.PTBModules
This exporter transforms a Salt model into the Penn Trebank format (ptb).
PTBExporter() - Constructor for class org.corpus_tools.peppermodules.PTBModules.PTBExporter
OVERRIDE THIS METHOD FOR CUSTOMIZATION A constructor for your module.
PTBExporterMapper - Class in org.corpus_tools.peppermodules.PTBModules
 
PTBExporterMapper() - Constructor for class org.corpus_tools.peppermodules.PTBModules.PTBExporterMapper
 
PTBExporterProperties - Class in org.corpus_tools.peppermodules.PTBModules
 
PTBExporterProperties() - Constructor for class org.corpus_tools.peppermodules.PTBModules.PTBExporterProperties
 
PTBImporter - Class in org.corpus_tools.peppermodules.PTBModules
This importer transforms data in Penn Trebank format (ptb). to a Salt model
PTBImporter() - Constructor for class org.corpus_tools.peppermodules.PTBModules.PTBImporter
OVERRIDE THIS METHOD FOR CUSTOMIZATION A constructor for your module.
PTBImporterMapper - Class in org.corpus_tools.peppermodules.PTBModules
 
PTBImporterMapper() - Constructor for class org.corpus_tools.peppermodules.PTBModules.PTBImporterMapper
 
PTBImporterProperties - Class in org.corpus_tools.peppermodules.PTBModules
 
PTBImporterProperties() - Constructor for class org.corpus_tools.peppermodules.PTBModules.PTBImporterProperties
 

S

stbOutput - Variable in class org.corpus_tools.peppermodules.PTBModules.PTBExporterMapper
 
C G I M N O P S 

Copyright © 2013–2015 Humboldt-Universität zu Berlin. All rights reserved.