kalpy-kaldi


Namekalpy-kaldi JSON
Version 0.6.9 PyPI version JSON
download
home_pageNone
SummaryPybind11 bindings for Kaldi for use with the Montreal Forced Aligner
upload_time2024-10-03 17:20:03
maintainerNone
docs_urlNone
authorMichael McAuliffe
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # kalpy
Pybind11 bindings for Kaldi for use in [Montreal Forced Aligner](montreal-forced-aligner.readthedocs.io/).

## Installation

Kalpy depends on Kaldi being built as shared libraries, and the easiest way to install is via conda-forge:

```
conda install -c conda-forge kalpy
```

Kalpy is also available on pip via the `kalpy-kaldi` package, but as this is only a binding library, it relies on Kaldi shared libraries being available. The `KALDI_ROOT` environment variable must be set to locate the shared libraries and header files.  The easiest way to install the appropriately built kaldi libraries is via `conda install -c conda-forge kaldi`.

```
export KALDI_ROOT=/path/to/conda/enviornment
pip install kalpy-kaldi
```

## Usage

Two libraries are installed, `_kalpy` which contains low level bindings conforming to the original C++ style, and `kalpy` which is a more pythonic interface for higher level operations.  The `kalpy` package is under heavy development and expansion to expose more functionality.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kalpy-kaldi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Michael McAuliffe",
    "author_email": "michael.e.mcauliffe@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/84/a0/e365fd82f3f548eca235ba8cc32c2029307088ee7f70be2b547316442e49/kalpy_kaldi-0.6.9.tar.gz",
    "platform": null,
    "description": "# kalpy\nPybind11 bindings for Kaldi for use in [Montreal Forced Aligner](montreal-forced-aligner.readthedocs.io/).\n\n## Installation\n\nKalpy depends on Kaldi being built as shared libraries, and the easiest way to install is via conda-forge:\n\n```\nconda install -c conda-forge kalpy\n```\n\nKalpy is also available on pip via the `kalpy-kaldi` package, but as this is only a binding library, it relies on Kaldi shared libraries being available. The `KALDI_ROOT` environment variable must be set to locate the shared libraries and header files.  The easiest way to install the appropriately built kaldi libraries is via `conda install -c conda-forge kaldi`.\n\n```\nexport KALDI_ROOT=/path/to/conda/enviornment\npip install kalpy-kaldi\n```\n\n## Usage\n\nTwo libraries are installed, `_kalpy` which contains low level bindings conforming to the original C++ style, and `kalpy` which is a more pythonic interface for higher level operations.  The `kalpy` package is under heavy development and expansion to expose more functionality.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pybind11 bindings for Kaldi for use with the Montreal Forced Aligner",
    "version": "0.6.9",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84a0e365fd82f3f548eca235ba8cc32c2029307088ee7f70be2b547316442e49",
                "md5": "87588df5c012e7f76a4d47dfd7f4e539",
                "sha256": "15d8fce010c7a9a11eb8b6b5fbe43b56c412698524786e94ee26ab2b4347f392"
            },
            "downloads": -1,
            "filename": "kalpy_kaldi-0.6.9.tar.gz",
            "has_sig": false,
            "md5_digest": "87588df5c012e7f76a4d47dfd7f4e539",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 93370787,
            "upload_time": "2024-10-03T17:20:03",
            "upload_time_iso_8601": "2024-10-03T17:20:03.863126Z",
            "url": "https://files.pythonhosted.org/packages/84/a0/e365fd82f3f548eca235ba8cc32c2029307088ee7f70be2b547316442e49/kalpy_kaldi-0.6.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-03 17:20:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "kalpy-kaldi"
}
        
Elapsed time: 0.97228s