SkillAgentSearch skills...

Vortaro

A simple, yet powerful, offline Esperanto-English dictionary iPhone app

Install / Use

/learn @janne/Vortaro
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Vortaro

A simple, yet powerful, offline Esperanto-English dictionary iPhone app.

Usage

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.

Screenshot of Search

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.

Screenshot of Search

Power usage

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) | "viro" or "hundo" as prefix | | .*oj?n?$ | all nouns |

The regular expressions are powered by ICU's Regular Expressions package.

Credits

License

Licensed under MIT license.

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated5y ago
Forks0

Languages

Swift

Security Score

70/100

Audited on Sep 7, 2020

No findings