pyStatParser icon indicating copy to clipboard operation
pyStatParser copied to clipboard

norm_parse returns None

Open Romainpaulus opened this issue 11 years ago • 0 comments

parser.norm_parse(text) returns None for some sentences, hence parser.parse(text) crashes because is uses norm_parse internally.

The string "this is bad" falls into that category and cannot be parsed with norm_parse, but "this is very bad" works well.

Romainpaulus avatar Sep 18 '14 21:09 Romainpaulus