mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 00:32:51 -06:00
version 0.2 of phrasebook
This commit is contained in:
14
examples/phrasebook/DiffPhrasebookIta.gf
Normal file
14
examples/phrasebook/DiffPhrasebookIta.gf
Normal file
@@ -0,0 +1,14 @@
|
||||
instance DiffPhrasebookIta of DiffPhrasebook = open
|
||||
SyntaxIta,
|
||||
BeschIta,
|
||||
ParadigmsIta
|
||||
in {
|
||||
|
||||
oper
|
||||
want_V2 = mkV2 (mkV (volere_96 "volere")) ;
|
||||
like_V2 = mkV2 (mkV "amare") ; ----
|
||||
|
||||
cost_V2 = mkV2 (mkV "costare") ;
|
||||
cost_V = mkV "costare" ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user