mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
use CNNumNP in the parsing grammars
This commit is contained in:
@@ -5,7 +5,7 @@ concrete ParseEngBul of ParseEngAbs =
|
|||||||
NounBul - [PPartNP],
|
NounBul - [PPartNP],
|
||||||
AdjectiveBul,
|
AdjectiveBul,
|
||||||
NumeralBul,
|
NumeralBul,
|
||||||
SymbolBul [PN, Symb, MkSymb, SymbPN],
|
SymbolBul [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP],
|
||||||
ConjunctionBul,
|
ConjunctionBul,
|
||||||
VerbBul - [SlashV2V, PassV2, UseCopula, ComplVV],
|
VerbBul - [SlashV2V, PassV2, UseCopula, ComplVV],
|
||||||
AdverbBul,
|
AdverbBul,
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ concrete ParseEng of ParseEngAbs =
|
|||||||
NounEng - [PPartNP],
|
NounEng - [PPartNP],
|
||||||
AdjectiveEng,
|
AdjectiveEng,
|
||||||
NumeralEng,
|
NumeralEng,
|
||||||
SymbolEng [PN, Symb, MkSymb, SymbPN],
|
SymbolEng [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP],
|
||||||
ConjunctionEng,
|
ConjunctionEng,
|
||||||
VerbEng - [SlashV2V, PassV2, UseCopula, ComplVV],
|
VerbEng - [SlashV2V, PassV2, UseCopula, ComplVV],
|
||||||
AdverbEng,
|
AdverbEng,
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ abstract ParseEngAbs =
|
|||||||
Noun - [PPartNP],
|
Noun - [PPartNP],
|
||||||
Adjective,
|
Adjective,
|
||||||
Numeral,
|
Numeral,
|
||||||
Symbol [PN, Symb, String, MkSymb, SymbPN],
|
Symbol [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP],
|
||||||
Conjunction,
|
Conjunction,
|
||||||
Verb - [SlashV2V, PassV2, UseCopula, ComplVV],
|
Verb - [SlashV2V, PassV2, UseCopula, ComplVV],
|
||||||
Adverb,
|
Adverb,
|
||||||
|
|||||||
Reference in New Issue
Block a user