clean up tram; report German

This commit is contained in:
aarne
2006-01-22 21:30:26 +00:00
parent 3f2a7db309
commit d1a05d8fea
5 changed files with 12 additions and 5 deletions

View File

@@ -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"
}

View File

@@ -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" ;

View File

@@ -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.

View File

@@ -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 ;

View File

@@ -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