Skip to content

Commit

Permalink
updated config.props variables for standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
jzell committed Dec 7, 2014
1 parent 9c4db6d commit c29ec13
Showing 1 changed file with 72 additions and 66 deletions.
138 changes: 72 additions & 66 deletions conf/config.props
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

0 comments on commit c29ec13

Please sign in to comment.