diff --git a/lib/src/finnish/stemmed/DictEngFin.gf b/lib/src/finnish/stemmed/DictEngFin.gf index a5927d14e..94465987a 100644 --- a/lib/src/finnish/stemmed/DictEngFin.gf +++ b/lib/src/finnish/stemmed/DictEngFin.gf @@ -59789,4 +59789,26 @@ fail_VV = mkVV (mkV "epäonnistua") infIllat ; help_VV = mkVV (mkV "auttaa") infIllat ; hope_VV = mkVV (mkV "toivoa") infPresPartAgr ; +--weekdays an and months, manually +monday_PN = mkPN "maanantai" ; +tuesday_PN = mkPN "tiistai" ; +wednesday_PN = mkPN "keskiviikko" ; +thursday_PN = mkPN "torstai" ; +friday_PN = mkPN "perjantai" ; +saturday_PN = mkPN "lauantai" ; +sunday_PN = mkPN "sunnuntai" ; + +january_PN = mkPN (mkN "tammi" (mkN "kuu")) ; +february_PN = mkPN (mkN "helmi" (mkN "kuu")) ; +march_PN = mkPN (mkN "maalis" (mkN "kuu")) ; +april_PN = mkPN (mkN "huhti" (mkN "kuu")) ; +may_PN = mkPN (mkN "touko" (mkN "kuu")) ; +june_PN = mkPN (mkN "kesä" (mkN "kuu")) ; +july_PN = mkPN (mkN "heinä" (mkN "kuu")) ; +august_PN = mkPN (mkN "elo" (mkN "kuu")) ; +september_PN = mkPN (mkN "syys" (mkN "kuu")) ; +october_PN = mkPN (mkN "loka" (mkN "kuu")) ; +november_PN = mkPN (mkN "marras" (mkN "kuu")) ; +december_PN = mkPN (mkN "joulu" (mkN "kuu")) ; + } diff --git a/lib/src/finnish/stemmed/log.txt b/lib/src/finnish/stemmed/log.txt index d5484325d..354da4eb5 100644 --- a/lib/src/finnish/stemmed/log.txt +++ b/lib/src/finnish/stemmed/log.txt @@ -128,6 +128,14 @@ Dictionary revision: 250 words with 6--10 occurrences ; 107 changed in 30 minute RGL fix: more infinitive forms (näyttää nukkuvan, toivoo nukkuvansa); forms available through mkVV. Checked 50 VV's in Dict. 145 changes in translations. +RGL fix: weakForm (projekdin -> projektin etc). Also noted that "olemaan"/"oleva" require one more VForm, +separate from "ole" ("ottamaan", not "otamaan") and from "ovat" (*"omaan"). + +Received a corrected corpus from Krasimir, with weekdays and months recognized. This changes 100 translations. +Now at version 13-eng-fin-wsj.txt, working with penn/wsj-3220/corr-wsj.full. + + +