Skip to content

Named entity removal from a bank email. I want to remove and collect name, account numbers, orgnization names #13004

Discussion options

You must be logged in to vote

Hello Vrunm, if you follow the Spacy101 course youwill be able to handle this case, and many others. You need to add some entity patterns, since spacy do not know anything about account numbers . Even this phone formatting isn't valid in english/american formats, you need to add these patterns too. You need then to add these patterns using rule matching OR train using some annotated data.

You can also follow the guides about linguistic features and rule-based matching if your cases do not go far from it.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by svlandeg
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usage General spaCy usage feat / ner Feature: Named Entity Recognizer
2 participants