1
0
forked from GitHub/gf-core

fixes in DictEng and ParseEng

This commit is contained in:
kr.angelov
2012-05-07 21:40:14 +00:00
parent ed6a53609b
commit 38ed063405
4 changed files with 15 additions and 9 deletions

View File

@@ -4,9 +4,9 @@ abstract ParseEngAbs =
Noun,
Adjective,
Numeral,
Symbol,
Symbol [PN, Symb, String, MkSymb, SymbPN],
Conjunction,
Verb - [SlashV2V, PassV2],
Verb - [SlashV2V, PassV2, UseCopula],
Adverb,
Phrase,
Sentence,
@@ -28,6 +28,7 @@ fun CompoundCN : Num -> N -> CN -> CN ;
ourself_NP : NP ;
yourselfPl_NP : NP ;
themself_NP : NP ;
themselves_NP : NP ;
OrdCompar : A -> Ord ;
PositAdVAdj : A -> AdV ;