forked from GitHub/gf-core
godis tram grammars, augmented with Fin
This commit is contained in:
41
examples/godis-tram/Tram/TramLexicon.gf
Normal file
41
examples/godis-tram/Tram/TramLexicon.gf
Normal file
@@ -0,0 +1,41 @@
|
||||
--# -path=.:../Common:prelude:resource-1.0/abstract:resource-1.0/common
|
||||
|
||||
abstract TramLexicon = Cat ** {
|
||||
|
||||
fun
|
||||
|
||||
-- The functions should be in alphabetical order
|
||||
-- within each category
|
||||
|
||||
-- Adjectives
|
||||
short_A : A;
|
||||
|
||||
-- Conjunctions
|
||||
and_then_Conj : Conj;
|
||||
|
||||
-- Nouns
|
||||
route_N,
|
||||
stop_N,
|
||||
way_N : N;
|
||||
|
||||
-- Prepositiona
|
||||
from_Prep,
|
||||
to_Prep : Prep;
|
||||
|
||||
-- Verbs-1
|
||||
help_V,
|
||||
restart_V : V;
|
||||
|
||||
-- Verbs-2
|
||||
go_from_V2,
|
||||
go_to_V2,
|
||||
find_V2,
|
||||
findout_V2,
|
||||
take_V2 : V2;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user