mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
10 lines
221 B
Plaintext
10 lines
221 B
Plaintext
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 ;
|
|
|
|
}
|