mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
reported the chunking translator in Finnish log
This commit is contained in:
@@ -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} ;
|
||||
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user