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);…
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…
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…