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