From 0ec36e032ddc4077edab4b9777c5f784a944eac0 Mon Sep 17 00:00:00 2001
From: aarne
Date: Thu, 20 May 2010 17:15:10 +0000
Subject: [PATCH] updated Phrasebook doc
---
examples/phrasebook/WordsSwe.gf | 2 +-
examples/phrasebook/phrasebook.html | 9 ++++++---
examples/phrasebook/phrasebook.txt | 9 ++++++---
3 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/examples/phrasebook/WordsSwe.gf b/examples/phrasebook/WordsSwe.gf
index 366fc0679..edf038029 100644
--- a/examples/phrasebook/WordsSwe.gf
+++ b/examples/phrasebook/WordsSwe.gf
@@ -38,7 +38,7 @@ concrete WordsSwe of Words = SentencesSwe **
-- places
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" ;
Bar = mkPlace (mkN "bar" "barer") "i" ;
Cafeteria = mkPlace (mkN "café" "café") "på" ;
diff --git a/examples/phrasebook/phrasebook.html b/examples/phrasebook/phrasebook.html
index 237672dbd..41378602c 100644
--- a/examples/phrasebook/phrasebook.html
+++ b/examples/phrasebook/phrasebook.html
@@ -6,7 +6,7 @@
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
@@ -17,6 +17,9 @@
History
+- 20 May. Version 0.9:
+ Spanish added, Bulgarian complete.
+
- 9 May. Version 0.7:
Danish and Norwegian added (preliminary versions induced from statistical models
and resource grammars).
@@ -78,13 +81,13 @@ The source code resides in
code.haskell.org/gf/examples/phrasebook/
-Current status (9 May 2010):
+Current status (20 May 2010):
- small but useful coverage in abstract syntax
- reasonable implementations for
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
- temporary user interdace
- works on web browsers calling a server
diff --git a/examples/phrasebook/phrasebook.txt b/examples/phrasebook/phrasebook.txt
index 89a8853fc..68a0d6f48 100644
--- a/examples/phrasebook/phrasebook.txt
+++ b/examples/phrasebook/phrasebook.txt
@@ -1,5 +1,5 @@
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
@@ -13,6 +13,9 @@ Krasimir Angelov, Olga Caprotti, Ramona Enache, Thomas Hallgren, Aarne Ranta
#BSMALL
History
+- 20 May. Version 0.9:
+ Spanish added, Bulgarian complete.
+
- 9 May. Version 0.7:
Danish and Norwegian added (preliminary versions induced from statistical models
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/]
-Current status (9 May 2010):
+Current status (20 May 2010):
- small but useful coverage in abstract syntax
- reasonable implementations for
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
- temporary user interdace
- works on web browsers calling a server