Entity Embeddings of email address
I have a set of email address e.g. [email protected], [email protected], [email protected], [email protected].....
Is it possible to apply ML/Mathematics to generate category (like NER) from Id (part before @). Problem with straight forward application of NER is that the emails are not proper english.
- [email protected] Person
- [email protected] Person
- [email protected] Company
- [email protected] Company
- [email protected] Place/Company
Topic named-entity-recognition nlp machine-learning
Category Data Science