From a84cdb32c75b11a2e7bae2906137cefae4ad03ce Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 8 Oct 2009 13:13:48 +0000 Subject: just for fun - grammar for trigram models in GF --- examples/trigram/ShawCnc.gf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 examples/trigram/ShawCnc.gf (limited to 'examples/trigram/ShawCnc.gf') diff --git a/examples/trigram/ShawCnc.gf b/examples/trigram/ShawCnc.gf new file mode 100644 index 000000000..b56ec16a9 --- /dev/null +++ b/examples/trigram/ShawCnc.gf @@ -0,0 +1,23 @@ +concrete ShawCnc of Shaw = TrigramCnc ** { + +lin + the_W = "the" ; + reasonable_W = "reasonable" ; + man_W = "man" ; + adapts_W = "adapts" ; + himself_W = "himself" ; + to_W = "to" ; + world_W = "world" ; + unreasonable_W = "unreasonable" ; + one_W = "one" ; + persists_W = "persists" ; + in_W = "in" ; + trying_W = "trying" ; + adapt_W = "adapt" ; + therefore_W = "therefore" ; + all_W = "all" ; + progress_W = "progress" ; + depends_W = "depends" ; + on_W = "on" ; + +} \ No newline at end of file -- cgit v1.2.3