The precompiled version of Android offline dictionary download link has been just shared. You can download it from my DropBox public folder. lexicon.apk - the precompiled application for Android devices eng_ocrdata.zip - the training data for OCR module (English language);…
An offline Android multi-language dictionary
This project started when I've begun to learn a Nordic language and I realized that the only good dictionaries are those online but, and don't laugh, I have no 3G Internet connection on my Android smart phone (because I am…
Understand Eclipse classes by class diagram
Nowadays I working more and more with Eclipse, especially I'm writing some plug-ins to make it suit my needs, and I'm finding hard to understand all the relationships and dependencies that exists between all Eclipse's packages I am using. One…
Java string concatenation can be a nightmare
OK, so you are a Java keen programmer and you think that Java rocks. Perhaps you are right. But be aware of Java string concatenation, especially when it's done in a loop where you have hundred thousands or even million…
How to measure the similarity between two words
One problem that I have encountered these days is related to "how to measure the similarity between two words". The problem is not new (in fact its solution is older than any person I know alive) and one solution could…