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