Hacker News new | ask | show | jobs
by abolibibelot 4571 days ago
When dealing with this general problem, the proper tool would more likely be language/culture detection + Named-Entity Recognition.

Simple regular expressions can be good enough if you're aware of the domain restriction though.

1 comments

Yeah, I threw together this module intending to supplement NER on a text classification project I'm currently working on, not as a replacement for NER.