mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
just for fun - grammar for trigram models in GF
This commit is contained in:
23
examples/trigram/ShawCnc.gf
Normal file
23
examples/trigram/ShawCnc.gf
Normal 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" ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user