emilmont / pyStatParser

Simple Python Statistical Parser
Apache License 2.0
110 stars 49 forks source link

norm_parse returns None #6

Open Romainpaulus opened 10 years ago

Romainpaulus commented 10 years ago

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.