Package | Description |
---|---|
de.unihd.dbs.heideltime.standalone |
Modifier and Type | Method and Description |
---|---|
OutputType |
HeidelTimeStandalone.getOutputType() |
static OutputType |
OutputType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OutputType[] |
OutputType.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.setOutputType(OutputType outputType) |
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
|