dhmit / gender_analysis_web

4 stars 0 forks source link

Building a Character Recognition Pipeline with a frontend interface #33

Open fyang3 opened 3 years ago

fyang3 commented 3 years ago

The character class in the gender_analysis toolkit provides the functionality to automatically generate a character list with each character’s name, nicknames, and pronouns based on a particular document input and intake user feedback for a manually disambiguated list. The pipeline utilizes a human-AI collaboration approach that includes NLTK’s Named Entity Recognition (NER) and Neuralcoref’s Coreference Resolution model as well as a manual disambiguation interface. For the gender analysis web interface, we’d like to build a frontend that achieves the core functionality of the pipeline:

MVP:

Nice-to-have:

kenalba commented 3 years ago

Working on this here:

https://github.com/dhmit/gender_analysis_web/tree/character_alias_model