-
### Describe the bug
Trying the last version of TTS package on Google Colab it complains about missing dependencies, namely mecab-python3 and unidic-lite
After installing those packages I've been a…
-
```
Traceback (most recent call last):
File "/opt/conda/bin/conda-build", line 6, in
sys.exit(conda_build.cli.main_build.main())
File "/opt/conda/lib/python3.5/site-packages/conda_build/c…
-
### Describe the bug
On an Apple Silicon M1 with MacOS Ventura, I could replicate the following for
- miniforge3
- mambaforge
and several models and vocoders.
### After the installation proc…
-
to give some context on the problem, I'm with all the basics in principle, I wanted to check the basic operation first and then try silero, deepl, etc.
I'm using the openai api and I downloaded the…
-
### 현황
- 사용자 명사사전 조회 및 등록함수
- get_userdic_noun()
- append_userdic_noun()
### 수행 내역
- mecab-ko 사용자 사전 디렉토리에는,
- 인명사전을 위한 person.csv와
- 지명사전을 위한 place.csv가 위치함
- 고유명사사전…
-
### Describe the bug
Using PowerShell on Windows 10 I've created conda environment with the following code:
```
conda create -p ./env python=3.8
conda activate ./env
```
and fired the:
`pip…
-
사용자 사전 수정 기능에 품사를 태깅할 수 있는 기능 추가 부탁드립니다.
예를 들어, 아래 문장에 등장하는 '일베'나 '펨코'와 같은 용어를 NNG로 등록할 수 있는 기능이 필요합니다.
docs
-
### 현황
- 사용자 인명사전 조회 및 등록함수
- get_userdic_person()
- append_userdic_person()
### 수행 내역
- mecab-ko 사용자 사전 디렉토리에는,
- 인명사전을 위한 person.csv와
- 지명사전을 위한 place.csv가 위치함
- get_userdic_perso…
-
### Describe the bug
Using this code ( from the docs )
I get :
Adding an empty __init__.py file to the vc folder fixes it
### To Reproduce
from TTS.api import TTS
model_name = TTS.list_…
-
I use Debian and use the exact Dockerfile provided by PGroonga as you can see [here](https://github.com/pgroonga/docker/blob/main/debian/16/Dockerfile).
It was working before, but it now generates er…