forked from GitHub/gf-core
mp3 example
This commit is contained in:
9
examples/mp3/LexiconFre.gf
Normal file
9
examples/mp3/LexiconFre.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
instance LexiconFre of Lexicon = open StructuralFre, ParadigmsFre in {
|
||||
|
||||
oper
|
||||
play = tvDir (vAimer "jouer") ;
|
||||
song = nReg "chanson" feminine ;
|
||||
|
||||
yesterday = mkNP "Yesterday" masculine ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user