Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hsnborn22 authored Dec 3, 2023
1 parent d79e491 commit 2ff315f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Summing everything up, the goal of the app is to provide a lightweight, fast to

## Languages supported:

The app now supports tts and instant translation while studying a text for over 50 languages, as well as text tokenization; it supports text tokenization also for languages which are not separated by spaces, such as thai, japanese, chinese and khmer via nlps. The tokenization for these languages, however, is implemented in python, so in order to make it work you will have to run a python script (which can be server_thai.py, server_japanese.py or server_khmer.py) before loading your text.
The app now supports tts and instant translation while studying a text [for over 150 languages](https://lingotext.github.io/language-support.html), as well as text tokenization; it supports text tokenization also for languages which are not separated by spaces, such as thai, japanese, chinese and khmer via nlps. The tokenization for these languages, however, is implemented in python, so in order to make it work you will have to run a python script (which can be server_thai.py, server_japanese.py or server_khmer.py) before loading your text.


The app also supports conlangs (like toki pona, lojban or even possibly your own) but the tts and instant translation tools might not work, so you'll just have to use it for tokenization and word memorization.
Expand Down

0 comments on commit 2ff315f

Please sign in to comment.