Docs - Table of Contents

March 31, 2015 ยท View on GitHub


Config File

The config file sets the environment variables for JAMR. The variables are:

Environment VariablePurpose
MODEL_DIRAbsolute path to the directory to save the model to
TRAIN_FILEAbsolute path to training file
DEV_FILEAbsolute path to dev file (evaluated on after each pass during training)
TEST_FILEAbsolute path to testing file (evaluated at end of training)
PARSER_OPTIONSOptions to the parser (also used by PARSE.sh)
CONCEPT_ID_TRAINING_OPTIONSOptions for concept ID training
RELATION_ID_TRAINING_OPTIONSOptions for relation ID training

There are also variable for the paths to the external depdendencies. For the list of possible PARSER_OPTIONS, see src/AMRParser.scala.