reported the chunking translator in Finnish log

This commit is contained in:
aarne
2013-04-02 19:42:19 +00:00
parent c457cfe305
commit bfa7ce816c
2 changed files with 10 additions and 1 deletions

View File

@@ -60063,4 +60063,9 @@ yield_N = mkN "tuotos" ;
weekend_N = mkN "viikonloppu" ; -- 946
withdrawal_N = mkN "pois" (mkN "vetäminen") ;
-- miscellaneous additions
how8much_IDet = {s = \\c => "kuinka" ++ (snoun2nounBind (exceptNomN (mkN "paljo") "paljon")).s ! NCase Sg c ; n = Sg ; isNum = False} ;
}

View File

@@ -190,7 +190,11 @@ Also tried linearization by chunks, defined as maximal fun-headed subtrees. Quit
smoothing with shorter n-grams one could say. Long-distance agreements lost, but chunks make sense.
2/4
Implemented an elementary chunking translator, located in svn://molto-project.eu/wp5/engfin/
For the first time, able to "translate everything" from English to Finnish. The quality is horrible of course.