This is a library for reading ARPA n-gram models.
Project description
This is a library for reading ARPA n-gram models.
It was initiated by Stefan Fischer and is developed and maintained by
many others.
Questions can be asked via e-mail.
Source code is tracked on GitHub.
Changes between releases are documented.
Bugs can be reported on the issue tracker.
Install
The package is available on PyPI:
$ pip install arpa
Use
The package may be imported directly:
import arpa models = arpa.loadf("foo.arpa") lm = models[0] # ARPA files may contain several models. lm.p("in the end") # p(end|in, the)
Contribute
Write a bug report or send a pull request.
Other
contributors
have done so before.
License
Copyright (c) 2015 Stefan Fischer
The source code is available under the MIT
License.
See LICENSE for further details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
arpa-0.1.0a2.tar.gz
(5.9 kB
view hashes)
Built Distribution
arpa-0.1.0a2-py3-none-any.whl
(8.8 kB
view hashes)