Named Entity Recognition for Bleak House

The Named Entity Recognition is now working on the python side. So to recap:

  1. I trained a POS tagger to 90+% accuracy
  2. Used this as part of the feature set for a Named Entity Recognition model
  3. 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

Popular posts from this blog

Execute Jupyter notebooks line by line in VS Code

Using TensorFlow Serving

Text Summarisation with BERT