forked from GitHub/gf-core
godis tram grammars, augmented with Fin
This commit is contained in:
14
examples/godis-tram/Tram/TramUserFin.gf
Normal file
14
examples/godis-tram/Tram/TramUserFin.gf
Normal file
@@ -0,0 +1,14 @@
|
||||
--# -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)
|
||||
)
|
||||
) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user