From 4583e37dd9b5528996332d8aa2b3b72cbf07dd04 Mon Sep 17 00:00:00 2001 From: redpony Date: Sun, 14 Nov 2010 21:52:48 +0000 Subject: basic rescoring framework git-svn-id: https://ws10smt.googlecode.com/svn/trunk@718 ec762483-ff6d-05da-a07a-a48fb63a330f --- rescore/example/small.scfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 rescore/example/small.scfg (limited to 'rescore/example/small.scfg') diff --git a/rescore/example/small.scfg b/rescore/example/small.scfg new file mode 100644 index 00000000..402a585a --- /dev/null +++ b/rescore/example/small.scfg @@ -0,0 +1,9 @@ +[X] ||| a b c ||| A B C ||| fe=0.2 +[X] ||| a b ||| A B ||| fe=0.8 +[X] ||| c ||| C ||| fe=0.3 +[X] ||| c ||| c ||| fe=1.3 +[X] ||| a b c ||| A B c ||| fe=0.8 +[X] ||| a b c ||| A C ||| fe=2 +[X] ||| x ||| X ||| fe=0.2 +[X] ||| y ||| Y ||| fe=0.5 +[X] ||| x y ||| XY ||| fe=0.8 -- cgit v1.2.3