forked from GitHub/gf-core
lrec tutorial examples
This commit is contained in:
9
examples/lrec-tutorial/LexFaceIta.gf
Normal file
9
examples/lrec-tutorial/LexFaceIta.gf
Normal file
@@ -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 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user