ufal / nametag

NameTag: Named Entity Tagger
Mozilla Public License 2.0
38 stars 10 forks source link

Small bug when clearing features #1

Closed iFrag closed 3 years ago

iFrag commented 9 years ago

Fixed a small bug where the whole feature vector was cleared instead of the individual features. This has caused exceptions in some instances, e.g. in bilou_ner_trainer::compute_previous_stage, when processing the sentence after clearing the vector of features.

foxik commented 3 years ago

I found out about the PR only now, after more than 5 years... Anyway, both of these are fixed already...