-
I'm trying to use your segmentation-3.0.onnx for syllable segmentaion(mandarin pinyin),
for sherpa-onnx-kws-zipformer-wenetspeech-3.3M-2024-01-01_test_wavs_4.wav,
it can correctly segment the first …
-
`སྭཱ་ཧཱཿ ཨི་དཾ ` is currently `svā hāḥi daṃ` but should be `svā hāḥ i daṃ`
-
### Description
`print(tone_detector("ครับ"))`
result: f
`print(tone_detector("ค่ะ"))`
result: h
### Expected results
"ครับ" should be high tone
"ค่ะ" should be falling tone
### Curr…
-
sncix updated
2 months ago
-
After training the model on a small portion of the data (a couple hundred thousand frames as suggested), and then applied the model to the rest of the dataset. After doing this, `generate_trajectory_p…
-
**UPDATE: This might be in part due to a user mistake (here we are again), so please hold!**
I've been starting to run some e2e OMR workflows with MS73 folios and the text part of the process doesn…
-
I think we need some additional tests: we want to have handcrafted verification of each of the changes that khnormal makes to a syllable. We'd ideally like to be able to group strings into, I think, t…
-
May I know if there is a way to use WhisperX to generate timestamps of syllables or phonemes, instead of words detected Whisper model?
Our use case is to detect pronunciations / syllables in audio …
-
Excellent work on this library! Next step is ignoring malformed syllables, any tips on how to implement this?
Cheers.
-
**Description**
Given three non-empty strings *needle*, *replacement* and *haystack* delimited by a single newline character, replace all occurrences of *needle* in *haystack* with *replacement* ca…