-
I decompressed the zts file with this:
import zstandard as zstd
import os
def decompress_zst_file(input_file, output_file):
dctx = zstd.ZstdDecompressor()
with open(input_file, 'rb'…
-
I have filed this issue on the [tts github as bug here](https://github.com/coqui-ai/TTS/issues/2210), but I think it can only be solved here as the error is thrown from the mecab library.
Please no…
-
#### Problem description
Overview heatmap missing on the latest Anki. I upgraded from Anki 2.1.60 to Ankit 2.1.65 and then Anki prompted me to update all plugins. I should've made a back up just in…
-
VOICEVOX CoreはOpen JTalkに依存しています。
このリポジトリでは、VOICEVOX Coreが利用するOpen JTalkのビルドとRustのバインディングを提供しています。
しかし、iOS向けのビルドは提供されていません。
そこで、open_jtalk-rsをiOSに対応したいと思います。
## 関連PR
#9
すでにarm64向け実機`arm…
-
Hi, i was be able to run perfectly fine in Google colab, but now i'm trying to run this on my local-pc. I found an error on pyopenjtalk, do you have any think in mind why i got this error ? Is it poss…
-
Hello all, if you're reading this, perhaps you have Docker experience and can help Dockerize Lute.
I've had a few people ask about having Lute Dockerized. It's been a loooong time since I've hacked…
-
BERTをsentence pieceで学習したモデル。
https://github.com/yoheikikuta/bert-japanese
https://yoheikikuta.github.io/bert-japanese/
-
terminal output!
.......................................................................->
cmake -DCMAKE_BUILD_TYPE=Release ..; \
cmake --build . -j
-- The CXX compiler identification is GNU 13.1…
-
```
RuntimeError:
------------------- ERROR DETAILS ------------------------
arguments: -u C:/Users/xxxx/MeCab/dic/ipadic/test.dic
) [tokenizer_->open(param)] tokenizer.cpp(130) [sysdic->isCompat…
-
I ran the app in debug mode by doing:
```
flatpak install flathub org.kde.Sdk/x86_64/5.15-22.08
flatpak run --command=sh --devel net.mkiol.SpeechNote
gdb /app/bin/dsnote
run
```
Here is the…