diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/phrasebook/WordsIta.gf | 2 | ||||
| -rw-r--r-- | examples/phrasebook/WordsRon.gf | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/phrasebook/WordsIta.gf b/examples/phrasebook/WordsIta.gf index a8caf0d58..6f7a4cb1e 100644 --- a/examples/phrasebook/WordsIta.gf +++ b/examples/phrasebook/WordsIta.gf @@ -12,7 +12,7 @@ Wine = mkCN (mkN "vino") ; Beer = mkCN (mkN "birra") ;
Water = mkCN (mkN "acqua") ;
Coffee = mkCN (mkN "caffč") ;
- Tea = mkCN (mkN "té") ; ----
+-- Tea = mkCN (mkN "té") ; ----
Cheese = mkCN (mkN "formaggio") ;
Fish = mkCN (mkN "pesce") ;
diff --git a/examples/phrasebook/WordsRon.gf b/examples/phrasebook/WordsRon.gf index 8fb0aad5d..6f117fae7 100644 --- a/examples/phrasebook/WordsRon.gf +++ b/examples/phrasebook/WordsRon.gf @@ -40,10 +40,10 @@ Boring = mkAPA "plictisitor" "plictisitoare" "plictisitori" "plictisitoare" ; ASpeak p lang = mkCl p (dirV2 (mkV "vorbi")) lang ;
ALove p q = mkCl p (dirV2 (mkV "iubi")) q ;
- English = SyntaxRon.mkNP (mkPN "anglais") ; ---- ?
+ English = SyntaxRon.mkNP (mkPN "englezÄ") ; ---- ?
-- Finnish = mkNP (mkPN "finnois") ;
-- French = mkNP (mkPN "français") ;
- Romanian = SyntaxRon.mkNP (mkPN "englezÄ") ; ---- ?
+ Romanian = SyntaxRon.mkNP (mkPN "românÄ") ; ---- ?
-- Swedish = mkNP (mkPN "suĂŠdois") ;
oper
|
