summaryrefslogtreecommitdiff
path: root/doc/tutorial/resource/SyntaxIta.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-08-16 14:10:06 +0000
committeraarne <aarne@cs.chalmers.se>2007-08-16 14:10:06 +0000
commit5f0e8a16ecbf06a6dad344ce2ef0974692ffc581 (patch)
tree6611d0e8cfeb65f67530267e2f51bc58594893ad /doc/tutorial/resource/SyntaxIta.gf
parent1f342b2c25a5b3026de101028a56b3ff17e04e5b (diff)
improving mini res morpho
Diffstat (limited to 'doc/tutorial/resource/SyntaxIta.gf')
-rw-r--r--doc/tutorial/resource/SyntaxIta.gf10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/tutorial/resource/SyntaxIta.gf b/doc/tutorial/resource/SyntaxIta.gf
index a0c2405e7..4721a5d4e 100644
--- a/doc/tutorial/resource/SyntaxIta.gf
+++ b/doc/tutorial/resource/SyntaxIta.gf
@@ -8,16 +8,16 @@ concrete SyntaxIta of Syntax = open Prelude, MorphoIta in {
QS = {s : Str} ;
NP = {s : Str ; g : Gender ; n : Number} ;
IP = {s : Str ; g : Gender ; n : Number} ;
- CN = {s : Number => Str ; g : Gender} ;
+ CN = Noun ;
Det = {s : Gender => Str ; n : Number} ;
AP = {s : Gender => Number => Str} ;
AdA = {s : Str} ;
VP = {s : Bool => Gender => Number => Str} ;
- N = {s : Number => Str ; g : Gender} ;
- A = {s : Gender => Number => Str} ;
- V = {s : Number => Str} ;
- V2 = {s : Number => Str ; c : Str} ;
+ N = Noun ;
+ A = Adjective ;
+ V = Verb ;
+ V2 = Verb2 ;
lin
PhrS = postfixSS "." ;