mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 07:19:31 -06:00
clean up tram; report German
This commit is contained in:
@@ -30,7 +30,7 @@ fun
|
||||
-- PClick : Click -> Place ; -- click associated with a "here"
|
||||
-- PHere : Place ; -- indexical "here", without a click
|
||||
|
||||
FromThisPlace : Dep ; -- "from this place"
|
||||
ToThisPlace : Dest ; -- "to this place"
|
||||
-- FromThisPlace : Dep ; -- "from this place"
|
||||
-- ToThisPlace : Dest ; -- "to this place"
|
||||
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ concrete StructuralFre of Structural = CatFre **
|
||||
|
||||
lin
|
||||
|
||||
above_Prep = {s = ["au dessus"] ; c = genitive ; isDir = False} ;
|
||||
above_Prep = {s = ["au dessus"] ; c = MorphoFre.genitive ; isDir = False} ;
|
||||
after_Prep = mkPreposition "après" ;
|
||||
all_Predet = {s = aagrForms "tout" "toute" "tous" "toutes"} ;
|
||||
almost_AdA, almost_AdN = ss "presque" ;
|
||||
|
||||
@@ -258,3 +258,10 @@ Known bugs: double infinitives in subordinate clauses.
|
||||
Known uncertainties: marked with ----, mostly in Structural and Basic.
|
||||
|
||||
Work: ca 27h for whole German (but with support in 0.6 esp. morphology, Swedish).
|
||||
|
||||
|
||||
22/1
|
||||
|
||||
Fixed double infinitives with a new field (isAux : Bool) in VP. Used in
|
||||
mkClause.
|
||||
|
||||
|
||||
@@ -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