We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8189fd commit 9749771Copy full SHA for 9749771
cython/pocketsphinx/__init__.py
@@ -50,6 +50,8 @@
50
from ._pocketsphinx import Lattice # noqa: F401
51
from ._pocketsphinx import Vad # noqa: F401
52
from ._pocketsphinx import Endpointer # noqa: F401
53
+from ._pocketsphinx import Alignment # noqa: F401
54
+from ._pocketsphinx import AlignmentEntry # noqa: F401
55
from ._pocketsphinx import set_loglevel # noqa: F401
56
from .segmenter import Segmenter # noqa: F401
57
docs/source/pocketsphinx.rst
@@ -80,3 +80,10 @@ Other classes
80
81
.. autoclass:: pocketsphinx.Hypothesis
82
:no-members:
83
+
84
+.. autoclass:: pocketsphinx.Alignment
85
+ :members:
86
+ :undoc-members:
87
88
+.. autoclass:: pocketsphinx.AlignmentEntry
89
+ :no-members:
0 commit comments