This package is under development, please report any issues to [email protected].
Speech Corpus Tools is built on top of PolyglotDB to provide an interface for complex queries and visualization that are routine in analyzing data from spoken corpora.
Dependencies:
- PolyglotDB (https://github.com/MontrealCorpusTools/PolyglotDB)
- Neo4j (http://neo4j.com/)
- PyQt5 (https://riverbankcomputing.com/software/pyqt/download5)
- vispy (http://vispy.org/)
- python-acoustic-similarity (https://github.com/mmcauliffe/python-acoustic-similarity)
To install:
- Download and install PolyglotDB :
- Download and install Neo4j
- Clone the PolyglotDB repository
- In a terminal, install PolyglotDB using
python setup.py install
- Download and install
vispy
- Clone the Vispy repository (https://github.com/vispy/vispy)
- Install via
python setup.py develop
- Download and install Speech Corpus Tools:
- Clone the speechcorpustools repository
- In a terminal install Speech Corpus Tools
python setup.py install