{
"info": {
"author": "Matt Shannon",
"author_email": "matt.shannon@cantab.net",
"bugtrack_url": null,
"classifiers": [],
"description": "htk_io\n======\n\nThis python package allows reading and writing of files in some of the formats\nused by `Hidden Markov Model Toolkit (HTK) `_ and\n`HMM-based Speech Synthesis System (HTS) `_.\nThe following HTK / HTS file formats are currently supported:\n\n- alignment files (also known as \"label\" files)\n- decision tree question set files\n- decision tree files\n- raw vector sequence files, used by HTS for storing speech parameter sequences\n\nAlignments, trees, etc are represented in memory using simple python data\nstructures.\nFiles in the above formats may be read into, or written from, these python\nrepresentations.\n\nLicense\n-------\n\nPlease see the file ``License`` for details of the license and warranty for\nhtk_io.\n\nInstallation\n------------\n\nFor most purposes the simplest way to install htk_io is to use pip.\nFor example in Debian and Ubuntu::\n\n sudo apt-get install python-numpy\n sudo pip install htk_io\n\nThe first command installs numpy from the system repository, since installing\nnumpy using pip is generally not recommended.\nThe second command installs the latest released version of\n`htk_io on PyPI `_, together with any\ncurrently uninstalled python packages required by htk_io.\n\nhtk_io can also be installed in a virtualenv::\n\n sudo apt-get install python-numpy\n virtualenv --system-site-packages env\n env/bin/pip install htk_io\n\nThe latest development version of htk_io is available from a github repository\n(see below).\n\nTo check that htk_io is installed correctly you can run the test suite::\n\n python -m unittest discover htk_io\n\nUsage\n-----\n\nExamples of usage of various functions and classes are included in their\ndocstrings.\nA few examples of files in the formats this package can read and write are\nprovided in the ``example`` directory.\n\nSource\n------\n\nThe source code is hosted in the\n`htk_io github repository `_.\nTo obtain the latest source code using git::\n\n git clone git://github.com/MattShannon/htk_io.git\n\nDevelopment is in fact done using `darcs `_, with the darcs\nrepository converted to a git repository using\n`darcs-to-git `_.\n\nTo install any currently uninstalled python packages required by htk_io::\n\n sudo apt-get install cython python-numpy\n sudo pip install -r requirements.txt\n\nBugs\n----\n\nPlease use the `issue tracker `_\nto submit bug reports.\n\nContact\n-------\n\nThe author of htk_io is `Matt Shannon `_.",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://github.com/MattShannon/htk_io",
"keywords": null,
"license": "3-clause BSD (see License file)",
"maintainer": null,
"maintainer_email": null,
"name": "htk_io",
"package_url": "https://pypi.org/project/htk_io/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/htk_io/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://github.com/MattShannon/htk_io"
},
"release_url": "https://pypi.org/project/htk_io/0.5/",
"requires_dist": null,
"requires_python": null,
"summary": "Read and write HTK and HTS files from python.",
"version": "0.5"
},
"last_serial": 1464396,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "daef4e9424ae7356b352ab54afd7d54c",
"sha256": "0655ea1712d8774da6eb39a5520093ca42568dc760e6766bdb7431f45455184f"
},
"downloads": -1,
"filename": "htk_io-0.1.tar.gz",
"has_sig": false,
"md5_digest": "daef4e9424ae7356b352ab54afd7d54c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11322,
"upload_time": "2015-01-16T21:45:29",
"url": "https://files.pythonhosted.org/packages/83/c7/3fb4c27162aff7615481030fc945a10e9769e1423b7a5623c9b7b0ca9e84/htk_io-0.1.tar.gz"
}
],
"0.2": [
{
"comment_text": "",
"digests": {
"md5": "6c15967fa0f7bfa0f09a0db810cdb4fe",
"sha256": "cb6e510deb2f366f292283c0922834e5a1c7c1d9891e33c45ae8c540ce8bd59a"
},
"downloads": -1,
"filename": "htk_io-0.2.tar.gz",
"has_sig": false,
"md5_digest": "6c15967fa0f7bfa0f09a0db810cdb4fe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12390,
"upload_time": "2015-03-08T06:22:34",
"url": "https://files.pythonhosted.org/packages/11/84/1c528e66614d8b18a79e655bb6be80d70d2f4c57503c1d9286962214074b/htk_io-0.2.tar.gz"
}
],
"0.3": [
{
"comment_text": "",
"digests": {
"md5": "b28bb153434c7a9e322af0855d3f9ab3",
"sha256": "5363089c92b7fbd53a6f2c204fdc24442dd7f61adf06c76ca7872955603767f6"
},
"downloads": -1,
"filename": "htk_io-0.3.tar.gz",
"has_sig": false,
"md5_digest": "b28bb153434c7a9e322af0855d3f9ab3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13229,
"upload_time": "2015-03-09T15:17:42",
"url": "https://files.pythonhosted.org/packages/48/4b/21172bbf1beb52d3442c6dd6b6094c032968488706795730746e5d57eeaa/htk_io-0.3.tar.gz"
}
],
"0.4": [
{
"comment_text": "",
"digests": {
"md5": "e525fba7dee6a2c9a5d888e9c55ef852",
"sha256": "032833a81535fd1f494a0c7bf450a049a3f8192c143be8effa36e985d54fc777"
},
"downloads": -1,
"filename": "htk_io-0.4.tar.gz",
"has_sig": false,
"md5_digest": "e525fba7dee6a2c9a5d888e9c55ef852",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16154,
"upload_time": "2015-03-17T14:18:31",
"url": "https://files.pythonhosted.org/packages/cb/c9/751612a5586e97e85cf6649be5cdc0ac9f11faa3b7d3d5c7946940ca36e3/htk_io-0.4.tar.gz"
}
],
"0.5": [
{
"comment_text": "",
"digests": {
"md5": "281d20f570caea15c2b15748996215b2",
"sha256": "3dc0d0a90373d0eebbc214832afe65437d5add2a1980618ec805fde97aca60bd"
},
"downloads": -1,
"filename": "htk_io-0.5.tar.gz",
"has_sig": false,
"md5_digest": "281d20f570caea15c2b15748996215b2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16190,
"upload_time": "2015-03-17T14:26:08",
"url": "https://files.pythonhosted.org/packages/e4/fa/b297c7b058da580cdac7a06ea4bbf9254eef31f5f0015f3639a67da23f80/htk_io-0.5.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "281d20f570caea15c2b15748996215b2",
"sha256": "3dc0d0a90373d0eebbc214832afe65437d5add2a1980618ec805fde97aca60bd"
},
"downloads": -1,
"filename": "htk_io-0.5.tar.gz",
"has_sig": false,
"md5_digest": "281d20f570caea15c2b15748996215b2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16190,
"upload_time": "2015-03-17T14:26:08",
"url": "https://files.pythonhosted.org/packages/e4/fa/b297c7b058da580cdac7a06ea4bbf9254eef31f5f0015f3639a67da23f80/htk_io-0.5.tar.gz"
}
]
}