diff options
| author | aarne <aarne@chalmers.se> | 2010-05-26 21:30:04 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-05-26 21:30:04 +0000 |
| commit | 48070392e8e9fc375de6cf6f408a8b41377b8d10 (patch) | |
| tree | 80568203558b9817f94ce5226d7d87beb008070a /examples/phrasebook/phrasebook.txt | |
| parent | 26fad2dfe283ffb8a2bf6f526900f90fbbfd30d8 (diff) | |
fixes in partitives in Phrasebook
Diffstat (limited to 'examples/phrasebook/phrasebook.txt')
| -rw-r--r-- | examples/phrasebook/phrasebook.txt | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/examples/phrasebook/phrasebook.txt b/examples/phrasebook/phrasebook.txt index 68a0d6f48..fa682596b 100644 --- a/examples/phrasebook/phrasebook.txt +++ b/examples/phrasebook/phrasebook.txt @@ -1,5 +1,6 @@ MOLTO Multilingual Phrasebook -Krasimir Angelov, Olga Caprotti, Ramona Enache, Thomas Hallgren, Inari Listenmaa, Aarne Ranta +Krasimir Angelov, Olga Caprotti, Ramona Enache, Thomas Hallgren, Inari Listenmaa, Aarne Ranta, Jordi Saludes +Showcase for project FP7-ICT-247914, Deliverable D10.2. %!postproc(html): #HR <HR> @@ -13,9 +14,11 @@ Krasimir Angelov, Olga Caprotti, Ramona Enache, Thomas Hallgren, Inari Listenmaa #BSMALL History -- 20 May. Version 0.9: +- 26 May. Version 0.9: + Catalan added, mass/count noun distinction to reduce overgeneration, + improved web interface. +- 20 May. Version 0.8: Spanish added, Bulgarian complete. - - 9 May. Version 0.7: Danish and Norwegian added (preliminary versions induced from statistical models and resource grammars). @@ -33,7 +36,7 @@ History [Missing constructs missing.txt] -[Back to phrasebook http://tournesol.cs.chalmers.se/~aarne/phrasebook/phrasebook.html] +[Back to phrasebook http://www.grammaticalframework.org/demos/phrasebook/] #ESMALL #HR @@ -68,16 +71,15 @@ The source code resides in [``code.haskell.org/gf/examples/phrasebook/`` http://code.haskell.org/gf/examples/phrasebook/] -Current status (20 May 2010): +Current status (26 May 2010): - small but useful coverage in abstract syntax - reasonable implementations for - Bulgarian, Danish, Dutch, English, Finnish, French, German, + Bulgarian, Catalan, Danish, Dutch, English, Finnish, French, German, Italian, Norwegian, Romanian, Spanish, Swedish -- mostly just cloned for the rest of MOLTO languages -- temporary user interdace +- Polish and Russian under construction - works on web browsers calling a server - web service not yet released, but preliminarily available in - [``http://tournesol.cs.chalmers.se/~aarne/phrasebook/phrasebook.html`` http://tournesol.cs.chalmers.se/~aarne/phrasebook/phrasebook.html] + http://www.grammaticalframework.org/demos/phrasebook/ @@ -131,6 +133,8 @@ Separate concrete syntaxes. ``DisambPhrasebook``: disambiguation grammars generating feedback phrases if the input language is ambiguous. +``Numeral``: resource grammar module directly inherited from the library. + Here is the module structure as produced in GF by ``` > i -retain DisambPhrasebookEng.gf |
