Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.26 KB

Config_File.md

File metadata and controls

36 lines (29 loc) · 1.26 KB

Docs - Table of Contents


Config File

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

Environment Variable Purpose
MODEL_DIR Absolute path to the directory to save the model to
TRAIN_FILE Absolute path to training file
DEV_FILE Absolute path to dev file (evaluated on after each pass during training)
TEST_FILE Absolute path to testing file (evaluated at end of training)
PARSER_OPTIONS Options to the parser (also used by PARSE.sh)
CONCEPT_ID_TRAINING_OPTIONS Options for concept ID training
RELATION_ID_TRAINING_OPTIONS Options 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.