Jump to topic:
| Language |
RegExp
Split Sentences |
RegExp
Word Characters |
Make each
character a word |
Remove
spaces |
|---|---|---|---|---|
|
Latin and all languages
with a Latin derived alphabet (English, French, German, etc.) |
.!?:; | a-zA-ZÀ-ÖØ-öø-ȳ | No | No |
|
Languages with a
Cyrillic-derived alphabet (Russian, Bulgarian, Ukrainian, etc.) |
.!?:; | a-zA-ZÀ-ÖØ-öø-ȳЀ-ӹ | No | No |
| Greek | .!?:; | \x{0370}-\x{03FF}\x{1F00}-\x{1FFF} | No | No |
| Hebrew (Right-To-Left = Yes) | .!?:; | \x{0590}-\x{05FF} | No | No |
| Thai | .!?:; | ก-๛ | No | Yes |
| Chinese | .!?:;。!?:; | 一-龥 | Yes or No | Yes |
| Japanese | .!?:;。!?:; | 一-龥ぁ-ヾ | Yes or No | Yes |
| Korean | .!?:;。!?:; | 가-힣ᄀ-ᇂ | No | No or Yes |
| Key(s) | Action(s) |
|---|---|
| RETURN | The next UNKNOWN (blue) word in the text will be shown for creation |
| RIGHT or SPACE | Mark next SAVED (non-blue) term (*) |
| LEFT | Mark previous SAVED (non-blue) term (*) |
| HOME | Mark first SAVED (non-blue) term (*) |
| END | Mark last SAVED (non-blue) term (*) |
| 1, 2, 3, 4, 5 | Set status of marked term to 1, 2, 3, 4, or 5 |
| I | Set status of marked term to "Ignored" |
| W | Set status of marked term to "Well Known" |
| E | Edit marked term |
| A | Set audio position according to position of marked term. |
| ESC | Reset marked term(s) |
| Key(s) | Action(s) |
|---|---|
| SPACE | Show solution |
| UP | Set status of tested term to (old status plus 1) |
| DOWN | Set status of tested term to (old status minus 1) |
| ESC | Do not change status of tested term |
| 1, 2, 3, 4, 5 | Set status of tested term to 1, 2, 3, 4, or 5 |
| I | Set status of tested term to "Ignored" |
| W | Set status of tested term to "Well Known" |
| E | Edit tested term |
|
"Learning with Texts" (LWT) is released into the Public Domain. This applies worldwide.
|