use CNNumNP in the parsing grammars

This commit is contained in:
kr.angelov
2012-09-27 09:31:04 +00:00
parent 73823dbadc
commit 933bdda844
3 changed files with 3 additions and 3 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,