blob: d045e22c45b473a712cc228cd6e902eb5cd49fcb [file] [log] [blame]
mark_oovs = true
default_non_terminal = X
goalSymbol = GOAL
pop_limit = 100
use_unique_nbest = true
use_tree_nbest = false
top_n = 1
oov_list = CD 0.0488752 JJ 0.186114 NN 0.291795 NNS 0.0894967 NP 0.117171 OOV 0.033015 VB 0.0313967 VBG 0.0404596 VBN 0.0317203
output_format = %s ||| %f ||| %c
feature_functions = [
{ class = LanguageModel, lm_type = kenlm, lm_order = 5, lm_file = src/test/resources/decoder/oov-list/lm.gz }
{ class = WordPenalty }
{ class = OOVPenalty }
]
grammars = [
{ class = TextGrammar, owner = phrase, span_limit = 20, path = src/test/resources/decoder/oov-list/grammar }
{ class = TextGrammar, owner = glue, span_limit = -1, path = src/test/resources/decoder/oov-list/glue-grammar }
]
weights = {
OOVPenalty = 1.0
WordPenalty = -3.6942747832593694
glue_0 = -1
lm_0 = 1.2373676802179452
phrase_0 = -1
}