Skip to content

MontrealCorpusTools/speechcorpustools

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Speech Corpus Tools

Build Status Coverage Status Documentation Status

Speech Corpus Tools is a software tool built to ease the analysis of large speech corpora.

Please see the online documentation (http://speech-corpus-tools.readthedocs.io/) for more information and installation instructions.

This application is under development, please report any issues to michael.e.mcauliffe@gmail.com.

To install from source (or to set up a development environment):

  1. Download or clone the repository
  2. Install Python requirements (pip install -r requirements.txt)
  3. Install Neo4j and set it up (see http://speech-corpus-tools.readthedocs.io/en/latest/tutorial/tutorial.html#installation-tutorial)
  4. Run the debug script from the root of repository (python bin/qt_debug.py)
  5. To build an executable run freezing/freeze.sh (for Mac/Linux) or freezing/freeze.bat (for Windows)