Processing relations of characters in a Novel
The project is a simple NLP project that extracts relations between characters in a novel. The project uses the spaCY library to extract Named Entities from the text, and then uses a simple rule-based system to extract relations between the characters.
The project was developed in Python, and the code is available on Github