A movie is said to pass the bechdel test if it follows the following criteria :
- The movie has to have at least two women in it,
- who talk to each other,
- about something besides a man
This is a simple program that analyzes a movie script and classifies weather a movie passes the Bechdel test using basic natural language processing.