mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
French phrasebook
This commit is contained in:
13
examples/phrasebook/DiffPhrasebookFre.gf
Normal file
13
examples/phrasebook/DiffPhrasebookFre.gf
Normal file
@@ -0,0 +1,13 @@
|
||||
instance DiffPhrasebookFre of DiffPhrasebook = open
|
||||
SyntaxFre,
|
||||
IrregFre,
|
||||
ParadigmsFre
|
||||
in {
|
||||
|
||||
flags coding = utf8 ;
|
||||
|
||||
oper
|
||||
want_V2 = vouloir_V2 ;
|
||||
like_V2 = mkV2 (mkV "aimer") ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user