forked from GitHub/gf-core
weekdays and months in Fin
This commit is contained in:
@@ -59789,4 +59789,26 @@ fail_VV = mkVV (mkV "epäonnistua") infIllat ;
|
|||||||
help_VV = mkVV (mkV "auttaa") infIllat ;
|
help_VV = mkVV (mkV "auttaa") infIllat ;
|
||||||
hope_VV = mkVV (mkV "toivoa") infPresPartAgr ;
|
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")) ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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.
|
RGL fix: more infinitive forms (näyttää nukkuvan, toivoo nukkuvansa); forms available through mkVV.
|
||||||
Checked 50 VV's in Dict. 145 changes in translations.
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user