1
0
forked from GitHub/gf-core

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

@@ -41,7 +41,7 @@ lincat
Num = {s : Case => Str} ;
Prep = {s : Str} ;
A1 = Adjective ;
A = Adjective ;
-- = {s : AdjFormPos => Case => Str} ;
A2 = Adjective ** {s2 : Preposition} ;
ADeg = {s : AdjForm => Str} ;

View File

@@ -2,14 +2,14 @@ concrete RulesSwe of Rules = CategoriesSwe ** open Prelude, SyntaxSwe in {
lin
UseN = noun2CommNounPhrase ;
ModAdj = modCommNounPhrase ;
ModAP = modCommNounPhrase ;
ModGenOne = npGenDet singular noNum ;
ModGenNum = npGenDet plural ;
UsePN = nameNounPhrase ;
UseN2 = funAsCommNounPhrase ;
AppN2 = appFunComm ;
AppN3 = appFun2 ;
UseA1 = adj2adjPhrase ;
UseA = adj2adjPhrase ;
ComplA2 = complAdj ;
PositADeg = positAdjPhrase ;
ComparADeg = comparAdjPhrase ;