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.html | |
| parent | 26fad2dfe283ffb8a2bf6f526900f90fbbfd30d8 (diff) | |
fixes in partitives in Phrasebook
Diffstat (limited to 'examples/phrasebook/phrasebook.html')
| -rw-r--r-- | examples/phrasebook/phrasebook.html | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/examples/phrasebook/phrasebook.html b/examples/phrasebook/phrasebook.html index f9c06462a..56b1a8875 100644 --- a/examples/phrasebook/phrasebook.html +++ b/examples/phrasebook/phrasebook.html @@ -6,7 +6,8 @@ </HEAD><BODY BGCOLOR="white" TEXT="black"> <P ALIGN="center"><CENTER><H1>MOLTO Multilingual Phrasebook</H1> <FONT SIZE="4"> -<I>Krasimir Angelov, Olga Caprotti, Ramona Enache, Thomas Hallgren, Inari Listenmaa, Aarne Ranta </I><BR> +<I>Krasimir Angelov, Olga Caprotti, Ramona Enache, Thomas Hallgren, Inari Listenmaa, Aarne Ranta, Jordi Saludes </I><BR> +Showcase for project FP7-ICT-247914, Deliverable D10.2. </FONT></CENTER> <P> @@ -17,9 +18,11 @@ History </P> <UL> -<LI>20 May. Version 0.9: +<LI>26 May. Version 0.9: + Catalan added, mass/count noun distinction to reduce overgeneration, + improved web interface. +<LI>20 May. Version 0.8: Spanish added, Bulgarian complete. -<P></P> <LI>9 May. Version 0.7: Danish and Norwegian added (preliminary versions induced from statistical models and resource grammars). @@ -39,7 +42,7 @@ History <A HREF="missing.txt">Missing constructs</A> </P> <P> -<A HREF="http://tournesol.cs.chalmers.se/~aarne/phrasebook/phrasebook.html">Back to phrasebook</A> +<A HREF="http://www.grammaticalframework.org/demos/phrasebook/">Back to phrasebook</A> </P> <P> </font> @@ -81,18 +84,17 @@ The source code resides in <A HREF="http://code.haskell.org/gf/examples/phrasebook/"><CODE>code.haskell.org/gf/examples/phrasebook/</CODE></A> </P> <P> -Current status (20 May 2010): +Current status (26 May 2010): </P> <UL> <LI>small but useful coverage in abstract syntax <LI>reasonable implementations for - Bulgarian, Danish, Dutch, English, Finnish, French, German, + Bulgarian, Catalan, Danish, Dutch, English, Finnish, French, German, Italian, Norwegian, Romanian, Spanish, Swedish -<LI>mostly just cloned for the rest of MOLTO languages -<LI>temporary user interdace +<LI>Polish and Russian under construction <LI>works on web browsers calling a server <LI>web service not yet released, but preliminarily available in - <A HREF="http://tournesol.cs.chalmers.se/~aarne/phrasebook/phrasebook.html"><CODE>http://tournesol.cs.chalmers.se/~aarne/phrasebook/phrasebook.html</CODE></A> + <A HREF="http://www.grammaticalframework.org/demos/phrasebook/">http://www.grammaticalframework.org/demos/phrasebook/</A> </UL> <H1>Points illustrated</H1> @@ -150,6 +152,9 @@ Separate concrete syntaxes. the input language is ambiguous. </P> <P> +<CODE>Numeral</CODE>: resource grammar module directly inherited from the library. +</P> +<P> Here is the module structure as produced in GF by </P> <PRE> @@ -252,6 +257,6 @@ Here are the steps to follow for contributors: </UL> -<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) --> +<!-- html code generated by txt2tags 2.5 (http://txt2tags.sf.net) --> <!-- cmdline: txt2tags -thtml phrasebook.txt --> </BODY></HTML> |
