diff options
Diffstat (limited to 'examples/lrec-tutorial/LexFaceIta.gf')
| -rw-r--r-- | examples/lrec-tutorial/LexFaceIta.gf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/lrec-tutorial/LexFaceIta.gf b/examples/lrec-tutorial/LexFaceIta.gf new file mode 100644 index 000000000..cf1523440 --- /dev/null +++ b/examples/lrec-tutorial/LexFaceIta.gf @@ -0,0 +1,9 @@ +instance LexFaceIta of LexFace = open SyntaxIta, ParadigmsIta, LexiconIta in { + +oper + like_V2 = mkV2 "amare" ; + invitation_N = mkN "invitazione" feminine ; + friend_N = mkN "amico" ; + have_V2 = LexiconIta.have_V2 ; + +} |
