Sentence Tree v/s Words List
- by Rohit Jose
I was recently tasked with building a Name Entity Recognizer as part of a project. The objective was to parse a given sentence and come up with all the possible combinations of the entities.
One approach that was suggested was to keep a lookup table for all the know connector words like articles and conjunctions, remove them from the words list…