Skip to content

jachin/NarrativeAnalytics

 
 

Repository files navigation

Narrative Analytics

Quick introduction to narrative analytics:

  1. Install Python 2.7 along with it's nltk and matplotlib packages:
  1. Install a git client.

  2. Create an account for yourself on github, and set up SSH keys to the account.

  3. Run: git clone git@github.com:calebgbrown/NarrativeAnalytics.git

  4. Add the parent directory of the tsl directory to your PYTHONPATH environment variable, on *NIX this can be done with:

source setup-env.sh

On the setup-env.sh file in the tsl directory.

  1. Look at the example film scripts in example-scripts

  2. Process the scripts into a parsed format by running:

cd utils
./parse_scripts.py
  1. Look at the parsed output under example-scripts/parsed

  2. Look at the generate_reports.py and partition.py utility scripts for examples with what can be done with the parsed data \ No newline at end of file

About

semantic web and narrative analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%