Skip to content

applies Bechdal test to movie scripts from IMSDB website

License

Notifications You must be signed in to change notification settings

amrakm/BechdalTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bechdal Test on Movie Scripts

This repo applies Bechdal test to movie scripts from IMSDB website.

The code is divided into the following files:

  • IMSDB_Parser.py:
    A parser for IMSDB website, it provides helpful functions to: - Scrape movies' scripts from IMSDB website. - Extracts scenes and characters from movie script in plain text

  • BechdelTest.ipynb:
    IPython notebook to perform bechdal test on the parsed movie scenes, - Extracts first names. - Guesses their gender. - Applies Bechdal test on scene level:
    check if there are at least two women talking to each other without the presence of a man in the scene.

  • AnalysingBechdelResults.ipynb:
    Plots analyses of Bechdal test over time.

License

BechdalTest is released under the MIT license. See LICENSE for more information.

About

applies Bechdal test to movie scripts from IMSDB website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published