insert spaces in the hyphenated words in DictEng. Various small fixes in DictEng and ParseEng

This commit is contained in:
kr.angelov
2012-04-10 09:15:37 +00:00
parent 4ddf81c05f
commit 18185aba97
4 changed files with 3377 additions and 3379 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -13766,7 +13766,6 @@ fun flesh_wound_N : N;
fun fleshly_A : A; fun fleshly_A : A;
fun fleshy_A : A; fun fleshy_A : A;
fun fleur_de_lis_N : N; fun fleur_de_lis_N : N;
fun fleur_de_lys_N : N;
fun flex_N : N; fun flex_N : N;
fun flex_V2 : V2; fun flex_V2 : V2;
fun flexibility_N : N; fun flexibility_N : N;

View File

@@ -12,7 +12,7 @@ concrete ParseEng of ParseEngAbs =
PhraseEng, PhraseEng,
SentenceEng, SentenceEng,
RelativeEng, RelativeEng,
IdiomEng [VP, Tense, ProgrVP], IdiomEng [NP, VP, Tense, Cl, ProgrVP, ExistNP],
ExtraEng [NP, Quant, VPSlash, VP, Tense, GenNP, PassVPSlash], ExtraEng [NP, Quant, VPSlash, VP, Tense, GenNP, PassVPSlash],
DictEng ** DictEng **
open MorphoEng, ResEng, ParadigmsEng, Prelude in { open MorphoEng, ResEng, ParadigmsEng, Prelude in {

View File

@@ -11,7 +11,7 @@ abstract ParseEngAbs =
Phrase, Phrase,
Sentence, Sentence,
Relative, Relative,
Idiom [VP, ProgrVP], Idiom [NP, VP, Cl, ProgrVP, ExistNP],
Extra [NP, Quant, VPSlash, VP, GenNP, PassVPSlash], Extra [NP, Quant, VPSlash, VP, GenNP, PassVPSlash],
DictEngAbs ** { DictEngAbs ** {