mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 02:38:55 -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 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;
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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 ** {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user