public class PAULA2SaltMapper
extends org.corpus_tools.pepper.impl.PepperMapperImpl
| Constructor and Description |
|---|
PAULA2SaltMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument(PAULASpecificReader paulaReader,
File paulaFile)
Will be called at the end of xml-document processing.
|
Boolean |
getIsArtificialSCorpus() |
String[] |
getPAULA_FILE_ENDINGS() |
PAULAImporterProperties |
getProps() |
protected void |
initialize()
Initializes some hashtables
used for storing ids during mapping.
|
org.corpus_tools.pepper.common.DOCUMENT_STATUS |
mapSCorpus()
OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING.
|
org.corpus_tools.pepper.common.DOCUMENT_STATUS |
mapSDocument()
OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING.
|
void |
paulaFEAT_METAConnector(File paulaFile,
String paulaId,
String paulaType,
String xmlBase,
String featID,
String featHref,
String featTar,
String featVal,
String featDesc,
String featExp)
Recieves data from PAULAFeatReader and maps them to Salt.
|
void |
paulaFEATConnector(File paulaFile,
String paulaId,
String paulaType,
String xmlBase,
String featID,
String featHref,
String featTar,
String featVal,
String featDesc,
String featExp)
Receives data from PAULAFeatReader and maps them to Salt.
|
void |
paulaMARK_TOKConnector(File paulaFile,
String paulaId,
String paulaType,
String xmlBase,
String markID,
String href,
String markType)
Recieves data from PAULAMarkReader in case of paula-type= tok and maps
them to Salt.
|
void |
paulaMARKConnector(File paulaFile,
String paulaId,
String paulaType,
String xmlBase,
String markID,
String href,
String markType)
Recieves data from PAULAMarkReader and maps them to Salt.
|
void |
paulaRELConnector(File paulaFile,
String paulaId,
String paulaType,
String xmlBase,
String relId,
String srcHref,
String dstHref)
Recieves data from PAULARelReader and maps them to Salt.
|
void |
paulaSTRUCTConnector(File paulaFile,
String paulaId,
String paulaType,
String xmlBase,
String structID,
String relID,
String relHref,
String relType)
Recieves data from PAULAStrcutReader and maps them to Salt.
|
void |
paulaTEXTConnector(File paulaFile,
String paulaId,
String text)
Recieves data from PAULATextReader and maps them to Salt.
|
void |
setIsArtificialSCorpus(Boolean isArtificialSCorpus) |
void |
setPAULA_FILE_ENDINGS(String[] pAULA_FILE_ENDINGS) |
addProgress, getCorpus, getDocument, getMappingResult, getMappingSubjects, getPepperMapperController, getProgress, getProperties, getResourceURI, readXMLResource, setCorpus, setDocument, setMappingResult, setPepperMapperController, setProgress, setProperties, setResourceURIprotected void initialize()
initialize in class org.corpus_tools.pepper.impl.PepperMapperImplpublic Boolean getIsArtificialSCorpus()
public void setIsArtificialSCorpus(Boolean isArtificialSCorpus)
public org.corpus_tools.pepper.common.DOCUMENT_STATUS mapSCorpus()
mapSCorpus in interface org.corpus_tools.pepper.modules.PepperMappermapSCorpus in class org.corpus_tools.pepper.impl.PepperMapperImplpublic org.corpus_tools.pepper.common.DOCUMENT_STATUS mapSDocument()
mapSDocument in interface org.corpus_tools.pepper.modules.PepperMappermapSDocument in class org.corpus_tools.pepper.impl.PepperMapperImplpublic void setPAULA_FILE_ENDINGS(String[] pAULA_FILE_ENDINGS)
pAULA_FILE_ENDINGS - the pAULA_FILE_ENDINGS to setpublic String[] getPAULA_FILE_ENDINGS()
public void paulaTEXTConnector(File paulaFile, String paulaId, String text)
corpusPath - paulaFile - paulaId - text - Exceptionpublic void paulaMARK_TOKConnector(File paulaFile, String paulaId, String paulaType, String xmlBase, String markID, String href, String markType)
corpusPath - paulaFile - paulaId - text - Exceptionpublic void paulaMARKConnector(File paulaFile, String paulaId, String paulaType, String xmlBase, String markID, String href, String markType)
corpusPath - paulaFile - paulaId - text - Exceptionpublic void paulaFEATConnector(File paulaFile, String paulaId, String paulaType, String xmlBase, String featID, String featHref, String featTar, String featVal, String featDesc, String featExp)
corpusPath - paulaFile - paulaId - text - Exceptionpublic void paulaRELConnector(File paulaFile, String paulaId, String paulaType, String xmlBase, String relId, String srcHref, String dstHref)
corpusPath - paulaFile - paulaId - text - Exceptionpublic void paulaFEAT_METAConnector(File paulaFile, String paulaId, String paulaType, String xmlBase, String featID, String featHref, String featTar, String featVal, String featDesc, String featExp)
corpusPath - paulaFile - paulaId - text - Exceptionpublic void paulaSTRUCTConnector(File paulaFile, String paulaId, String paulaType, String xmlBase, String structID, String relID, String relHref, String relType)
corpusPath - paulaFile - paulaId - text - Exceptionpublic void endDocument(PAULASpecificReader paulaReader, File paulaFile)
public PAULAImporterProperties getProps()
Copyright © 2009–2016 Humboldt-Universität zu Berlin, INRIA. All rights reserved.