Package | Description |
---|---|
de.unihd.dbs.heideltime.standalone | |
de.unihd.dbs.heideltime.standalone.components.impl |
Modifier and Type | Method and Description |
---|---|
DocumentType |
HeidelTimeStandalone.getDocumentType() |
static DocumentType |
DocumentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DocumentType[] |
DocumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HeidelTimeStandalone.initialize(Language language,
DocumentType typeToProcess,
OutputType outputType,
java.lang.String configPath)
Method that initializes all vital prerequisites
|
void |
HeidelTimeStandalone.initialize(Language language,
DocumentType typeToProcess,
OutputType outputType,
java.lang.String configPath,
POSTagger posTagger)
Method that initializes all vital prerequisites, including POS Tagger
|
void |
HeidelTimeStandalone.initialize(Language language,
DocumentType typeToProcess,
OutputType outputType,
java.lang.String configPath,
POSTagger posTagger,
java.lang.Boolean doIntervalTagging)
Method that initializes all vital prerequisites, including POS Tagger
|
void |
HeidelTimeStandalone.setDocumentType(DocumentType documentType) |
Constructor and Description |
---|
HeidelTimeStandalone(Language language,
DocumentType typeToProcess,
OutputType outputType)
constructor
|
HeidelTimeStandalone(Language language,
DocumentType typeToProcess,
OutputType outputType,
java.lang.String configPath)
Constructor with configPath.
|
HeidelTimeStandalone(Language language,
DocumentType typeToProcess,
OutputType outputType,
java.lang.String configPath,
POSTagger posTagger)
Constructor with configPath
|
HeidelTimeStandalone(Language language,
DocumentType typeToProcess,
OutputType outputType,
java.lang.String configPath,
POSTagger posTagger,
java.lang.Boolean doIntervalTagging)
Constructor with configPath
|
Constructor and Description |
---|
UimaContextImpl(Language language,
DocumentType typeToProcess)
Constructor
|