Quick introduction to script processing:
- Install Python 2.7 along with it's nltk and matplotlib packages:
-
Install a git client.
-
Create an account for yourself on github, and set up SSH keys to the account.
-
Run:
git clone git@github.com:matt-viblio/tsl
-
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.
-
Look at the example film scripts in example-scripts
-
Process the scripts into a parsed format by running:
cd utils
./parse_scripts.py
-
Look at the parsed output under example-scripts/parsed
-
Look at the generate_reports.py and partition.py utility scripts for examples with what can be done with the parsed data (these scripts will produce their output under the example-scripts/parsed director)