Skip to content

Commit 343c4e5

Browse files
committed
updated example
1 parent eb9d61d commit 343c4e5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

example/hiero.conf

+4-2
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,10 @@ allow-double-plus true
174174
# the following features:
175175
# (note: all probabilities are negative logprobs base e)
176176
#
177-
# e2fphrase -- phrasal probability p(f|e)
178-
# f2ephrase -- phrasal probability p(e|f)
177+
# f_given_e_phrase -- phrasal probability p(f|e)
178+
# 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)
179181
# lexprob -- lexical weights p_lex(e|f) and p_lex(f|e)
180182
# rarity -- rarity penalty exp(1 - C(A -> (e,f))), where C(.) is the total
181183
# number of times the rule was seen in the corpus

0 commit comments

Comments
 (0)