Skip to content

Latest commit

 

History

History

tweedr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tweedr Python package

  • api/ contains the main "pipeline" command line tool
  • corpora/ contains scripts for reading corpora into predictable data structures from various source formats.
  • emr/ contains scripts for running jobs on Elastic Map Reduce
  • lib/ holds miscellaneous helpers or basic text manipulation tools.
  • ml/ contains all the machine learning and natural language processing tools.
  • models/ holds the database schema and relationship definitions.
  • ui/ contains the web application.
  • __init__.py contains extensive log configuration.

Use

After installing, tweedr can be used as a Python package:

import tweedr
print tweedr.__version__