Modifier and Type | Method and Description |
---|---|
Language |
HeidelTimeStandalone.getLanguage() |
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.setLanguage(Language language) |
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
|
Modifier and Type | Method and Description |
---|---|
void |
TreeTaggerWrapper.initialize(Language language,
java.lang.Boolean annotateTokens,
java.lang.Boolean annotateSentences,
java.lang.Boolean annotatePartOfSpeech,
java.lang.Boolean improveGermanSentences) |
Constructor and Description |
---|
UimaContextImpl(Language language,
DocumentType typeToProcess)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static Language |
Language.getLanguageFromString(java.lang.String name)
Takes a string and checks whether we have hardcoded parameter support for the given language.
|
static Language |
Language.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static RuleManager |
RuleManager.getInstance(Language language)
singleton producer.
|
static NormalizationManager |
NormalizationManager.getInstance(Language language)
singleton producer.
|
static RePatternManager |
RePatternManager.getInstance(Language language)
singleton producer.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ContextAnalyzer.getClosestTense(Timex3 timex,
org.apache.uima.jcas.JCas jcas,
Language language)
Get the last tense used in the sentence
|
static java.lang.String |
ContextAnalyzer.getLastMentionedX(java.util.List<Timex3> linearDates,
int i,
java.lang.String x,
Language language)
The value of the x of the last mentioned Timex is calculated.
|
static java.lang.String |
ContextAnalyzer.getLastTense(Timex3 timex,
org.apache.uima.jcas.JCas jcas,
Language language)
Get the last tense used in the sentence
|
static java.lang.String |
DateCalculator.getXNextWeek(java.lang.String date,
java.lang.Integer x,
Language language)
get the x-next week of date
|
Modifier and Type | Method and Description |
---|---|
void |
TreeTaggerWrapper.initialize(Language language,
java.lang.String treeTaggerHome,
java.lang.Boolean annotateTokens,
java.lang.Boolean annotateSentences,
java.lang.Boolean annotatePartOfSpeech,
java.lang.Boolean improveGermanSentences)
secondary initialize() to use wrapper outside of a uima pipeline
|