phrasebook doc updated to Pol

This commit is contained in:
aarne
2010-05-27 05:44:04 +00:00
parent ad1a116dfc
commit 3277ac4846
5 changed files with 29 additions and 17 deletions

View File

@@ -344,7 +344,7 @@ Means of transportation
Actions: the predication patterns are very often language-dependent. Actions: the predication patterns are very often language-dependent.
<pre> <pre>
AHasAge p num = mkCl p.name (mkNP (mkDet num)) ; AHasAge p num = mkCl p.name (mkNP (mkNP num L.year_N) (mkAdv "old"));
AHasChildren p num = mkCl p.name have_V2 (mkNP num L.child_N) ; AHasChildren p num = mkCl p.name have_V2 (mkNP num L.child_N) ;
AHasRoom p num = mkCl p.name have_V2 AHasRoom p num = mkCl p.name have_V2
(mkNP (mkNP a_Det (mkN "room")) (SyntaxEng.mkAdv for_Prep (mkNP num (mkN "person")))) ; (mkNP (mkNP a_Det (mkN "room")) (SyntaxEng.mkAdv for_Prep (mkNP num (mkN "person")))) ;

View File

@@ -5,10 +5,10 @@ all: fin demo missing
demo: compdemo linkdemo demo: compdemo linkdemo
compdemo: compdemo:
$(compile) Bul Cat Dan Dut Eng Fre Ger Ita Nor Ron Spa Swe DisambPhrasebookEng $(compile) Bul Cat Dan Dut Eng Fre Ger Ita Nor Pol Ron Spa Swe DisambPhrasebookEng
linkdemo: linkdemo:
$(compile) -link Eng Bul Cat Dan Dut Fin Fre Ger Ita Nor Ron Spa Swe DisambPhrasebookEng $(compile) -link Eng Bul Cat Dan Dut Fin Fre Ger Ita Nor Pol Ron Spa Swe DisambPhrasebookEng
#separate, because slow... #separate, because slow...
fin: fin:

View File

@@ -1,6 +1,6 @@
DisambPhrasebookEng : DisambPhrasebookEng :
PhrasebookBul : GCongratulations GGoodLuck GHappyBirthday PhrasebookBul : GCongratulations GGoodLuck GHappyBirthday
PhrasebookCat : pot01 PhrasebookCat :
PhrasebookDan : PhrasebookDan :
PhrasebookDut : PhrasebookDut :
PhrasebookEng : PhrasebookEng :
@@ -9,6 +9,7 @@ PhrasebookFre :
PhrasebookGer : PhrasebookGer :
PhrasebookIta : PhrasebookIta :
PhrasebookNor : PhrasebookNor :
PhrasebookPol :
PhrasebookRon : PhrasebookRon :
PhrasebookSpa : GCongratulations GGoodLuck GHappyBirthday PhrasebookSpa : GCongratulations GGoodLuck GHappyBirthday
PhrasebookSwe : PhrasebookSwe :

View File

@@ -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, Inari Listenmaa, Aarne Ranta, Jordi Saludes </I><BR> <I>Krasimir Angelov, Olga Caprotti, Ramona Enache, Thomas Hallgren, Inari Listenmaa, Aarne Ranta, Jordi Saludes, Adam Slaski</I><BR>
Showcase for project FP7-ICT-247914, Deliverable D10.2. Showcase for project FP7-ICT-247914, Deliverable D10.2.
</FONT></CENTER> </FONT></CENTER>
@@ -18,6 +18,7 @@ Showcase for project FP7-ICT-247914, Deliverable D10.2.
History History
</P> </P>
<UL> <UL>
<LI>27 May. Polish added.
<LI>26 May. Version 0.9: <LI>26 May. Version 0.9:
Catalan added, mass/count noun distinction to reduce overgeneration, Catalan added, mass/count noun distinction to reduce overgeneration,
improved web interface. improved web interface.
@@ -84,14 +85,11 @@ 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 (26 May 2010): Current status (27 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 all MOLTO languages except Russian
Bulgarian, Catalan, Danish, Dutch, English, Finnish, French, German,
Italian, Norwegian, Romanian, Spanish, Swedish
<LI>Polish and Russian under construction
<LI>works on web browsers calling a server <LI>works on web browsers calling a server
<LI>web service not yet released, but preliminarily available in <LI>web service not yet released, but preliminarily available in
<A HREF="http://www.grammaticalframework.org/demos/phrasebook/">http://www.grammaticalframework.org/demos/phrasebook/</A> <A HREF="http://www.grammaticalframework.org/demos/phrasebook/">http://www.grammaticalframework.org/demos/phrasebook/</A>
@@ -253,9 +251,16 @@ Here are the steps to follow for contributors:
<LI>Don't delete anything! But you are free to correct incorrect forms. <LI>Don't delete anything! But you are free to correct incorrect forms.
<LI>Don't change the module structure! <LI>Don't change the module structure!
<LI>Don't compromise quality to gain coverage: <I>non multa sed multum!</I> <LI>Don't compromise quality to gain coverage: <I>non multa sed multum!</I>
<P></P>
</UL> </UL>
<H2>Acknowledgements</H2>
<P>
The Phrasebook has been built in the MOLTO project funded by the European Commission.
</P>
<P>
The authors are grateful to their native speaker informants helping to bootstrap and evaluate
the grammars: Richard Bubel, Grégoire Détrez, Michal Palka, Willard Rafnsson,...
</P>
<!-- html code generated by txt2tags 2.5 (http://txt2tags.sf.net) --> <!-- html code generated by txt2tags 2.5 (http://txt2tags.sf.net) -->
<!-- cmdline: txt2tags -thtml phrasebook.txt --> <!-- cmdline: txt2tags -thtml phrasebook.txt -->

View File

@@ -1,5 +1,5 @@
MOLTO Multilingual Phrasebook MOLTO Multilingual Phrasebook
Krasimir Angelov, Olga Caprotti, Ramona Enache, Thomas Hallgren, Inari Listenmaa, Aarne Ranta, Jordi Saludes Krasimir Angelov, Olga Caprotti, Ramona Enache, Thomas Hallgren, Inari Listenmaa, Aarne Ranta, Jordi Saludes, Adam Slaski
Showcase for project FP7-ICT-247914, Deliverable D10.2. Showcase for project FP7-ICT-247914, Deliverable D10.2.
@@ -14,6 +14,7 @@ Showcase for project FP7-ICT-247914, Deliverable D10.2.
#BSMALL #BSMALL
History History
- 27 May. Polish added.
- 26 May. Version 0.9: - 26 May. Version 0.9:
Catalan added, mass/count noun distinction to reduce overgeneration, Catalan added, mass/count noun distinction to reduce overgeneration,
improved web interface. improved web interface.
@@ -71,12 +72,9 @@ 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 (26 May 2010): Current status (27 May 2010):
- small but useful coverage in abstract syntax - small but useful coverage in abstract syntax
- reasonable implementations for - reasonable implementations for all MOLTO languages except Russian
Bulgarian, Catalan, Danish, Dutch, English, Finnish, French, German,
Italian, Norwegian, Romanian, Spanish, Swedish
- Polish and Russian under construction
- works on web browsers calling a server - works on web browsers calling a server
- web service not yet released, but preliminarily available in - web service not yet released, but preliminarily available in
http://www.grammaticalframework.org/demos/phrasebook/ http://www.grammaticalframework.org/demos/phrasebook/
@@ -215,3 +213,11 @@ Here are the steps to follow for contributors:
- Don't change the module structure! - Don't change the module structure!
- Don't compromise quality to gain coverage: //non multa sed multum!// - Don't compromise quality to gain coverage: //non multa sed multum!//
==Acknowledgements==
The Phrasebook has been built in the MOLTO project funded by the European Commission.
The authors are grateful to their native speaker informants helping to bootstrap and evaluate
the grammars: Richard Bubel, Grégoire Détrez, Michal Palka, Willard Rafnsson,...