Metadata-Version: 2.4
Name: polyglotdb
Version: 1.4.0
Home-page: https://github.com/MontrealCorpusTools/PolyglotDB
Author: Montreal Corpus Tools
Author-email: michael.e.mcauliffe@gmail.com
License: MIT
Keywords: phonology,corpus,phonetics
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Text Processing :: Linguistic
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: conch-sounds
Requires-Dist: influxdb
Requires-Dist: librosa
Requires-Dist: neo4j
Requires-Dist: praatio
Requires-Dist: requests
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: pywin32; os_name == "nt"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

PolyglotDB
==========

[![Build Status](https://travis-ci.org/MontrealCorpusTools/PolyglotDB.svg?branch=master)](https://travis-ci.org/MontrealCorpusTools/PolyglotDB)
[![Coverage Status](https://coveralls.io/repos/MontrealCorpusTools/PolyglotDB/badge.svg?branch=master&service=github)](https://coveralls.io/github/MontrealCorpusTools/PolyglotDB?branch=master)
[![Documentation Status](https://readthedocs.org/projects/polyglotdb/badge/?version=latest)](http://polyglotdb.readthedocs.org/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/polyglotdb.svg)](https://badge.fury.io/py/polyglotdb)


PolyglotDB is a Python package for storing, phonetically analyzing, and querying speech corpora. It can be used with corpora of any size, and is built to scale to very large corpora.  It constructs a "polyglot" NoSQL database mirroring the structure of phonetic data, and has a consistent Python API for interacting with the underlying databases.  The online documentation, which contains tutorials and case studies, is
available at http://polyglotdb.readthedocs.io/en/latest/.

Citation
--------

McAuliffe, Michael, Elias Stengel-Eskin, Michaela Socolof, and Morgan Sonderegger (2017). Polyglot and Speech Corpus Tools: a system for representing, integrating, and querying speech corpora. In *Proceedings of Interspeech 2017*, pp. 3887–3891. [https://doi.org/10.21437/Interspeech.2017-1390](https://doi.org/10.21437/Interspeech.2017-1390).
