mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
updated Phrasebook doc
This commit is contained in:
@@ -38,7 +38,7 @@ concrete WordsSwe of Words = SentencesSwe **
|
|||||||
-- places
|
-- places
|
||||||
|
|
||||||
Airport = mkPlace (mkN "flygplats" "flygplatser") "på" ;
|
Airport = mkPlace (mkN "flygplats" "flygplatser") "på" ;
|
||||||
AmusementPark = mkPlace (mkN "nöjespark" "nöjesparken") "i" ;
|
AmusementPark = mkPlace (mkN "nöjespark" "nöjesparker") "i" ;
|
||||||
Bank = mkPlace (mkN "bank" "banker") "i" ;
|
Bank = mkPlace (mkN "bank" "banker") "i" ;
|
||||||
Bar = mkPlace (mkN "bar" "barer") "i" ;
|
Bar = mkPlace (mkN "bar" "barer") "i" ;
|
||||||
Cafeteria = mkPlace (mkN "café" "café") "på" ;
|
Cafeteria = mkPlace (mkN "café" "café") "på" ;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
||||||
<P ALIGN="center"><CENTER><H1>MOLTO Multilingual Phrasebook</H1>
|
<P ALIGN="center"><CENTER><H1>MOLTO Multilingual Phrasebook</H1>
|
||||||
<FONT SIZE="4">
|
<FONT SIZE="4">
|
||||||
<I>Krasimir Angelov, Olga Caprotti, Ramona Enache, Thomas Hallgren, Aarne Ranta </I><BR>
|
<I>Krasimir Angelov, Olga Caprotti, Ramona Enache, Thomas Hallgren, Inari Listenmaa, Aarne Ranta </I><BR>
|
||||||
</FONT></CENTER>
|
</FONT></CENTER>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
@@ -17,6 +17,9 @@
|
|||||||
History
|
History
|
||||||
</P>
|
</P>
|
||||||
<UL>
|
<UL>
|
||||||
|
<LI>20 May. Version 0.9:
|
||||||
|
Spanish added, Bulgarian complete.
|
||||||
|
<P></P>
|
||||||
<LI>9 May. Version 0.7:
|
<LI>9 May. Version 0.7:
|
||||||
Danish and Norwegian added (preliminary versions induced from statistical models
|
Danish and Norwegian added (preliminary versions induced from statistical models
|
||||||
and resource grammars).
|
and resource grammars).
|
||||||
@@ -78,13 +81,13 @@ The source code resides in
|
|||||||
<A HREF="http://code.haskell.org/gf/examples/phrasebook/"><CODE>code.haskell.org/gf/examples/phrasebook/</CODE></A>
|
<A HREF="http://code.haskell.org/gf/examples/phrasebook/"><CODE>code.haskell.org/gf/examples/phrasebook/</CODE></A>
|
||||||
</P>
|
</P>
|
||||||
<P>
|
<P>
|
||||||
Current status (9 May 2010):
|
Current status (20 May 2010):
|
||||||
</P>
|
</P>
|
||||||
<UL>
|
<UL>
|
||||||
<LI>small but useful coverage in abstract syntax
|
<LI>small but useful coverage in abstract syntax
|
||||||
<LI>reasonable implementations for
|
<LI>reasonable implementations for
|
||||||
Bulgarian, Danish, Dutch, English, Finnish, French, German,
|
Bulgarian, Danish, Dutch, English, Finnish, French, German,
|
||||||
Italian, Norwegian, Romanian, Swedish
|
Italian, Norwegian, Romanian, Spanish, Swedish
|
||||||
<LI>mostly just cloned for the rest of MOLTO languages
|
<LI>mostly just cloned for the rest of MOLTO languages
|
||||||
<LI>temporary user interdace
|
<LI>temporary user interdace
|
||||||
<LI>works on web browsers calling a server
|
<LI>works on web browsers calling a server
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
MOLTO Multilingual Phrasebook
|
MOLTO Multilingual Phrasebook
|
||||||
Krasimir Angelov, Olga Caprotti, Ramona Enache, Thomas Hallgren, Aarne Ranta
|
Krasimir Angelov, Olga Caprotti, Ramona Enache, Thomas Hallgren, Inari Listenmaa, Aarne Ranta
|
||||||
|
|
||||||
|
|
||||||
%!postproc(html): #HR <HR>
|
%!postproc(html): #HR <HR>
|
||||||
@@ -13,6 +13,9 @@ Krasimir Angelov, Olga Caprotti, Ramona Enache, Thomas Hallgren, Aarne Ranta
|
|||||||
#BSMALL
|
#BSMALL
|
||||||
|
|
||||||
History
|
History
|
||||||
|
- 20 May. Version 0.9:
|
||||||
|
Spanish added, Bulgarian complete.
|
||||||
|
|
||||||
- 9 May. Version 0.7:
|
- 9 May. Version 0.7:
|
||||||
Danish and Norwegian added (preliminary versions induced from statistical models
|
Danish and Norwegian added (preliminary versions induced from statistical models
|
||||||
and resource grammars).
|
and resource grammars).
|
||||||
@@ -65,11 +68,11 @@ The source code resides in
|
|||||||
[``code.haskell.org/gf/examples/phrasebook/`` http://code.haskell.org/gf/examples/phrasebook/]
|
[``code.haskell.org/gf/examples/phrasebook/`` http://code.haskell.org/gf/examples/phrasebook/]
|
||||||
|
|
||||||
|
|
||||||
Current status (9 May 2010):
|
Current status (20 May 2010):
|
||||||
- small but useful coverage in abstract syntax
|
- small but useful coverage in abstract syntax
|
||||||
- reasonable implementations for
|
- reasonable implementations for
|
||||||
Bulgarian, Danish, Dutch, English, Finnish, French, German,
|
Bulgarian, Danish, Dutch, English, Finnish, French, German,
|
||||||
Italian, Norwegian, Romanian, Swedish
|
Italian, Norwegian, Romanian, Spanish, Swedish
|
||||||
- mostly just cloned for the rest of MOLTO languages
|
- mostly just cloned for the rest of MOLTO languages
|
||||||
- temporary user interdace
|
- temporary user interdace
|
||||||
- works on web browsers calling a server
|
- works on web browsers calling a server
|
||||||
|
|||||||
Reference in New Issue
Block a user