diff options
| author | aarne <aarne@chalmers.se> | 2010-04-24 11:34:04 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-24 11:34:04 +0000 |
| commit | 2b21e7fae764f454200183fdcd7efbed3c647012 (patch) | |
| tree | cd0e931a768f53a69f7c1df206b71317d9b1ce6d /examples/lrec-tutorial/ZeroEng.gf | |
| parent | 2f62ab26e61584749e7670b2ce9f619ba7802c23 (diff) | |
lrec tutorial examples
Diffstat (limited to 'examples/lrec-tutorial/ZeroEng.gf')
| -rw-r--r-- | examples/lrec-tutorial/ZeroEng.gf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/lrec-tutorial/ZeroEng.gf b/examples/lrec-tutorial/ZeroEng.gf new file mode 100644 index 000000000..146c083cf --- /dev/null +++ b/examples/lrec-tutorial/ZeroEng.gf @@ -0,0 +1,11 @@ +concrete ZeroEng of Zero = { + lincat + S, NP, VP, V2 = Str ; + lin + Pred np vp = np ++ vp ; + Compl v2 np = v2 ++ np ; + John = "John" ; + Mary = "Mary" ; + Love = "loves" ; +} + |
