diff --git a/examples/phrasebook/WordsFin.gf b/examples/phrasebook/WordsFin.gf index fa80d0a78..c5789a924 100644 --- a/examples/phrasebook/WordsFin.gf +++ b/examples/phrasebook/WordsFin.gf @@ -108,7 +108,7 @@ concrete WordsFin of Words = SentencesFin ** mkPlace : N -> Bool -> {name : CN ; at : Prep ; to : Prep} = \p,e -> { name = mkCN p ; at = casePrep (if_then_else Case e adessive inessive) ; -- True: external - to = casePrep (if_then_else Case e allative elative) ; + to = casePrep (if_then_else Case e allative illative) ; } ; open_Adv = ParadigmsFin.mkAdv "avoinna" ; diff --git a/examples/phrasebook/phrasebook.html b/examples/phrasebook/phrasebook.html index 370e0b605..af4a7dbfe 100644 --- a/examples/phrasebook/phrasebook.html +++ b/examples/phrasebook/phrasebook.html @@ -20,6 +20,7 @@ History
@@ -34,8 +35,9 @@ History
-This phrasebook is a programme for translating touristic phrases -between the 15 European languages included in the MOLTO project +This phrasebook is a program for translating touristic phrases +between the 15 European languages included in the +MOLTO project (Multilingual On-Line Translation):
code.haskell.org/gf/examples/phrasebook/
-Current status (28 March 2010): +Current status (6 April 2010):
http://tournesol.cs.chalmers.se/~aarne/phrasebook/phrasebook.html
@@ -88,7 +90,7 @@ Compile-time transfer: especially, in Action in Words.
Quasi-incremental translation: many basic types are also used as phrases.
-Disambiguation, esp. by the parameters in Roles. +Disambiguation, esp. of politeness distinctions.
@@ -116,16 +118,22 @@ the input language is ambiguous.
-Text-based translation interface. +Improved translation interface
+The remaining 10 languages
-Disambiguation grammars for other languages than English. +Disambiguation grammars for other languages than English
-Extract/construct lexica for +Extend lexica by hand or (semi)automatically for
-Connection to Google translate, for fall-back and for comparison +Link to Google translate, for fall-back and for comparison
Feedback facility in the UI @@ -177,11 +185,11 @@ Here are the steps to follow for contributors: -