Any library to read mdict *.MDX files in java?
I was looking for any library or sources which helps me to read MDX dictionary files in Java, I have found some resources already such as mdict-android-opensource but it does not have its implantations to how read mdx database files. Does any one knows a good source about these files and possible libraries which could be used for it? Thanks very much.
Read head of https://github.com/fengdh/mdict-js/blob/master/mdict-parser.js, which are helpful links to understand MDX format (be careful erroneous information).
2017-02-08 17:24 GMT+09:00 Majid Hojati [email protected]:
I was looking for any library or sources which helps me to read MDX dictionary files in Java, I have found some resources already such as mdict-android-opensource but it does not have its implantations to how read mdx database files. Does any one knows a good source about these files and possible libraries which could be used for it? Thanks very much.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fengdh/mdict-js/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AEEMDLA6jvpLW9lFbvh23zwOXKyBXIjpks5raXuvgaJpZM4L6g2W .
Thanks very much for your help