tm = thrax pt 1 grammar.test
tm = thrax glue -1 glue-grammar

#lm config
lm = berkeleylm 3 false false 100 test.lm

#tm config
default_non_terminal=X
goalSymbol=GOAL

#pruning config
pop-limit = 100

#nbest config
use_unique_nbest = true 
include-align-index = false
top_n = 300

feature-function = OOVPenalty
feature-function = WordPenalty
feature-function = SourcePath

###### model weights
#lm order weight
lm_0 1.0

#phrasemodel owner column(0-indexed) weight
tm_pt_0 1.0
tm_pt_1 0.5
tm_pt_2 0.5

tm_glue_0 0.0

#wordpenalty weight
wordpenalty -1.0
sourcepath 1.0

oovpenalty -100
