Update README.md
Browse files
README.md
CHANGED
@@ -67,13 +67,11 @@ under [Additional information](#additional-information).
|
|
67 |
### Installation
|
68 |
|
69 |
Models have been trained using the espeak-ng open source text-to-speech software.
|
70 |
-
The main
|
71 |
|
72 |
Create a virtual environment:
|
73 |
```bash
|
74 |
python -m venv /path/to/venv
|
75 |
-
```
|
76 |
-
```bash
|
77 |
source /path/to/venv/bin/activate
|
78 |
```
|
79 |
|
|
|
67 |
### Installation
|
68 |
|
69 |
Models have been trained using the espeak-ng open source text-to-speech software.
|
70 |
+
The main [espeak-ng](https://github.com/espeak-ng/espeak-ng) now contains the Catalan phonemizer work started [here](https://github.com/projecte-aina/espeak-ng)
|
71 |
|
72 |
Create a virtual environment:
|
73 |
```bash
|
74 |
python -m venv /path/to/venv
|
|
|
|
|
75 |
source /path/to/venv/bin/activate
|
76 |
```
|
77 |
|