Skip to content

digitalmacgyver/tsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script Processing

Quick introduction to script processing:

  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:matt-viblio/tsl

  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 (these scripts will produce their output under the example-scripts/parsed director)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published