Hello everybody,

we built a NER model to find persons (name) inside our documents.
We are looking for the best approach to understand if the name is
male/female.

Possible solutions:
- Plain dictionary?
- Regex to check the initial and/letters of the name?
- Classifier? (naive bayes? Maxent?)

Thanks

Reply via email to