Skip navigation links
A C E F G I M N O P R S V 

A

AbstractNode - Class in org.corpus_tools.peppermodules.rstModules.models
 
AbstractNode() - Constructor for class org.corpus_tools.peppermodules.rstModules.models.AbstractNode
 

C

characters(char[], int, int) - Method in class org.corpus_tools.peppermodules.rstModules.reader.RSTReader
 
createPepperMapper(Identifier) - Method in class org.corpus_tools.peppermodules.rstModules.RSTImporter
Creates a mapper of type RST2SaltMapper.
createRelation(AbstractNode, AbstractNode, String, String) - Method in class org.corpus_tools.peppermodules.rstModules.models.RSTDocument
 

E

endElement(String, String, String) - Method in class org.corpus_tools.peppermodules.rstModules.reader.RSTReader
 

F

FILE_ENDING_RS3 - Static variable in class org.corpus_tools.peppermodules.rstModules.RSTImporter
 

G

getChild() - Method in class org.corpus_tools.peppermodules.rstModules.models.Relation
 
getCurrentRSTDocument() - Method in class org.corpus_tools.peppermodules.rstModules.RST2SaltMapper
 
getGroups() - Method in class org.corpus_tools.peppermodules.rstModules.models.RSTDocument
 
getId() - Method in class org.corpus_tools.peppermodules.rstModules.models.AbstractNode
 
getIncomingRelations(String) - Method in class org.corpus_tools.peppermodules.rstModules.models.RSTDocument
 
getName() - Method in class org.corpus_tools.peppermodules.rstModules.models.Relation
 
getNodeKindName() - Method in class org.corpus_tools.peppermodules.rstModules.RSTImporterProperties
Returns the Name of the sName od the SAnnotation to which the kind of a node is mapped to.
getNodeTypeName() - Method in class org.corpus_tools.peppermodules.rstModules.RSTImporterProperties
Returns the Name of the sName of the SAnnotation to which the type attribute of a node is mapped to.
getOutgoingRelation(String) - Method in class org.corpus_tools.peppermodules.rstModules.models.RSTDocument
 
getOutgoingRelations(String) - Method in class org.corpus_tools.peppermodules.rstModules.models.RSTDocument
 
getParent() - Method in class org.corpus_tools.peppermodules.rstModules.models.Relation
 
getRelationName() - Method in class org.corpus_tools.peppermodules.rstModules.RSTImporterProperties
Returns the Name of the property to specify the sName of the SAnnotation to which the name attribute of a relation is mapped to
getRelations() - Method in class org.corpus_tools.peppermodules.rstModules.models.RSTDocument
 
getRSTDocument() - Method in class org.corpus_tools.peppermodules.rstModules.reader.RSTReader
 
getRstFile() - Method in class org.corpus_tools.peppermodules.rstModules.reader.RSTReader
Returns the file from which the RST Reader actually reads from.
getSegments() - Method in class org.corpus_tools.peppermodules.rstModules.models.RSTDocument
 
getSegmentSeparator() - Method in class org.corpus_tools.peppermodules.rstModules.RSTImporterProperties
Returns the Name of the property to specify the sName of the SAnnotation to which the name attribute of a relation is mapped to
getSignals() - Method in class org.corpus_tools.peppermodules.rstModules.models.RSTDocument
 
getSignalsLayerName() - Method in class org.corpus_tools.peppermodules.rstModules.RSTImporterProperties
 
getSimpleTokenizationSeparators() - Method in class org.corpus_tools.peppermodules.rstModules.RSTImporterProperties
Returns a list of separators in case of simple tokenization is used.
getSource() - Method in class org.corpus_tools.peppermodules.rstModules.models.Signal
 
getSubtype() - Method in class org.corpus_tools.peppermodules.rstModules.models.Signal
 
getText() - Method in class org.corpus_tools.peppermodules.rstModules.models.Segment
 
getTokenIds() - Method in class org.corpus_tools.peppermodules.rstModules.models.Signal
 
getTokenizer() - Method in class org.corpus_tools.peppermodules.rstModules.RST2SaltMapper
Returns the TreeTaggerTokenizer to tokenize an untokenized primary text.
getType() - Method in class org.corpus_tools.peppermodules.rstModules.models.AbstractNode
 
getType() - Method in class org.corpus_tools.peppermodules.rstModules.models.Relation
 
getType() - Method in class org.corpus_tools.peppermodules.rstModules.models.Signal
 
Group - Class in org.corpus_tools.peppermodules.rstModules.models
 
Group() - Constructor for class org.corpus_tools.peppermodules.rstModules.models.Group
 

I

isToTokenize() - Method in class org.corpus_tools.peppermodules.rstModules.RSTImporterProperties
Returns if a tokenization has to be done.

M

mapSDocument() - Method in class org.corpus_tools.peppermodules.rstModules.RST2SaltMapper
OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING.
mapSDocument(RSTDocument) - Method in class org.corpus_tools.peppermodules.rstModules.RST2SaltMapper
Maps the given RSTDocument to th SDocument given at PepperMapperImpl.getDocument().
mapSegmentsWithTokenize(List<Segment>) - Method in class org.corpus_tools.peppermodules.rstModules.RST2SaltMapper
Maps the given Segment to the current STextualDS by adding all textual values of segment after the preceding one.

N

NODE_KIND_GROUP - Static variable in class org.corpus_tools.peppermodules.rstModules.RST2SaltMapper
Name of node kind group.
NODE_KIND_SEGMENT - Static variable in class org.corpus_tools.peppermodules.rstModules.RST2SaltMapper
Name of node kind segment.

O

org.corpus_tools.peppermodules.rstModules - package org.corpus_tools.peppermodules.rstModules
 
org.corpus_tools.peppermodules.rstModules.models - package org.corpus_tools.peppermodules.rstModules.models
 
org.corpus_tools.peppermodules.rstModules.reader - package org.corpus_tools.peppermodules.rstModules.reader
 

P

PREFIX - Static variable in class org.corpus_tools.peppermodules.rstModules.RSTImporterProperties
 
PROP_NODE_KIND_NAME - Static variable in class org.corpus_tools.peppermodules.rstModules.RSTImporterProperties
Name of the property to specify the sName of the SAnnotation to which the kind of a node (segment or group) is mapped.
PROP_NODE_TYPE_NAME - Static variable in class org.corpus_tools.peppermodules.rstModules.RSTImporterProperties
Name of the property to specify the sName of the SAnnotation to which the type attribute of a node is mapped.
PROP_RELATION_NAME - Static variable in class org.corpus_tools.peppermodules.rstModules.RSTImporterProperties
Name of the property to specify the sName of the SAnnotation to which the name attribute of a relation is mapped to
PROP_SEGMENT_SEPARATOR - Static variable in class org.corpus_tools.peppermodules.rstModules.RSTImporterProperties
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.
PROP_SIGNALS_LAYER_NAME - Static variable in class org.corpus_tools.peppermodules.rstModules.RSTImporterProperties
Name of the property to specify the name of the SLayer that contains signals.
PROP_SIMPLE_TOKENIZE - Static variable in class org.corpus_tools.peppermodules.rstModules.RSTImporterProperties
Name of the property to specify the sName of the SAnnotation to which the name attribute of a relation is mapped to
PROP_TOKENIZE - Static variable in class org.corpus_tools.peppermodules.rstModules.RSTImporterProperties
Special parameter property to determine if the primary data have to be tokenized.

R

Relation - Class in org.corpus_tools.peppermodules.rstModules.models
 
Relation() - Constructor for class org.corpus_tools.peppermodules.rstModules.models.Relation
 
RST2SaltMapper - Class in org.corpus_tools.peppermodules.rstModules
Maps a Rst-Document (RSTDocument) to a Salt document (SDocument).
RST2SaltMapper() - Constructor for class org.corpus_tools.peppermodules.rstModules.RST2SaltMapper
Initializes this object.
RSTDocument - Class in org.corpus_tools.peppermodules.rstModules.models
 
RSTDocument() - Constructor for class org.corpus_tools.peppermodules.rstModules.models.RSTDocument
 
RSTDocument(URI) - Constructor for class org.corpus_tools.peppermodules.rstModules.models.RSTDocument
 
RSTException - Exception in org.corpus_tools.peppermodules.rstModules.models
 
RSTException() - Constructor for exception org.corpus_tools.peppermodules.rstModules.models.RSTException
 
RSTException(String) - Constructor for exception org.corpus_tools.peppermodules.rstModules.models.RSTException
 
RSTException(String, Throwable) - Constructor for exception org.corpus_tools.peppermodules.rstModules.models.RSTException
 
RSTImporter - Class in org.corpus_tools.peppermodules.rstModules
 
RSTImporter() - Constructor for class org.corpus_tools.peppermodules.rstModules.RSTImporter
 
RSTImporterProperties - Class in org.corpus_tools.peppermodules.rstModules
Defines the properties to be used for the RSTImporter.
RSTImporterProperties() - Constructor for class org.corpus_tools.peppermodules.rstModules.RSTImporterProperties
 
RSTReader - Class in org.corpus_tools.peppermodules.rstModules.reader
 
RSTReader() - Constructor for class org.corpus_tools.peppermodules.rstModules.reader.RSTReader
 
RSTReader.RSTElements - Enum in org.corpus_tools.peppermodules.rstModules.reader
XML-element types for RST

S

Segment - Class in org.corpus_tools.peppermodules.rstModules.models
 
Segment() - Constructor for class org.corpus_tools.peppermodules.rstModules.models.Segment
 
setChild(AbstractNode) - Method in class org.corpus_tools.peppermodules.rstModules.models.Relation
 
setCurrentRSTDocument(RSTDocument) - Method in class org.corpus_tools.peppermodules.rstModules.RST2SaltMapper
 
setId(String) - Method in class org.corpus_tools.peppermodules.rstModules.models.AbstractNode
 
setName(String) - Method in class org.corpus_tools.peppermodules.rstModules.models.Relation
 
setParent(AbstractNode) - Method in class org.corpus_tools.peppermodules.rstModules.models.Relation
 
setRSTDocument(RSTDocument) - Method in class org.corpus_tools.peppermodules.rstModules.reader.RSTReader
 
setRstFile(File) - Method in class org.corpus_tools.peppermodules.rstModules.reader.RSTReader
Sets the file from which the RST Reader actually reads from.
setSource(AbstractNode) - Method in class org.corpus_tools.peppermodules.rstModules.models.Signal
 
setSubtype(String) - Method in class org.corpus_tools.peppermodules.rstModules.models.Signal
 
setText(String) - Method in class org.corpus_tools.peppermodules.rstModules.models.Segment
 
setTokenIds(List<Integer>) - Method in class org.corpus_tools.peppermodules.rstModules.models.Signal
 
setType(String) - Method in class org.corpus_tools.peppermodules.rstModules.models.AbstractNode
 
setType(String) - Method in class org.corpus_tools.peppermodules.rstModules.models.Relation
 
setType(String) - Method in class org.corpus_tools.peppermodules.rstModules.models.Signal
 
Signal - Class in org.corpus_tools.peppermodules.rstModules.models
 
Signal() - Constructor for class org.corpus_tools.peppermodules.rstModules.models.Signal
 
startElement(String, String, String, Attributes) - Method in class org.corpus_tools.peppermodules.rstModules.reader.RSTReader
 

V

valueOf(String) - Static method in enum org.corpus_tools.peppermodules.rstModules.reader.RSTReader.RSTElements
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.corpus_tools.peppermodules.rstModules.reader.RSTReader.RSTElements
Returns an array containing the constants of this enum type, in the order they are declared.
A C E F G I M N O P R S V 
Skip navigation links

Copyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.