v-mipeng / LexiconAugmentedNER

Reject complicated operations for incorporating lexicon for Chinese NER.
435 stars 72 forks source link

Biword miss number_normalized #12

Open whustan opened 4 years ago

whustan commented 4 years ago

https://github.com/v-mipeng/LexiconAugmentedNER/blob/7db151ed6534b9484be4e9bdef5971086b461ca1/utils/data.py#L169

the second word miss following process: if self.number_normalized: word = normalize_word(word)

rtmaww commented 3 years ago

Thanks for your correction!