mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
clean up tram; report German
This commit is contained in:
@@ -12,7 +12,7 @@ incomplete concrete AdverbRomance of Adverb =
|
||||
s = cadv.s ++ a.s ! Posit ! AA ++ conjThan ++ s.s ! Conjunct --- ne
|
||||
} ;
|
||||
|
||||
PrepNP prep np = {s = prep.s ++ np.s ! Ton Acc} ;
|
||||
PrepNP prep np = {s = prep.s ++ np.s ! case2npform prep.c} ;
|
||||
|
||||
AdAdv = cc2 ;
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ incomplete concrete CatRomance of Cat =
|
||||
PConj = {s : Str} ;
|
||||
CAdv = {s : Str} ;
|
||||
Subj = {s : Str ; m : Mood} ;
|
||||
Prep = {s : Str} ;
|
||||
Prep = {s : Str ; c : Case} ;
|
||||
|
||||
-- Open lexical classes, e.g. Basic
|
||||
|
||||
|
||||
Reference in New Issue
Block a user