corrections in finnish tram

This commit is contained in:
aarne
2006-11-08 15:12:35 +00:00
parent 8680d918f6
commit 8d80911f0e

View File

@@ -1,13 +1,19 @@
--# -path=.:../Common:prelude:alltenses:mathematical
concrete TramUserFin of TramUser = TramUserFin0-[stop_dest_stop, stop_dept_stop] **
open GrammarFin, GodisLangFin, TramLexiconFin in {
open GrammarFin, GodisLangFin, TramLexiconFin, ParadigmsFin in {
lin
stop_dest_stop x y =
UttAdv (mkAdv (
fromStr Adv (PrepNP (casePrep from_Case) x) ++
fromStr Adv (PrepNP (casePrep to_Case) y)
(PrepNP (casePrep from_Case) x).s ++
(PrepNP (casePrep to_Case) y).s
)
) ;
stop_dept_stop x y =
UttAdv (mkAdv (
(PrepNP (casePrep to_Case) x).s ++
(PrepNP (casePrep from_Case) y).s
)
) ;
}