1
0
forked from GitHub/gf-core

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],
AdjectiveBul,
NumeralBul,
SymbolBul [PN, Symb, MkSymb, SymbPN],
SymbolBul [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP],
ConjunctionBul,
VerbBul - [SlashV2V, PassV2, UseCopula, ComplVV],
AdverbBul,

View File

@@ -5,7 +5,7 @@ concrete ParseEng of ParseEngAbs =
NounEng - [PPartNP],
AdjectiveEng,
NumeralEng,
SymbolEng [PN, Symb, MkSymb, SymbPN],
SymbolEng [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP],
ConjunctionEng,
VerbEng - [SlashV2V, PassV2, UseCopula, ComplVV],
AdverbEng,

View File

@@ -4,7 +4,7 @@ abstract ParseEngAbs =
Noun - [PPartNP],
Adjective,
Numeral,
Symbol [PN, Symb, String, MkSymb, SymbPN],
Symbol [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP],
Conjunction,
Verb - [SlashV2V, PassV2, UseCopula, ComplVV],
Adverb,