[Vala] Port of the Porter stemmer to Vala

2013-09-17 Thread Serge Hulne
Hi, Here is a port of the Poter stemmer to Vala Serge Hulne porter_lib.vala Description: Binary data ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Port of the Porter stemmer to Vala

2013-09-17 Thread Daniel Espinosa
Could you provide some description about Porter stemmer or a Link to a place to read about it? El sep 17, 2013 3:48 a.m., Serge Hulne serge.hu...@gmail.com escribió: Hi, Here is a port of the Poter stemmer to Vala Serge Hulne ___ vala-list

Re: [Vala] Port of the Porter stemmer to Vala (more detailed description)

2013-09-17 Thread Giulio Paci
Hi Serge, thank you for sharing your code. May I ask why you implemented it in pure Vala? Just for the sake of completeness, if anybody is interested in this kind of tools for Vala, at https://github.com/nemequ/vala-extra-vapis/blob/master/libstemmer.vapi there are also the Vala bindings

Re: [Vala] Port of the Porter stemmer to Vala (more detailed description)

2013-09-17 Thread Serge Hulne
Hi, Giulio Yes, it is implemented in 100% pure Vala ! (I listed the code in plain text in my second posting on this subject) Serge. On Tue, Sep 17, 2013 at 3:31 PM, Giulio Paci giuliop...@gmail.com wrote: Hi Serge, thank you for sharing your code. May I ask why you implemented it in

Re: [Vala] Port of the Porter stemmer to Vala (more detailed description)

2013-09-17 Thread Giulio Paci
On 17/09/2013 16:27, Serge Hulne wrote: Yes, it is implemented in 100% pure Vala ! Yeah, I know it was 100% pure Vala. I was just wondering why. :-) Did you developed it just for fun or do you see any real benefit having the stemmer written in Vala? On Tue, Sep 17, 2013 at 3:31 PM, Giulio Paci