From f5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Mon, 16 Sep 2013 07:17:27 +0000 Subject: Remove contribs and examples Everything has now been moved to a separate repository at https://github.com/GrammaticalFramework/gf-contrib The contents of the examples folder are build during SetupWeb --- examples/trigram/TrigramCnc.gf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 examples/trigram/TrigramCnc.gf (limited to 'examples/trigram/TrigramCnc.gf') diff --git a/examples/trigram/TrigramCnc.gf b/examples/trigram/TrigramCnc.gf deleted file mode 100644 index 181750396..000000000 --- a/examples/trigram/TrigramCnc.gf +++ /dev/null @@ -1,13 +0,0 @@ -concrete TrigramCnc of Trigram = { - -lincat - S,Word,Seq = Str; - - Unigram, Bigram, Trigram, Prob = {} ; - -lin - sent _ _ l = l ; - nil a b c _ = a ++ b ++ c ; - cons _ _ l c _ = l ++ c ; - -} \ No newline at end of file -- cgit v1.2.3