Re: [Apertium-stuff] Help on GSoC Coding Challenge

2012-04-11 Thread Arink Verma
Thanks Jacob! I know more refining is needed in rules.jar The major problem is Type cast can not be done over the dynamically loaded classes from external dex. We have to use the Standard Data Structure to invoke rules method. Even though the the Classes are of same struct and name, we cant cast

Re: [Apertium-stuff] Help on GSoC Coding Challenge

2012-04-11 Thread Stephen Tigner
Sorry for the delay in responding. ^^; I tried version 21 on the Android emulator last night. Still needs a bit of refinement, but it does work. I'll try and look at version 22 later today or tonight when I get home from work. Other comments are in-line below. On Wed, Apr 11, 2012 at 8:53 AM,

Re: [Apertium-stuff] Help on GSoC Coding Challenge

2012-04-11 Thread Arink Verma
Thanks Jacob! rules.jar has been reduced! zip on same url has been updated! http://cloud.github.com/downloads/arinkverma/Apertiurm-Androind-app-devlopment/ApertiumCode22.zip contains of rules.jar ---

Re: [Apertium-stuff] Help on GSoC Coding Challenge

2012-04-11 Thread Arink Verma
-- Forwarded message -- From: Arink Verma arinkve...@gmail.com Date: Thu, Apr 12, 2012 at 1:15 AM Subject: Re: Help on GSoC Coding Challenge To: apertium-stuff@lists.sourceforge.net Thanks Jacob! rules.jar has been reduced! zip on same url has been updated! http

Re: [Apertium-stuff] Help on GSoC Coding Challenge

2012-04-11 Thread Jacob Nordfalk
Sendt fra min Android Den 11/04/2012 18.56 skrev Stephen Tigner stephen.tig...@gmail.com: Sorry for the delay in responding. ^^; I tried version 21 on the Android emulator last night. Still needs a bit of refinement, but it does work. I'll try and look at version 22 later today or tonight when

Re: [Apertium-stuff] Help on GSoC Coding Challenge

2012-04-11 Thread Stephen Tigner
(Responses inline) On Wed, Apr 11, 2012 at 2:53 PM, Jacob Nordfalk jacob.nordf...@gmail.com wrote: Sendt fra min Android Den 11/04/2012 18.56 skrev Stephen Tigner stephen.tig...@gmail.com: Sorry for the delay in responding. ^^; I tried version 21 on the Android emulator last night. Still

Re: [Apertium-stuff] Help on GSoC Coding Challenge

2012-04-10 Thread Arink Verma
Stephen, you can find it on http://www.github.com/arinkverma After converting *.tx1.java to dex the resulting size is around 900kb Apart from above mention method and coverting JVM Class to DVM dex file.I think of another concept. We can have single Main application for managing language pairs

Re: [Apertium-stuff] Help on GSoc Coding Challenge

2012-04-09 Thread Arink Verma
Stephen, you can find it on www.github.com/arinkverma After converting *.tx1.java to dex the resulting size is around 900kb Apart from above mention method and coverting JVM Class to DVM dex file.I think of another concept. We can have single Main application for managing language pairs. And

Re: [Apertium-stuff] Help on GSoC Coding Challenge

2012-04-08 Thread Arink Verma
I have tried converting java class to dex for DVM Android but the output file size turnout to be quite large for mobile app. I have used other approach! i,e bundle the compiled apertium_eo_en_eo_en_t1x.java together with lttoolbox-java in the same Jar file. Is there anyother improvement?? -

Re: [Apertium-stuff] Help on GSoC Coding Challenge

2012-04-08 Thread Stephen Tigner
On Sun, Apr 8, 2012 at 6:44 PM, Arink Verma arinkve...@gmail.com wrote: I have tried converting java class to dex for DVM Android but the output file size turnout to be quite large for mobile app. How large, exactly? I know that many mobile apps have add-on content they download from a server

Re: [Apertium-stuff] Help on GSoC Coding Challenge

2012-03-27 Thread Stephen Tigner
On Mon, Mar 26, 2012 at 5:01 PM, Stephen Tigner stephen.tig...@gmail.com wrote: [snip] Hmm... perhaps when run as a standalone, the transfer compile could have an option for invoking the ADK to compile to Dalvik classes? I'll need to look and see how/if it's possible to programatically invoke

Re: [Apertium-stuff] Help on GSoC Coding Challenge

2012-03-26 Thread Jacob Nordfalk
Hi, All interested in http://wiki.apertium.org/wiki/Ideas_for_Google_Summer_of_Code/Make_lttoolbox-java_embeddable or http://wiki.apertium.org/wiki/Ideas_for_Google_Summer_of_Code/Apertium_on_your_mobile please read below. 2012/3/26 Chinmay Dabral chinmay@gmail.com Hi, Investigating

Re: [Apertium-stuff] Help on GSoC Coding Challenge

2012-03-26 Thread echo
On 03/26/2012 05:01 PM, Jacob Nordfalk wrote: The easiest way to get it to run on Android would be to bundle the compiled apertium_eo_en_eo_en_t1x.java together with lttoolbox-java in the same Jar file. I.e., to add it to the source code and load the class from classpath instead of loading

Re: [Apertium-stuff] Help on GSoC Coding Challenge

2012-03-26 Thread Chinmay Dabral
Hi echo, Congratulations on getting it working on Android. :) I was hoping to get it working without touching anything inside lttoolbox.jar, but I think that's not possible. I think it would be better to keep all the language-dependent stuff on the sdcard so that the user can download languages

Re: [Apertium-stuff] Help on GSoC Coding Challenge

2012-03-26 Thread Stephen Tigner
On Mon, Mar 26, 2012 at 3:01 AM, Jacob Nordfalk jacob.nordf...@gmail.com wrote: Hi, All interested in http://wiki.apertium.org/wiki/Ideas_for_Google_Summer_of_Code/Make_lttoolbox-java_embeddable or http://wiki.apertium.org/wiki/Ideas_for_Google_Summer_of_Code/Apertium_on_your_mobile please