Francis Tyers

Results 138 issues of Francis Tyers

https://github.com/albertonl/apertium-cat-deu.git

I would like to be able to count syllables and segment words by syllables, e.g. in the word: caltlamachtiloyan → cal·tla·mach·til·oy·an camioneta → ca·mio·ne·ta

Perhaps something like `PASS` to basically return whatever was input and `REPL` for removing punctuation. Another option would be something like `CB` for check Unicode Block.

Either something like [thai segmenter](https://pypi.org/project/thai-segmenter/) or maybe [sentence piece](https://github.com/google/sentencepiece).

https://github.com/kscanne/filiocht

I'm trying to write a rule which corefers surnames with full instances of those names. The question is, in the entities file is it possible to indicate the lemma of...

For example: ``` pi@raspberrypi:~/Source/STT-examples $ git diff diff --git a/mic_vad_streaming/requirements.txt b/mic_vad_streaming/requirements.txt index e97d363..3eb12cc 100644 --- a/mic_vad_streaming/requirements.txt +++ b/mic_vad_streaming/requirements.txt @@ -1,7 +1,7 @@ -stt~=1.0.0 +stt~=1.3.0 pyaudio~=0.2.11 webrtcvad~=2.0.10 halo~=0.0.18 numpy>=1.15.1 scipy>=1.1.0 -pyautogui~=0.9.52...

Is there any plan to make it possible to use python3 with Ossian ?

In some cases a given `client_id` might have more than one demographic datapoint (e.g. gender or age) linked to it. Often this is `blank` vs. `male`/`female` or `blank` vs. some...

I've been training quite a few models recently. And after getting through about 18 Common Voice languages I realised that most of the data wasn't being included. The issue surfaced...