Skip navigation links
A B C D E F G I L M O P S T V W 

A

actionAnnotations(String, String, String, Collection<Triple<String, String, String>>) - Method in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
annotationMap - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
annotationsToDrop - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 

B

buildMap(PepperModuleProperty<?>) - Method in class org.corpus_tools.peppermodules.flex.properties.FLExImporterProperties
Creates a Map from the passed string argument, iff the String represents a comma-separated list of strings, which in turn match the pattern \s*.

C

characters(char[], int, int) - Method in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
createAnnotation(SNode, String, String, String) - Method in class org.corpus_tools.peppermodules.flex.readers.FLExReader
Forwards to #createAnnotation(SDocument, String, String, String, boolean) with the isMeta argument set to false.
createAnnotation(SNode, String, String, String, boolean) - Method in class org.corpus_tools.peppermodules.flex.readers.FLExReader
Handles failsafe creation of (meta) annotations by checking against a map whether an annotation with the same namespace and name already exists for the respective node, and adding an incrementing counter to the name should it exist.
createLanguagedAnnotation(SNode, String, String, String) - Method in class org.corpus_tools.peppermodules.flex.readers.FLExReader
Checks for language mapping properties, makes required changed to language strings, and forwards to #createAnnotation(SDocument, String, String, String, boolean) with the isMeta argument set to false.
createPepperMapper(Identifier) - Method in class org.corpus_tools.peppermodules.flex.FLExImporter
 
createTripleFromString(String) - Method in class org.corpus_tools.peppermodules.flex.properties.FLExImporterProperties
 

D

dropAnnotation(String, String) - Method in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
dropAnnotation(String, String, String) - Method in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 

E

Element() - Constructor for enum org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader.Element
 
endElement(String, String, String) - Method in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 

F

fatalError(SAXParseException) - Method in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
FLEX__ANALYSIS_STATUS_ATTR - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant for the ‘analysisStatus’ attribute in ‘item’ elements.
FLEX__LANG_ATTR - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant for the ‘lang’ attribute in ‘item’ elements.
FLEX__TYPE_ATTR - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant for the ‘type’ attribute in ‘item’ elements.
FLEX_ITEM_TYPE__PUNCT - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant for the ‘punct’ value of the ‘type’ attribute in ‘item’ elements.
FLEX_ITEM_TYPE__TXT - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant for the ‘txt’ value of the ‘type’ attribute in ‘item’ elements.
FLEX_LANGUAGE__ENCODING_ATTR - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant for the ‘encoding’ attribute in ‘language’ elements.
FLEX_LANGUAGE__FONT_ATTR - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant for the ‘font’ attribute in ‘language’ elements.
FLEX_LANGUAGE__VERNACULAR_ATTR - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant for the ‘vernacular’ attribute in ‘language’ elements.
FLExDocumentReader - Class in org.corpus_tools.peppermodules.flex.readers
This class parses an xml file following the model of FLExText.
FLExDocumentReader(SDocument, PepperModuleProperties) - Constructor for class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
FLExDocumentReader.Element - Enum in org.corpus_tools.peppermodules.flex.readers
 
FLExImporter - Class in org.corpus_tools.peppermodules.flex
A Pepper importer for the FLEx XML format.
FLExImporter() - Constructor for class org.corpus_tools.peppermodules.flex.FLExImporter
No-args contructor setting importer module metadata.
FLExImporterProperties - Class in org.corpus_tools.peppermodules.flex.properties
Properties for the FLExImporter.
FLExImporterProperties() - Constructor for class org.corpus_tools.peppermodules.flex.properties.FLExImporterProperties
No-arg constructor adding all properties to the instance.
FLExMapper - Class in org.corpus_tools.peppermodules.flex
A mapper for FLEx XML.
FLExMapper() - Constructor for class org.corpus_tools.peppermodules.flex.FLExMapper
 
fLExProperties - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
FLExReader - Class in org.corpus_tools.peppermodules.flex.readers
 
FLExReader(PepperModuleProperties) - Constructor for class org.corpus_tools.peppermodules.flex.readers.FLExReader
A constructor taking a properties argument and setting the respective field.
FLExText - Interface in org.corpus_tools.peppermodules.flex.model
This interface is a dictionary for files following the model of FLExText.

G

getAnnotationMap() - Method in class org.corpus_tools.peppermodules.flex.properties.FLExImporterProperties
 
getAnnotationsToDrop() - Method in class org.corpus_tools.peppermodules.flex.properties.FLExImporterProperties
 
getLanguageMap() - Method in class org.corpus_tools.peppermodules.flex.properties.FLExImporterProperties
 
getLayer(String) - Method in class org.corpus_tools.peppermodules.flex.FLExMapper
Creates and returns a Salt SLayer with the passed name.
getNewAnnotationName(String, String) - Method in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
getNewAnnotationName(String, String, String) - Method in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
getTypeMap() - Method in class org.corpus_tools.peppermodules.flex.properties.FLExImporterProperties
 
graph - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 

I

interlinearTextItems - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
isImportable(URI) - Method in class org.corpus_tools.peppermodules.flex.FLExImporter
 
isItemActiveElement - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
ITEM_LAYER_MORPH - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
A constant for the name of the layer that includes the morphological STokens.
ITEM_LAYER_PHRASE - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
A constant for the name of the layer that includes the phrase segmentation SSpans.
ITEM_LAYER_WORD - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
A constant for the name of the layer that includes the lexical STokens.
itemParent - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 

L

languages - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
logger - Static variable in class org.corpus_tools.peppermodules.flex.FLExMapper
 
logger - Static variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 

M

mapAnnotation(String, String) - Method in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
mapAnnotation(String, String, String) - Method in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
MAPPING_EQUAL_SYMBOL - Static variable in class org.corpus_tools.peppermodules.flex.properties.FLExImporterProperties
A constant for the the mapping symbol in PROP_LANGUAGEMAP and PROP_TYPEMAP.
mapSDocument() - Method in class org.corpus_tools.peppermodules.flex.FLExMapper
 
morphDS - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
morphemes - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
morphItems - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
multipleAnnoMap - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExReader
 

O

org.corpus_tools.peppermodules.flex - package org.corpus_tools.peppermodules.flex
 
org.corpus_tools.peppermodules.flex.model - package org.corpus_tools.peppermodules.flex.model
 
org.corpus_tools.peppermodules.flex.properties - package org.corpus_tools.peppermodules.flex.properties
 
org.corpus_tools.peppermodules.flex.readers - package org.corpus_tools.peppermodules.flex.readers
 

P

paragraph - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
paragraphCount - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
phraseItems - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
phrases - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
PROCESSING__ACTIVE_ELEMENT_VALUE - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant for the ‘activeElement’ variable used during processing.
PROCESSING__KEY_VALUE_SEPARATOR - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant for the key value separator = used during processing.
PROCESSING__UNDERSCORE - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant for the underscore char used for dynamicising annotation values during processing.
PROP_ANNOTATIONMAP - Static variable in class org.corpus_tools.peppermodules.flex.properties.FLExImporterProperties
A map whose keys are FLEx annotation and whose values are annotations they should be mapped to.
PROP_DROP_ANNOTATIONS - Static variable in class org.corpus_tools.peppermodules.flex.properties.FLExImporterProperties
A list of annotations that should be ignored during conversion.
PROP_LANGUAGEMAP - Static variable in class org.corpus_tools.peppermodules.flex.properties.FLExImporterProperties
A map with original ‘lang’ strings and the target strings the original should be changed to during conversion.
PROP_TYPEMAP - Static variable in class org.corpus_tools.peppermodules.flex.properties.FLExImporterProperties
A map with original ‘type’ strings and the target strings the original should be changed to during conversion.
properties - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExReader
 

S

serialVersionUID - Static variable in class org.corpus_tools.peppermodules.flex.properties.FLExImporterProperties
Default serial version ID
startElement(String, String, String, Attributes) - Method in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 

T

TAG_INTERLINEAR_TEXT - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant to address the xml-element interlinear-text.
TAG_ITEM - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant to address the xml-element item.
TAG_LANGUAGE - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant to address the xml-element language.
TAG_LANGUAGES - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant to address the xml-element languages.
TAG_MORPH - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant to address the xml-element morph.
TAG_MORPHEMES - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant to address the xml-element morphemes.
TAG_PARAGRAPH - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant to address the xml-element paragraph.
TAG_PHRASE - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant to address the xml-element phrase.
TAG_SEQNUM - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
A constant for the name of the annotation recording sequential numbering of segments.
TAG_WORD - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant to address the xml-element word.
TAG_WORDS - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
Constant to address the xml-element words.
TOKEN_LAYER_LEXICAL - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
A constant for the name of the layer that includes the lexical data nodes, used for processing data source.
TOKEN_LAYER_MORPHOLOGICAL - Static variable in interface org.corpus_tools.peppermodules.flex.model.FLExText
A constant for the name of the layer that includes the morphological data nodes, used for processing data source.

V

valueOf(String) - Static method in enum org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader.Element
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader.Element
Returns an array containing the constants of this enum type, in the order they are declared.

W

wordDS - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
wordHasMorphemes - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
wordItems - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
wordLength - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
words - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
wordTimelineStart - Variable in class org.corpus_tools.peppermodules.flex.readers.FLExDocumentReader
 
A B C D E F G I L M O P S T V W 

Copyright © 2011–2018 Humboldt-Universität zu Berlin. All rights reserved.