A simple, yet powerful, offline Esperanto-English dictionary iPhone app.
Write the first letters in the word you're looking for in the search box. By default it searches in Esperanto, change to English or Both as preferred. In any case the sorting is done by Esperanto.
Diacritic marks are automatically added, so if you search or "si" you will find both "si" and "ŝi".
The result will be presented with the Esperanto word/phrase on the left and english translations on the right, separated by commas.
Click on a word to get some more information about it, including the english translations, the word in esperanto with suffixes separated with a slash, a grammar section including case and verb tables and links to further research the word on Wikipedia, Wiktionary and Google Translate.
The search is backed by regular expressions. All search patterns are automatically prefixed with $, to search in the beginning of the word.
Some example patterns:
Pattern | Result |
---|---|
viro |
"viro" as prefix |
viro$ |
"viro" as full word, only one hit |
.*viro |
"viro" anywhere in the word |
.*viro$ |
"viro" as suffix |
vi.*ro$ |
"vi" as prefix and "ro" as suffix |
vi..ro$ |
"vi" as prefix and "ro" as suffix, six letters |
vi.{5}ro$ |
"vi" as prefix and "ro" as suffix, nine letters |
`(viro | hundo)` |
.*oj?n?$ |
all nouns |
The regular expressions are powered by ICU's Regular Expressions package.
- Developed by Jan Andersson.
- Dictionary is the great ESPDIC by Paul Denisowski under Creative Commons 3.0 Unported License.
Licensed under MIT license.