Skip to content

Releases: urushiyama/PySegmentKit

PySegmentKit Release v0.2.0

26 Oct 13:22

Choose a tag to compare

This version contains Windows, macOS, and Linux x86_64 binaries of Julius.
If you want to use this library on Arm environment, please compile the binary of Julius for Arm and then put it into <PYTHON_DISTRO_YOU_USE>/Libs/site-packages/PySegmentatKit/bin/<PLATFORM>/.
PLATFORM is one of {windows, macos, linux}.

PySegmentKit Release v0.1.1 (on PyPI)

20 Oct 14:39

Choose a tag to compare

PySegmentKit is a python-port of julius-speech/segmentation-kit.

This version comes without any built binaries of Julius.
If you use this module on Windows, put Julius executable under /<your-python-distro>/Libs/site-packages/PySegmentKit/bin/windows.
If you use this module on Mac, put Julius executable under /<your-python-distro>/Libs/site-packages/PySegmentKit/bin/macos/ directory.
If you use this module on Linux, put Julius executable under /<your-python-distro>/Libs/site-packages/PySegmentKit/bin/linux/ directory.