just for fun - grammar for trigram models in GF

This commit is contained in:
krasimir
2009-10-08 13:13:48 +00:00
parent 30638abe98
commit d920a0c53d
4 changed files with 153 additions and 0 deletions

View File

@@ -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" ;
}