https://github.com/flexthink/speechbrain-alignment-parser
https://github.com/flexthink/speechbrain-alignment-parser
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flexthink/speechbrain-alignment-parser
- Owner: flexthink
- License: apache-2.0
- Created: 2025-08-07T15:39:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-07T21:08:34.000Z (11 months ago)
- Last Synced: 2025-08-07T23:20:01.934Z (11 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/flexthink/speechbrain-alignment-parser/actions/workflows/ci.yml)
[](https://codecov.io/gh/flexthink/speechbrain-alignment-parser)
[](https://www.apache.org/licenses/LICENSE-2.0)
# sbalign
SpeechBrain alignment file parser
This is where you should write a short paragraph that describes what your module does,
how it does it, and why people should use it.
Source |
:---: | :---:
Releases |
This is where you should put some images or code snippets that illustrate
some relevant examples. If it is a library then you might put some
introductory code here:
```python
from sbalign import __version__
print(f"Hello sbalign {__version__}")
```
Or if it is a commandline tool then you might put some example commands here:
```
python -m sbalign --version
```