![]() |
Learning with Texts - Fork
2.10.0-fork
Learn foreign languages with texts
|
LWT is a all-in-one product, but you can extend its capabilities in various ways. Here are the additional features unavailable by default.
MeCab is a Japanese parser. Installing it has two main advantages:
mecab
.Original instructions provided here.
Run your LWT container in interactive mode and install MeCab.
```bash docker exec -it lwt bash apt-get update && apt-get install -y mecab libmecab-dev mecab-ipadic-utf8 ```
mecab
.LibreTranslate is a great open-source tool that allows you to translate text and provides an API. With it you can achieve the following:
To use it, please read the following steps:
lwt_translator=libretranslate
for the automatic translation!source=
should be followed by two letters indicating the language translating from.target=
should be followed by two letters indicating the language to translate to.The Text-to-Speech may sound robotic with some languages or operating systems. A workaround is to download a Text-To-Speech (TTS) plugin such as Read Aloud.