We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9d61d commit 343c4e5Copy full SHA for 343c4e5
example/hiero.conf
@@ -174,8 +174,10 @@ allow-double-plus true
174
# the following features:
175
# (note: all probabilities are negative logprobs base e)
176
#
177
-# e2fphrase -- phrasal probability p(f|e)
178
-# f2ephrase -- phrasal probability p(e|f)
+# f_given_e_phrase -- phrasal probability p(f|e)
+# e_given_f_phrase -- phrasal probability p(e|f)
179
+# e_given_f_phrase_gt_smoothed -- Good-Turing smooth P(e|f)
180
+# f_given_e_phrase_gt_smoothed -- Good-Turing smooth P(f|e)
181
# lexprob -- lexical weights p_lex(e|f) and p_lex(f|e)
182
# rarity -- rarity penalty exp(1 - C(A -> (e,f))), where C(.) is the total
183
# number of times the rule was seen in the corpus
0 commit comments