All Projects → wildeyedskies → vortaro

wildeyedskies / vortaro

Licence: Apache-2.0 license
Simple Esperanto-English dictionary inspired by Tuja Vortaro

Programming Languages

kotlin
9241 projects
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to vortaro

tuja-vortaro
Tuja, simpla, libra poŝvortaro.
Stars: ✭ 21 (+23.53%)
Mutual labels:  dictionary, esperanto
cmu-pronouncing-dictionary
The 134,000+ words and their pronunciations in the CMU pronouncing dictionary
Stars: ✭ 46 (+170.59%)
Mutual labels:  dictionary
new-word-tab
A browser extension to learn a new word per new tab
Stars: ✭ 30 (+76.47%)
Mutual labels:  dictionary
condict
Dictionary software for constructed languages.
Stars: ✭ 21 (+23.53%)
Mutual labels:  dictionary
vocabulary-titan
Chatbot for searching vocabulary on mainstream dictionaries
Stars: ✭ 70 (+311.76%)
Mutual labels:  dictionary
google-dictionary
An android library that provides easy access to meanings of any word, phrase, or slang via Google, within any application
Stars: ✭ 46 (+170.59%)
Mutual labels:  dictionary
wikdict-gen
Generation of bilingual dictionaries from Wiktionary/dbnary data for the WikDict project
Stars: ✭ 32 (+88.24%)
Mutual labels:  dictionary
technical-glossary
📝 A collaborative technical glossary for key words and terms to help anyone learn and understand concepts and prepare for a career as a creative technologist! 😕 > 🤔 > 💡 > 😊 🎉 🚀
Stars: ✭ 18 (+5.88%)
Mutual labels:  dictionary
jorkens
epub reader based on epub.js for foreign language learners
Stars: ✭ 35 (+105.88%)
Mutual labels:  dictionary
moonstar
MoonStar Türkçe Dil Kılavuzu
Stars: ✭ 11 (-35.29%)
Mutual labels:  dictionary
jiten
jiten - japanese android/cli/web dictionary based on jmdict/kanjidic — 日本語 辞典 和英辞典 漢英字典 和独辞典 和蘭辞典
Stars: ✭ 64 (+276.47%)
Mutual labels:  dictionary
mw-thesaurus.el
Merriam-Webster Thesaurus in Emacs
Stars: ✭ 84 (+394.12%)
Mutual labels:  dictionary
Telegramo.org
Ĉi tiu deponejo enhavas la fontokodon de la retejo Telegramo.org. / This repository contains the source code of the website Telegramo.org.
Stars: ✭ 25 (+47.06%)
Mutual labels:  esperanto
Jotoba
A free online, self-hostable, multilang Japanese dictionary.
Stars: ✭ 87 (+411.76%)
Mutual labels:  dictionary
syng
A free, open source, cross-platform, Chinese-To-English dictionary for desktops.
Stars: ✭ 108 (+535.29%)
Mutual labels:  dictionary
Diccionario-JavaScript
project-dictionary.gitbooks.io/diccionario-javascript/content/
Stars: ✭ 13 (-23.53%)
Mutual labels:  dictionary
myRime
我的 Rime 配置,适用于朙月拼音/小鹤双拼/小狼毫 /ibus
Stars: ✭ 46 (+170.59%)
Mutual labels:  dictionary
waylan android
A dictionary concept for Android ~ Making words and their meanings available through a natural and beautiful experience
Stars: ✭ 13 (-23.53%)
Mutual labels:  dictionary
alfred-powerthesaurus
Search Powerthesaurus synonyms and antonyms from Alfred
Stars: ✭ 81 (+376.47%)
Mutual labels:  dictionary
nzsl-online
New Zealand Sign Language Dictionary
Stars: ✭ 30 (+76.47%)
Mutual labels:  dictionary

Senreta Vortaro

Senreta Vortaro (Offline Dictionary) is an english-esperanto dictionary app inspired by the web page Tuja Vortaro. It is designed to be easy to use for beginners.

Get it on F-Droid

Data Sources

The app gets its dictionary data from the following sources. More information is available in the dictionary-src directory.

  • ESPDIC - esperanto-english translations
  • Etymology - sourced from tuja vortaro's github page originally from archive.org
  • Transitiveco - also sourced from tuja vortaro

For future consideration

I would like to add more sources to the app in the future, that would require some extra data parsing and normalization.

  • ReVo - very large multilanguage esperanto dictionary
  • Komputeko - library of computer terms

App Architecture

Senreta Vortaro is written in the Kotlin language for Android.

Currently the app loads the espdic, etymology and transitiveco data from an SQLite database that is copied into the data folder when the app is first launched. Both English and Esperanto words are indexed in the database file, and searching is performed in a background thread. The current setup should be fairly performant.

The app displays output in a RecyclerView. Currently only exact matches to the english and esperanto words are included. Inexact matches will need to be added later, but they need to be sorted after exact matches.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].