mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 21:19:31 -06:00
9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
instance LexiconFre of Lexicon = open StructuralFre, ParadigmsFre in {
|
|
|
|
oper
|
|
play = tvDir (vAimer "jouer") ;
|
|
song = nReg "chanson" feminine ;
|
|
|
|
yesterday = mkNP "Yesterday" masculine ;
|
|
|
|
} |