1
0
forked from GitHub/gf-core
Files
gf-core/examples/godis-tram/Tram/TramUserFin.gf
2006-11-08 15:08:09 +00:00

15 lines
364 B
Plaintext

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