From d9ccb26c9891f296e95af531ec2473c3f4dd732a Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 2 Jun 2011 10:30:32 +0000 Subject: [PATCH] "Urd in Phrasebook Makefile; correct form of adj Spa.spanish_A" --- examples/phrasebook/Makefile | 6 +++--- examples/phrasebook/WordsSpa.gf | 3 ++- examples/phrasebook/missing.txt | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/examples/phrasebook/Makefile b/examples/phrasebook/Makefile index e1c536e44..5ddf0a5fc 100644 --- a/examples/phrasebook/Makefile +++ b/examples/phrasebook/Makefile @@ -5,17 +5,17 @@ all: fin demo missing demo: compdemo linkdemo compdemo: - $(compile) Bul Cat Dan Dut Eng Fre Ger Ita Nor Pol Ron Spa Swe DisambPhrasebookEng + $(compile) Bul Cat Dan Dut Eng Fre Ger Ita Nor Pol Ron Spa Swe Urd DisambPhrasebookEng linkdemo: - $(compile) -link Eng Bul Cat Dan Dut Fin Fre Ger Ita Nor Pol Ron Spa Swe DisambPhrasebookEng + $(compile) -link Eng Bul Cat Dan Dut Fin Fre Ger Ita Nor Pol Ron Spa Swe Urd DisambPhrasebookEng #separate, because slow... fin: $(compile) Fin pgfs: - $(compile) Bul Cat Dan Dut Eng Fin Fre Ger Ita Nor Pol Ron Rus Spa Swe + $(compile) Bul Cat Dan Dut Eng Fin Fre Ger Ita Nor Pol Ron Rus Spa Swe Urd koe: $(compile) Eng Fre DisambPhrasebookEng diff --git a/examples/phrasebook/WordsSpa.gf b/examples/phrasebook/WordsSpa.gf index 64b42b059..6c195669f 100644 --- a/examples/phrasebook/WordsSpa.gf +++ b/examples/phrasebook/WordsSpa.gf @@ -106,7 +106,7 @@ lin Polish = mkNat (mkA "polaco") "polaco" "Polonia" ; Romanian = mkNat (mkA "rumano") "rumano" "Rumania" ; Russian = mkNat (mkA "ruso") "ruso" "Rusia" ; - Spanish = mkNat (mkA "español") "español" "España" ; + Spanish = mkNat spanish_A "español" "España" ; Swedish = mkNat (mkA "sueco") "sueco" "Suecia" ; -- means of transportation @@ -308,5 +308,6 @@ lin finnish_A = mkA "finlandés" "finlandesa" "finlandeses" "finlandesas" "finlandesamente" ; french_A = mkA "francés" "francesa" "franceses" "francesas" "francesamente" ; german_A = mkA "alemán" "alemana" "alemanes" "alemanas" "alemanamente" ; + spanish_A = mkA "español" "española" "españoles" "españolas" "españolamente" ; } diff --git a/examples/phrasebook/missing.txt b/examples/phrasebook/missing.txt index 88a998dfb..500b2be87 100644 --- a/examples/phrasebook/missing.txt +++ b/examples/phrasebook/missing.txt @@ -13,3 +13,4 @@ PhrasebookPol : PhrasebookRon : PhrasebookSpa : PhrasebookSwe : +PhrasebookUrd :