summaryrefslogtreecommitdiff
path: root/examples/regulus
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-06-26 08:39:45 +0000
committeraarne <aarne@cs.chalmers.se>2007-06-26 08:39:45 +0000
commit8e012e656d446e423fe0132f98e29a561c80a12c (patch)
tree891d0e377317938bb9dfcd0a7f5a95c87151631c /examples/regulus
parent22ef3cbc049ad1a1f1a260b2ac1ab947a038b9b9 (diff)
example Toy0Fin0
Diffstat (limited to 'examples/regulus')
-rw-r--r--examples/regulus/toy0/Toy0Fin0.gf16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/regulus/toy0/Toy0Fin0.gf b/examples/regulus/toy0/Toy0Fin0.gf
new file mode 100644
index 000000000..23203934d
--- /dev/null
+++ b/examples/regulus/toy0/Toy0Fin0.gf
@@ -0,0 +1,16 @@
+--# -path=present:prelude
+
+concrete Toy0Fin0 of Toy0 = open SyntaxFin, ParadigmsFin in {
+
+lincat
+ Spec = Det ;
+ Noun = N ;
+ NP = Utt ;
+lin
+ SpecNoun spec noun = mkUtt (SyntaxFin.mkNP spec noun) ;
+
+ One = mkDet one_Quant ;
+ Two = mkDet (mkNum n2_Numeral) ;
+ Felis = mkN "kissa" ;
+ Canis = mkN "koira" ;
+}