0

I have to build a Entity extractor in C# which would do following things:

  1. read a file(.doc, docx).
  2. scan the doc for following entities:
  3. Name(forename, surname).
  4. Location( includes building, apartment, street names, state, town cities etc.)
  5. Zip code.
  6. Vehicle Identification number
  7. Social security.
  8. Phone num.
  9. Basically all personal identification entities.

Once these entities are found, remove it, and save the rest of the data.

I have tried Stanford.NER but it only recognizes person, organization and place(only city names). I want street name building name also.

neha
  • 1

0 Answers0