summaryrefslogtreecommitdiff
path: root/examples/mp3/LexiconFre.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mp3/LexiconFre.gf')
-rw-r--r--examples/mp3/LexiconFre.gf9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/mp3/LexiconFre.gf b/examples/mp3/LexiconFre.gf
new file mode 100644
index 000000000..33188ca1b
--- /dev/null
+++ b/examples/mp3/LexiconFre.gf
@@ -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 ;
+
+} \ No newline at end of file