Skip to content

Commit 8221706

Browse files
authored
Merge pull request #345 from cmusphinx/release-501
5.0.1 Release
2 parents 18310c6 + 9749771 commit 8221706

File tree

6 files changed

+13
-36
lines changed

6 files changed

+13
-36
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PocketSphinx 5.0.0
1+
PocketSphinx 5.0.1
22
==================
33

44
This is PocketSphinx, one of Carnegie Mellon University's open source large

build_wheels.sh

-32
This file was deleted.

cython/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PocketSphinx 5.0.0
1+
PocketSphinx 5.0.1
22
==================
33

44
This is PocketSphinx, one of Carnegie Mellon University's open source large

cython/pocketsphinx/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
from ._pocketsphinx import Lattice # noqa: F401
5151
from ._pocketsphinx import Vad # noqa: F401
5252
from ._pocketsphinx import Endpointer # noqa: F401
53+
from ._pocketsphinx import Alignment # noqa: F401
54+
from ._pocketsphinx import AlignmentEntry # noqa: F401
5355
from ._pocketsphinx import set_loglevel # noqa: F401
5456
from .segmenter import Segmenter # noqa: F401
5557

docs/source/pocketsphinx.rst

+7
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,10 @@ Other classes
8080

8181
.. autoclass:: pocketsphinx.Hypothesis
8282
:no-members:
83+
84+
.. autoclass:: pocketsphinx.Alignment
85+
:members:
86+
:undoc-members:
87+
88+
.. autoclass:: pocketsphinx.AlignmentEntry
89+
:no-members:

include/pocketsphinx.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1095,8 +1095,8 @@ void ps_get_all_time(ps_decoder_t *ps, double *out_nspeech,
10951095
/**
10961096
* @mainpage PocketSphinx API Documentation
10971097
* @author David Huggins-Daines <[email protected]>
1098-
* @version 5.0.0
1099-
* @date October 5, 2022
1098+
* @version 5.0.1
1099+
* @date May 16, 2023
11001100
*
11011101
* @tableofcontents{HTML:1}
11021102
*

0 commit comments

Comments
 (0)