aramorph-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Aramorph-users] A contribution for AraMorph


From: Ahmed El-dawy
Subject: Re: [Aramorph-users] A contribution for AraMorph
Date: Sun, 12 Jun 2005 23:22:33 +0300

Now I have made my old changes over the latest version.
I attached the patch file you told me about.
I have made more changes that will make it start more faster.
I don't know if the latest changes are acceptable or not.
I have changed the format of the dictionary and compatiblity files.
First, I loaded them using the ordinary method from the text files.
After that I wrote them to binary files using the java serializable
format. In order to accomplish this, I had to implement the interface
serializable in the Dictionary Entry class. Also I changed some of its
attributes to transient to keep the binary files small.
Now in startup, I just load the dictionaries from the saved files.
They are already parsed so it takes less time (about 3 seconds on my
machine).
The patch file does not contain new files to keep it small, or else it
will be 9 MB :o

I hope I didn't talk so much :)


On 6/8/05, Pierrick Brihaye <address@hidden> wrote:
> Hi,
> 
> Ahmed El-dawy a écrit :
> 
> > At last!
> 
> :-)
> 
> > I have succeded to check out the latest version of the project.
> > Now what is the next step in order to upload my work?
> 
> I would like you to create a "patch". This command should be available
> on your CVS client. I generates a *text* file that marks what you have
> added (+), what you have removed (-) and what you have changed.
> 
> Then, you post the patch on this mailing-list, we discuss, and I
> "commit" what we have agreed upon. Of course, the smaller the patch, the
> quicker the decision ;-)
> 
> Cheers,
> 
> p.b.
> 
> 
> 
> _______________________________________________
> Aramorph-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/aramorph-users
> 


-- 
Regards,
Ahmed Saad

Attachment: patch.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]