mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
fixes in DictEng and ParseEng
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user