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

@@ -36,7 +36,7 @@ lincat
-- g: PronGen ; anim : Animacy ; pron: Bool} ;
PN = ProperName ;
-- = {s : Case => Str ; g : Gender ; anim : Animacy} ;
A1 = Adjective ;
A = Adjective ;
-- = {s : AdjForm => Str} ;
A2 = AdjCompl ;
-- = Adjective ** Complement ;

View File

@@ -6,8 +6,8 @@ lin
UsePN = nameNounPhrase ;
ComplA2 = complAdj ;
PredVP = predVerbPhrase ;
UseA1 = adj2adjPhrase ;
ModAdj = modCommNounPhrase ;
UseA = adj2adjPhrase ;
ModAP = modCommNounPhrase ;
UseN = noun2CommNounPhrase ;
ModGenOne = npGenDet Sg noNum ;
ModGenNum = npGenDet Pl ;