-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated config.props variables for standalone
- Loading branch information
Showing
1 changed file
with
72 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,73 @@ | ||
################################ | ||
## MAIN ## | ||
################################ | ||
# Consideration of different timex3-types | ||
# Date | ||
considerDate = true | ||
|
||
# Duration | ||
considerDuration = true | ||
|
||
# Set | ||
considerSet = true | ||
|
||
# Time | ||
considerTime = true | ||
|
||
|
||
################################################### | ||
# Path to TreeTagger (Uni Stuttgart) home directory | ||
################################################### | ||
# Ensure there is no white space in path (try to escape white spaces) | ||
treeTaggerHome = SET ME IN CONFIG.PROPS! | ||
# This one is only necessary if you want to process chinese documents. | ||
chineseTokenizerPath = SET ME IN CONFIG.PROPS! | ||
|
||
################################## | ||
# paths to JVnTextPro model paths: | ||
################################## | ||
sent_model_path = SET ME IN CONFIG.PROPS! | ||
word_model_path = SET ME IN CONFIG.PROPS! | ||
pos_model_path = SET ME IN CONFIG.PROPS! | ||
|
||
##################################################### | ||
# paths to Stanford POS Tagger model or config files: | ||
##################################################### | ||
model_path = SET ME IN CONFIG.PROPS! | ||
# leave this unset if you do not need one | ||
config_path = | ||
|
||
|
||
|
||
# DO NOT CHANGE THE FOLLOWING | ||
################################ | ||
# Relative path of type system in HeidelTime home directory | ||
typeSystemHome = desc/type/HeidelTime_TypeSystem.xml | ||
|
||
# Relative path of dkpro type system in HeidelTime home directory | ||
typeSystemHome_DKPro = desc/type/DKPro_TypeSystem.xml | ||
|
||
# Name of uima-context variables... | ||
# ...for date-consideration | ||
uimaVarDate = Date | ||
|
||
# ...for duration-consideration | ||
uimaVarDuration = Duration | ||
|
||
# ...for language | ||
uimaVarLanguage = Language | ||
|
||
# ...for set-consideration | ||
uimaVarSet = Set | ||
|
||
# ...for time-consideration | ||
uimaVarTime = Time | ||
|
||
# ...for type to process | ||
################################ | ||
## MAIN ## | ||
################################ | ||
# Consideration of different timex3-types | ||
# Date | ||
considerDate = true | ||
|
||
# Duration | ||
considerDuration = true | ||
|
||
# Set | ||
considerSet = true | ||
|
||
# Time | ||
considerTime = true | ||
|
||
|
||
################################### | ||
# Path to TreeTagger home directory | ||
################################### | ||
# Ensure there is no white space in path (try to escape white spaces) | ||
treeTaggerHome = SET ME IN CONFIG.PROPS! | ||
# This one is only necessary if you want to process chinese documents. | ||
chineseTokenizerPath = SET ME IN CONFIG.PROPS! | ||
|
||
################################## | ||
# paths to JVnTextPro model paths: | ||
################################## | ||
sent_model_path = SET ME IN CONFIG.PROPS! | ||
word_model_path = SET ME IN CONFIG.PROPS! | ||
pos_model_path = SET ME IN CONFIG.PROPS! | ||
|
||
##################################################### | ||
# paths to Stanford POS Tagger model or config files: | ||
##################################################### | ||
model_path = SET ME IN CONFIG.PROPS! | ||
# leave this unset if you do not need one | ||
config_path = | ||
|
||
######################################## | ||
## paths to hunpos and its tagger files: | ||
######################################## | ||
hunpos_path = SET ME IN CONFIG.PROPS! | ||
hunpos_model_name = SET ME IN CONFIG.PROPS! | ||
|
||
|
||
|
||
# DO NOT CHANGE THE FOLLOWING | ||
################################ | ||
# Relative path of type system in HeidelTime home directory | ||
typeSystemHome = desc/type/HeidelTime_TypeSystem.xml | ||
|
||
# Relative path of dkpro type system in HeidelTime home directory | ||
typeSystemHome_DKPro = desc/type/DKPro_TypeSystem.xml | ||
|
||
# Name of uima-context variables... | ||
# ...for date-consideration | ||
uimaVarDate = Date | ||
|
||
# ...for duration-consideration | ||
uimaVarDuration = Duration | ||
|
||
# ...for language | ||
uimaVarLanguage = Language | ||
|
||
# ...for set-consideration | ||
uimaVarSet = Set | ||
|
||
# ...for time-consideration | ||
uimaVarTime = Time | ||
|
||
# ...for type to process | ||
uimaVarTypeToProcess = Type |