diff options
| author | aarne <aarne@chalmers.se> | 2010-03-28 20:32:03 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-03-28 20:32:03 +0000 |
| commit | ccac96eaa0a735612bc2dc4bc8a040c6b354eb54 (patch) | |
| tree | 8818371783946a2e9be48f742ecee1eea452eca1 /examples/phrasebook | |
| parent | 55f8a80df7f9591475af5e42b2f50ced55d51d30 (diff) | |
catching initial bind symbol in PGFServer
Diffstat (limited to 'examples/phrasebook')
| -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
|
