From c8a92c74d06ccc6abef31f259da1aed2335e6d02 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 2 Oct 2006 15:40:15 +0000 Subject: started documentation of gfcc --- src/GF/Canon/GFCC/doc/Swe.gf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/GF/Canon/GFCC/doc/Swe.gf (limited to 'src/GF/Canon/GFCC/doc/Swe.gf') diff --git a/src/GF/Canon/GFCC/doc/Swe.gf b/src/GF/Canon/GFCC/doc/Swe.gf new file mode 100644 index 000000000..1d6672371 --- /dev/null +++ b/src/GF/Canon/GFCC/doc/Swe.gf @@ -0,0 +1,13 @@ +concrete Swe of Ex = { + lincat + S = {s : Str} ; + NP = {s : Str} ; + VP = {s : Str} ; + param + Num = Sg | Pl ; + lin + Pred np vp = {s = np.s ++ vp.s} ; + She = {s = "hon"} ; + They = {s = "de"} ; + Sleep = {s = "sover"} ; +} -- cgit v1.2.3