starting to add tense to English resource

This commit is contained in:
aarne
2005-01-17 16:32:15 +00:00
parent a19856618b
commit 330e73f9aa
15 changed files with 1814 additions and 15 deletions

View File

@@ -35,7 +35,7 @@ lincat
n : Number ; p : Person ; c : ClitType} ;
PN = {s : Str ; g : Gender} ;
Det = {s : Gender => Str ; n : Number} ;
A1 = Adjective ;
A = Adjective ;
-- = {s : AForm => Str ; p : Bool} ;
A2 = Adjective ** {s2 : Preposition ; c : CaseA} ;
ADeg = {s : Degree => AForm => Str ; p : Bool} ;

View File

@@ -5,14 +5,14 @@ incomplete concrete RulesRomance of Rules = CategoriesRomance **
lin
UseN = noun2CommNounPhrase ;
ModAdj = modCommNounPhrase ;
ModAP = modCommNounPhrase ;
ModGenOne = npGenDet singular ;
ModGenNum = npGenDetNum ;
UsePN = nameNounPhrase ;
UseN2 = funAsCommNounPhrase ; -- [SyntaxFra.noun2CommNounPhrase]
AppN2 = appFunComm ;
AppN3 = appFun2 ;
UseA1 = adj2adjPhrase ;
UseA = adj2adjPhrase ;
ComplA2 = complAdj ;
PositADeg = positAdjPhrase ;
ComparADeg = comparAdjPhrase ;