mabdi / jMemorize-Plus-1

Memorize is written in Java and uses Leitner flashcards to make memorizing facts not only more efficient but also more fun. jMemorize manages your learn progress and features categories, Unicode flashcard texts, statistics and an intuitive interface.
http://mabdi.github.io/jMemorize-Plus-1
GNU General Public License v2.0
3 stars 0 forks source link

New feature: Auto fill flipside by a dictionary #8

Closed mabdi closed 8 years ago

mabdi commented 9 years ago

Use a dictionary to automatically fill the flipside of a card.

A glance to https://github.com/goldendict/goldendict may be beneficially to open glossary files.

mabdi commented 9 years ago

We can use Longman Dictionary api. http://developer.pearson.com/apis/dictionaries

Fetch word pronunciation and examples.

mabdi commented 8 years ago

https://rupeshpatel.wordpress.com/2012/06/23/usage-of-google-translator-api-for-free/

mabdi commented 8 years ago

I found a c# project that parses babylon dictionary glossaries. https://github.com/alonrotem/BabylonToHtml

mabdi commented 8 years ago

Since Pearson does'nt contain sound for all words, I used trick mentioned at http://www.labnol.org/internet/download-audio-pronunciation-words/21064/ for fetching sound files.

also i just used Pearson text material like definition, example and ...

in new release we will present these new features.

closing.