*** empty log message ***

This commit is contained in:
janna
2003-11-29 22:40:24 +00:00
parent 9e631a4fc6
commit e3dd913ce3

View File

@@ -50,6 +50,7 @@ lincat
-- = Adjective ** {p : IsPostfixAdj} ; -- = Adjective ** {p : IsPostfixAdj} ;
Fun = Function ; Fun = Function ;
-- = CommNounPhrase ** Complement ; -- = CommNounPhrase ** Complement ;
Fun2 = Function ** {s3 : Preposition; c2: Case} ;
V = Verb ; V = Verb ;
-- = {s : VF => Str ; t: Tense ; a : Aspect ; v: Voice} ; -- = {s : VF => Str ; t: Tense ; a : Aspect ; v: Voice} ;
@@ -58,6 +59,7 @@ lincat
-- negBefore: Bool} ; -- negBefore: Bool} ;
TV = TransVerb ; TV = TransVerb ;
-- = Verb ** {s2 : Preposition ; c: Case } ; -- = Verb ** {s2 : Preposition ; c: Case } ;
V3 = TransVerb ** {s4 : Preposition; c2: Case} ;
VS = SentenceVerb ; VS = SentenceVerb ;
-- = Verb ; -- = Verb ;
AdV = Adverb ; AdV = Adverb ;
@@ -81,6 +83,7 @@ lincat
-- = { s: Gender => Number => Str } ; -- = { s: Gender => Number => Str } ;
Phr = Utterance ; Phr = Utterance ;
-- = {s : Str} ; -- = {s : Str} ;
Text = {s : Str} ;
Conj = Conjunction ; Conj = Conjunction ;
-- = {s : Str ; n : Number} ; -- = {s : Str ; n : Number} ;
@@ -134,6 +137,7 @@ lin
AdvVP = adVerbPhrase ; AdvVP = adVerbPhrase ;
LocNP = locativeNounPhrase ; LocNP = locativeNounPhrase ;
AdvCN = advCommNounPhrase ; AdvCN = advCommNounPhrase ;
-- AdvAP = advAdjPhrase ;
PosSlashTV = slashTransVerb True ; PosSlashTV = slashTransVerb True ;
NegSlashTV = slashTransVerb False ; NegSlashTV = slashTransVerb False ;
@@ -164,6 +168,7 @@ lin
QuestPhrase = interrogUtt ; QuestPhrase = interrogUtt ;
ImperOne = imperUtterance Masc Sg ; ImperOne = imperUtterance Masc Sg ;
ImperMany = imperUtterance Masc Pl ; ImperMany = imperUtterance Masc Pl ;
--AdvS = advSentence ;
TwoS = twoSentence ; TwoS = twoSentence ;
ConsS = consSentence ; ConsS = consSentence ;
@@ -189,6 +194,8 @@ lin
PhrManyCN = useCommonNounPhrase Pl ; PhrManyCN = useCommonNounPhrase Pl ;
PhrIP ip = postfixSS "?" ip ; PhrIP ip = postfixSS "?" ip ;
PhrIAdv ia = postfixSS "?" ia ; PhrIAdv ia = postfixSS "?" ia ;
OnePhr p = p ;
ConsPhr = cc2 ;
INP = pron2NounPhrase pronYa Animate; INP = pron2NounPhrase pronYa Animate;
@@ -227,4 +234,8 @@ lin
PhrYes = ss ["да ."] ; PhrYes = ss ["да ."] ;
PhrNo = ss ["нет ."] ; PhrNo = ss ["нет ."] ;
VeryAdv = ss "очень" ;
TooAdv = ss "слишком" ;
OtherwiseAdv = ss "иначе" ;
ThereforeAdv = ss "следовательно" ;
} ; } ;