Package | Description |
---|---|
de.unihd.dbs.uima.annotator.heideltime | |
de.unihd.dbs.uima.annotator.heideltime.utilities | |
de.unihd.dbs.uima.types.heideltime |
Modifier and Type | Method and Description |
---|---|
void |
HeidelTime.addTimexAnnotation(java.lang.String timexType,
int begin,
int end,
Sentence sentence,
java.lang.String timexValue,
java.lang.String timexQuant,
java.lang.String timexFreq,
java.lang.String timexMod,
java.lang.String timexId,
java.lang.String foundByRule,
org.apache.uima.jcas.JCas jcas)
Add timex annotation to CAS object.
|
boolean |
HeidelTime.checkPosConstraint(Sentence s,
java.lang.String posConstraint,
java.util.regex.MatchResult m,
org.apache.uima.jcas.JCas jcas)
Check whether the part of speech constraint defined in a rule is satisfied.
|
void |
HeidelTime.findTimexes(java.lang.String timexType,
java.util.HashMap<java.util.regex.Pattern,java.lang.String> hmPattern,
java.util.HashMap<java.lang.String,java.lang.String> hmOffset,
java.util.HashMap<java.lang.String,java.lang.String> hmNormalization,
java.util.HashMap<java.lang.String,java.lang.String> hmQuant,
Sentence s,
org.apache.uima.jcas.JCas jcas)
Apply the extraction rules, normalization rules
|
java.lang.String |
HeidelTime.getPosFromMatchResult(int tokBegin,
int tokEnd,
Sentence s,
org.apache.uima.jcas.JCas jcas)
Identify the part of speech (POS) of a MarchResult.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Boolean |
ContextAnalyzer.checkInfrontBehind(java.util.regex.MatchResult r,
Sentence s)
Check token boundaries of expressions.
|
static java.lang.Boolean |
ContextAnalyzer.checkTokenBoundaries(java.util.regex.MatchResult r,
Sentence s,
org.apache.uima.jcas.JCas jcas)
Check token boundaries using token information
|
Modifier and Type | Class and Description |
---|---|
class |
IntervalCandidateSentence
Updated by JCasGen Thu Sep 20 15:38:13 CEST 2012
XML source: /home/julian/heideltime/heideltime-kit/desc/type/HeidelTime_TypeSystem.xml
|