mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
corrections in finnish tram
This commit is contained in:
@@ -1,13 +1,19 @@
|
|||||||
--# -path=.:../Common:prelude:alltenses:mathematical
|
--# -path=.:../Common:prelude:alltenses:mathematical
|
||||||
|
|
||||||
concrete TramUserFin of TramUser = TramUserFin0-[stop_dest_stop, stop_dept_stop] **
|
concrete TramUserFin of TramUser = TramUserFin0-[stop_dest_stop, stop_dept_stop] **
|
||||||
open GrammarFin, GodisLangFin, TramLexiconFin in {
|
open GrammarFin, GodisLangFin, TramLexiconFin, ParadigmsFin in {
|
||||||
|
|
||||||
lin
|
lin
|
||||||
stop_dest_stop x y =
|
stop_dest_stop x y =
|
||||||
UttAdv (mkAdv (
|
UttAdv (mkAdv (
|
||||||
fromStr Adv (PrepNP (casePrep from_Case) x) ++
|
(PrepNP (casePrep from_Case) x).s ++
|
||||||
fromStr Adv (PrepNP (casePrep to_Case) y)
|
(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
|
||||||
)
|
)
|
||||||
) ;
|
) ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user