forked from GitHub/gf-core
Use BigLexEng in ParseEng.
This commit is contained in:
@@ -11,6 +11,4 @@ abstract Parse =
|
|||||||
Phrase,
|
Phrase,
|
||||||
Text,
|
Text,
|
||||||
Structural,
|
Structural,
|
||||||
Idiom,
|
Idiom ;
|
||||||
|
|
||||||
Lexicon ;
|
|
||||||
|
|||||||
@@ -15,13 +15,20 @@ concrete ParseEng of ParseEngAbs =
|
|||||||
StructuralEng - [everybody_NP, every_Det, only_Predet, somebody_NP],
|
StructuralEng - [everybody_NP, every_Det, only_Predet, somebody_NP],
|
||||||
IdiomEng,
|
IdiomEng,
|
||||||
|
|
||||||
LexiconEng,
|
|
||||||
|
|
||||||
ExtraEng - [
|
ExtraEng - [
|
||||||
-- Don't include the uncontracted clauses. Instead
|
-- Don't include the uncontracted clauses. Instead
|
||||||
-- use them as variants of the contracted ones.
|
-- use them as variants of the contracted ones.
|
||||||
UncNegCl, UncNegQCl, UncNegRCl, UncNegImpSg, UncNegImpPl
|
UncNegCl, UncNegQCl, UncNegRCl, UncNegImpSg, UncNegImpPl
|
||||||
]
|
],
|
||||||
|
|
||||||
|
LexiconEng [N3, distance_N3,
|
||||||
|
VQ, wonder_VQ,
|
||||||
|
V2A, paint_V2A,
|
||||||
|
V2Q, ask_V2Q,
|
||||||
|
V2V, beg_V2V,
|
||||||
|
V2S, answer_V2S,
|
||||||
|
VA, become_VA],
|
||||||
|
BigLexEng
|
||||||
|
|
||||||
** open ParadigmsEng, ResEng, MorphoEng, ParamX, Prelude in {
|
** open ParadigmsEng, ResEng, MorphoEng, ParamX, Prelude in {
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,17 @@ abstract ParseEngAbs =
|
|||||||
-- Don't include the uncontracted clauses. Instead
|
-- Don't include the uncontracted clauses. Instead
|
||||||
-- use them as variants of the contracted ones.
|
-- use them as variants of the contracted ones.
|
||||||
UncNegCl, UncNegQCl, UncNegRCl, UncNegImpSg, UncNegImpPl
|
UncNegCl, UncNegQCl, UncNegRCl, UncNegImpSg, UncNegImpPl
|
||||||
]
|
],
|
||||||
|
|
||||||
|
Lexicon [N3, distance_N3,
|
||||||
|
VQ, wonder_VQ,
|
||||||
|
V2A, paint_V2A,
|
||||||
|
V2Q, ask_V2Q,
|
||||||
|
V2V, beg_V2V,
|
||||||
|
V2S, answer_V2S,
|
||||||
|
VA, become_VA],
|
||||||
|
BigLexEngAbs
|
||||||
|
|
||||||
** {
|
** {
|
||||||
|
|
||||||
-- Syntactic additions
|
-- Syntactic additions
|
||||||
|
|||||||
Reference in New Issue
Block a user