Named Entity Recognition for Bleak House
The Named Entity Recognition is now working on the python side. So to recap:
- I trained a POS tagger to 90+% accuracy
- Used this as part of the feature set for a Named Entity Recognition model
- Tested this out on a novel - Bleak House
So this is what the results look like. These are the most common named entities in the book. They match well with my knowledge from reading it.
Next up I want to get this working on the front end. Will tidy the code for the POS and NER up. Write the JavaScript version of the NER prediction code and get the novel loading code working.
It would be interesting to see where these named entities feature throughout the book. A timeline of some sort would be good there.
Comments
Post a Comment