blob: 2fe952940d6c02534ba68e346aa254d3340a62a4 [file] [log] [blame]
mark_oovs = true
default_non_terminal = X
goalSymbol = GOAL
pop_limit = 100
use_unique_nbest = true
use_tree_nbest = false
add_combined_cost = true
top_n = 1
output_format = %c %s
weights_file = src/test/resources/decoder/n-ary/weights
feature_functions = [
{ class = LanguageModel, lm_type = kenlm, lm_order = 5, lm_file = src/test/resources/decoder/n-ary/lm.gz }
{ class = WordPenalty }
{ class = OOVPenalty }
]
grammars = [
{ class = TextGrammar, owner = phrase, span_limit = 20, path = src/test/resources/decoder/n-ary/grammar }
{ class = TextGrammar, owner = glue, span_limit = -1, path = src/test/resources/decoder/n-ary/glue-grammar }
]
weights = {
}