-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from kylebgorman/v2.1.6
Pynini release v2.1.6
- Loading branch information
Showing
111 changed files
with
13,230 additions
and
12,529 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Metadata-Version: 2.1 | ||
Name: pynini | ||
Version: 2.1.5.post2 | ||
Version: 2.1.6 | ||
Summary: Finite-state grammar compilation | ||
Home-page: http://pynini.opengrm.org | ||
Author: Kyle Gorman <[email protected]> | ||
|
@@ -14,6 +14,7 @@ Classifier: Programming Language :: Python :: 3.8 | |
Classifier: Programming Language :: Python :: 3.9 | ||
Classifier: Programming Language :: Python :: 3.10 | ||
Classifier: Programming Language :: Python :: 3.11 | ||
Classifier: Programming Language :: Python :: 3.12 | ||
Classifier: Development Status :: 5 - Production/Stable | ||
Classifier: Environment :: Other Environment | ||
Classifier: Environment :: Console | ||
|
@@ -102,12 +103,13 @@ running `bazel build //:all` anywhere in the source tree. | |
## Testing | ||
|
||
To confirm successful installation, run `pip install -r requirements`, then | ||
`python tests/pynini_test.py`. If all tests pass, the final line will read `OK`. | ||
`python tests/pynini_test.py`. If all tests pass, the final line will read `OK`; | ||
a successful run will log some errors to STDERR (this is working as expected). | ||
|
||
## Python version support | ||
|
||
Pynini 2.0.0 and onward support Python 3. Pynini 2.1 versions (onward) drop | ||
Python 2 support. | ||
Python 2 support. The current release supports Python 3.6--3.12. | ||
|
||
# License | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.