Comment 2 for bug 499357

Revision history for this message
Jim White (james-paul-white) wrote :

There's more to this because GateEntityDetector has a member basic that is also an EntityTagger and *it* can get in trouble from saving the previous sentence too. So I do the reset thing on it too, still wondering what the right solution is.

I notice that GateEntityDetector has a member doc that also holds information from the previous sentence, so I reset that as well for good measure.

Hmm, patch a little funky because GateEntityDetector.java has CRLF line endings.