mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 23:09:31 -06:00
insert spaces in the hyphenated words in DictEng. Various small fixes in DictEng and ParseEng
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -13766,7 +13766,6 @@ fun flesh_wound_N : N;
|
||||
fun fleshly_A : A;
|
||||
fun fleshy_A : A;
|
||||
fun fleur_de_lis_N : N;
|
||||
fun fleur_de_lys_N : N;
|
||||
fun flex_N : N;
|
||||
fun flex_V2 : V2;
|
||||
fun flexibility_N : N;
|
||||
|
||||
@@ -12,7 +12,7 @@ concrete ParseEng of ParseEngAbs =
|
||||
PhraseEng,
|
||||
SentenceEng,
|
||||
RelativeEng,
|
||||
IdiomEng [VP, Tense, ProgrVP],
|
||||
IdiomEng [NP, VP, Tense, Cl, ProgrVP, ExistNP],
|
||||
ExtraEng [NP, Quant, VPSlash, VP, Tense, GenNP, PassVPSlash],
|
||||
DictEng **
|
||||
open MorphoEng, ResEng, ParadigmsEng, Prelude in {
|
||||
|
||||
@@ -11,7 +11,7 @@ abstract ParseEngAbs =
|
||||
Phrase,
|
||||
Sentence,
|
||||
Relative,
|
||||
Idiom [VP, ProgrVP],
|
||||
Idiom [NP, VP, Cl, ProgrVP, ExistNP],
|
||||
Extra [NP, Quant, VPSlash, VP, GenNP, PassVPSlash],
|
||||
DictEngAbs ** {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user