<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball">
    <title>gmane.comp.search.snowball</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1438"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1437"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1436"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1435"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1434"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1433"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1432"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1431"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1430"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1429"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1428"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1427"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1426"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1425"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1424"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1423"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1422"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1421"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1420"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.search.snowball/1419"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1438">
    <title>Re: Fwd: How to add Tamil Support to stemmer?</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1438</link>
    <description>&lt;pre&gt;Hi Martin,

I have replaced simple or conditions with among() command as suggested.  I tested the modification against the data in https://github.com/rdamodharan/snowball-data/tree/master/tamil and the results were same. I have sent a pull request for it - https://github.com/snowballstem/snowball/pull/3

Thanks
Damu



________________________________
 From: Martin Porter &amp;lt;martin.f.porter&amp;lt; at &amp;gt;gmail.com&amp;gt;
To: Damodharan Rajalingam &amp;lt;r.damodharan&amp;lt; at &amp;gt;ymail.com&amp;gt; 
Cc: snowball-discuss&amp;lt; at &amp;gt;lists.tartarus.org 
Sent: Saturday, March 30, 2013 8:26 PM
Subject: Re: [Snowball-discuss] Fwd: How to add Tamil Support to stemmer?
 

I've added to clear link to the gmane archive of snowball-discuss on
the snowball home page --- long overdue.

To Damodharan Rajalingam: I would look into introducing among(...)
expressions into your snowball script. See the earlier message by me
forwarded to the list by Shrinivasan T

&lt;/pre&gt;</description>
    <dc:creator>Damodharan Rajalingam</dc:creator>
    <dc:date>2013-04-18T20:56:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1437">
    <title>Re: Porter stemming not dealing well with -gist-gists</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1437</link>
    <description>&lt;pre&gt;Hi Marc,

The "Porter stemmer" is now frozen in time, but this could be a
something to add to the snowball "English stemmer". It's connected to
the fact that -ist is not, in general, removed. -ologist -&amp;gt; olog
could, however, be added.

I've put your suggestion on the snowball-discuss list,

Thanks, Martin



On Tue, Apr 16, 2013 at 6:29 PM, Marc Schipperheijn
&amp;lt;m.schipperheyn&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Martin Porter</dc:creator>
    <dc:date>2013-04-17T05:47:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1436">
    <title>Snowball Plugin for Pygments Syntax Highlighter</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1436</link>
    <description>&lt;pre&gt;Hello all,

I wrote a Snowball lexer plugin for Pygments, a popular syntax highlighter
written with Python:
https://github.com/hajimes/pygments-snowball.

For ease of implementation, the lexer has a defect that it assumes
stringescapes are curly brackets, but it'll work for most Snowball codes.
I would be glad if you could use this to make codes in your html documents
more readable.
I'm also willing to receive any suggestions before I commit the lexer to
the official Pygments repo.

Below are two output examples of Pygments Snowball Plugin.

Default(-styled) Porter Snowball:
http://htmlpreview.github.io/?https://github.com/hajimes/pygments-snowball/blob/master/sample_output/porter.html

Colorful Russian Snowball (far more vivid than colorless green):
http://htmlpreview.github.io/?https://github.com/hajimes/pygments-snowball/blob/master/sample_output/russian_colorful.html

Thanks,
Hajime
_______________________________________________
Snowball-discuss mailing list
Snowball-discuss&amp;lt; at &amp;gt;lists.tartarus.org
http://li&lt;/pre&gt;</description>
    <dc:creator>Hajime Senuma</dc:creator>
    <dc:date>2013-04-14T18:16:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1435">
    <title>Re: Adding "cela" to the list of French stopwords</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1435</link>
    <description>&lt;pre&gt;On Thu, Apr 11, 2013 at 12:22 PM, Martin Porter
&amp;lt;martin.f.porter&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

Thank you very much Martin!

Regarding the 0xA0, in French, some punctuation marks must to preceded
by a non-breaking space[1]. Maybe J-C Deschamps copied it from an
existing text and didn't notice he copied the non-breaking space too.

[1] http://en.wikipedia.org/wiki/Punctuation#Other_languages

--
Adrien
&lt;/pre&gt;</description>
    <dc:creator>Adrien Grand</dc:creator>
    <dc:date>2013-04-11T22:02:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1434">
    <title>Re: Adding "cela" to the list of French stopwords</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1434</link>
    <description>&lt;pre&gt;changes in place (Can't imagine where the 0xA0 cam from.)
&lt;/pre&gt;</description>
    <dc:creator>Martin Porter</dc:creator>
    <dc:date>2013-04-11T10:22:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1433">
    <title>Re: Adding "cela" to the list of French stopwords</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1433</link>
    <description>&lt;pre&gt;Thanks Adrien. I'll make the changes in the next few days. M.
&lt;/pre&gt;</description>
    <dc:creator>Martin Porter</dc:creator>
    <dc:date>2013-04-07T11:00:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1432">
    <title>Re: Adding "cela" to the list of French stopwords</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1432</link>
    <description>&lt;pre&gt;Hi Martin,

On Sun, Apr 7, 2013 at 9:20 AM, Martin Porter &amp;lt;martin.f.porter&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

Although incorrect, "celà" is very common. Maybe we should rather have
both "cela" and "celà" in the stopwords list?

I think the non-breakable space (0xA0) right after "celà" should be removed too?


There is nothing to excuse, your French is perfect!

&lt;/pre&gt;</description>
    <dc:creator>Adrien Grand</dc:creator>
    <dc:date>2013-04-07T08:55:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1431">
    <title>Re: Adding "cela" to the list of French stopwords</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1431</link>
    <description>&lt;pre&gt;
Adrien,

Dans la liste à http://snowball.tartarus.org/algorithms/french/stop.txt il y a,

               | Later additions (from Jean-Christophe Deschamps)
ceci         |  this
celà         |  that

mais je pense que "celà" n'est pas juste. A la page
http://fr.wikipedia.org/wiki/Pronom_d%C3%A9monstratif je lis,

"Du point de vue orthographique, contre toute attente, le pronom «
cela » s'écrit avec un « a » sans accent grave"

Je pense que je dois inclure "cela" et éliminer "celà".

Voulez vous le confirmer?

Anyway, I'm sure you'll excuse my bad French! It is a strange error,
because I took the word as an extra from J-C Deschamps, who must be a
French speaker, and also no one has commented on it before.

Martin
&lt;/pre&gt;</description>
    <dc:creator>Martin Porter</dc:creator>
    <dc:date>2013-04-07T07:20:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1430">
    <title>Adding "cela" to the list of French stop words</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1430</link>
    <description>&lt;pre&gt;Hi,

I am working on Lucene and Solr, which use Snowball's stop words lists
for their analyzers. One of our users, Pierre Kobylanski, suggested to
add "cela" to the list of French stop words:
  https://issues.apache.org/jira/browse/LUCENE-4911

I thought you would be interested to add it to
http://svn.tartarus.org/snowball/trunk/website/algorithms/french/stop.txt
as well. Don't hesitate to let me know if I can help get this
included.

Best regards,

--
Adrien
&lt;/pre&gt;</description>
    <dc:creator>Adrien Grand</dc:creator>
    <dc:date>2013-04-06T14:54:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1429">
    <title>Re: JavaScript version of the stemmer</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1429</link>
    <description>&lt;pre&gt;
It is a bit confusing, but the snowball system is a later development.
snowball goes back to 2002, the porter stemmer page was put up some
time in the 1990s, I can't recall exactly when.
&lt;/pre&gt;</description>
    <dc:creator>Martin Porter</dc:creator>
    <dc:date>2013-04-02T08:45:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1428">
    <title>Re: JavaScript version of the stemmer</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1428</link>
    <description>&lt;pre&gt;By "the stemmer" do you mean the Porter stemmer? If so, there's a link
to the andargor/mckenzie authored one from

http://tartarus.org/~martin/PorterStemmer/index.html

On Sun, Mar 31, 2013 at 9:38 PM, John Gage &amp;lt;jsmgage&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Martin Porter</dc:creator>
    <dc:date>2013-04-01T12:38:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1427">
    <title>JavaScript version of the stemmer</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1427</link>
    <description>&lt;pre&gt;Is there a JavaScript version of the stemmer lurking out there?  Please
note that there is a server and a client/browser version of JavaScript, the
former being nodejs.

John Gage
_______________________________________________
Snowball-discuss mailing list
Snowball-discuss&amp;lt; at &amp;gt;lists.tartarus.org
http://lists.tartarus.org/mailman/listinfo/snowball-discuss
&lt;/pre&gt;</description>
    <dc:creator>John Gage</dc:creator>
    <dc:date>2013-03-31T20:38:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1426">
    <title>Re: Fwd: How to add Tamil Support to stemmer?</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1426</link>
    <description>&lt;pre&gt;I've added to clear link to the gmane archive of snowball-discuss on
the snowball home page --- long overdue.

To Damodharan Rajalingam: I would look into introducing among(...)
expressions into your snowball script. See the earlier message by me
forwarded to the list by Shrinivasan T

&lt;/pre&gt;</description>
    <dc:creator>Martin Porter</dc:creator>
    <dc:date>2013-03-30T14:56:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1425">
    <title>Re: Fwd: How to add Tamil Support to stemmer?</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1425</link>
    <description>&lt;pre&gt;Hi Richard,
I have added documentation on the algorithm here - https://github.com/rdamodharan/tamil-stemmer/tree/master/docs. I have also added vocabulary set for Tamil and sent a pull request - https://github.com/snowballstem/snowball-data/pull/1.

Please let me know if anything is missing or wrong :)

Thanks
Damu



________________________________
 From: Damodharan Rajalingam &amp;lt;r.damodharan&amp;lt; at &amp;gt;ymail.com&amp;gt;
To: Richard Boulton &amp;lt;richard&amp;lt; at &amp;gt;tartarus.org&amp;gt;; Shrinivasan T &amp;lt;tshrinivasan&amp;lt; at &amp;gt;gmail.com&amp;gt; 
Cc: "snowball-discuss&amp;lt; at &amp;gt;lists.tartarus.org" &amp;lt;snowball-discuss&amp;lt; at &amp;gt;lists.tartarus.org&amp;gt; 
Sent: Wednesday, March 27, 2013 9:35 PM
Subject: Re: [Snowball-discuss] Fwd: How to add Tamil Support to stemmer?
 

Hi Richard,
I am working on getting the sample dataset. I did this work for my Master's thesis 4 years back so I am having difficulty in spotting some files :) . I will cleanup the dataset I used for evaluation and add it to the git repo along with the documentation on evaluation results.

Thanks
Damu




___________________________&lt;/pre&gt;</description>
    <dc:creator>Damodharan Rajalingam</dc:creator>
    <dc:date>2013-03-28T10:29:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1424">
    <title>Re: Fwd: How to add Tamil Support to stemmer?</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1424</link>
    <description>&lt;pre&gt;Hi Richard,
I am working on getting the sample dataset. I did this work for my Master's thesis 4 years back so I am having difficulty in spotting some files :) . I will cleanup the dataset I used for evaluation and add it to the git repo along with the documentation on evaluation results.

Thanks
Damu




________________________________
 From: Richard Boulton &amp;lt;richard&amp;lt; at &amp;gt;tartarus.org&amp;gt;
To: Shrinivasan T &amp;lt;tshrinivasan&amp;lt; at &amp;gt;gmail.com&amp;gt; 
Cc: snowball-discuss&amp;lt; at &amp;gt;lists.tartarus.org 
Sent: Wednesday, March 27, 2013 6:31 PM
Subject: Re: [Snowball-discuss] Fwd: How to add Tamil Support to stemmer?
 
On 27 March 2013 12:03, Shrinivasan T &amp;lt;tshrinivasan&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

"rdamodharan" has actually done exactly what's needed for this, by
submitting a pull request on github to our repository;
https://github.com/snowballstem/snowball/pull/2  Unfortunately, I
haven't had a chance to look at this so far; I will make sure to make
time to do so over the next few days.

I have no way of evaluating the results of this stemmer, but am
wil&lt;/pre&gt;</description>
    <dc:creator>Damodharan Rajalingam</dc:creator>
    <dc:date>2013-03-27T16:05:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1423">
    <title>Re: Fwd: How to add Tamil Support to stemmer?</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1423</link>
    <description>&lt;pre&gt;
Thanks for the update.

I sent this to damo.

Hope me may work on this further.







&lt;/pre&gt;</description>
    <dc:creator>Shrinivasan T</dc:creator>
    <dc:date>2013-03-27T13:07:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1422">
    <title>Re: Fwd: How to add Tamil Support to stemmer?</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1422</link>
    <description>&lt;pre&gt;
"rdamodharan" has actually done exactly what's needed for this, by
submitting a pull request on github to our repository;
https://github.com/snowballstem/snowball/pull/2  Unfortunately, I
haven't had a chance to look at this so far; I will make sure to make
time to do so over the next few days.

I have no way of evaluating the results of this stemmer, but am
willing to take the word of Tamil speakers as to whether the algorithm
is of use.  There may be some changes to the code that should be made
to improve performance, as Martin mentioned.  One thing that would be
of great use is a sample dataset, similar to that in
https://github.com/snowballstem/snowball-data/blob/master/english/voc.txt,
together with a sample file containing the corresponding expected
output.

&lt;/pre&gt;</description>
    <dc:creator>Richard Boulton</dc:creator>
    <dc:date>2013-03-27T13:01:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1421">
    <title>Re: Make the list archives public</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1421</link>
    <description>&lt;pre&gt;

http://snowball.tartarus.org/lists.php

This page does not contain the valid links to the gmane archives.
they lead to mailman page only.

Please check the links in that page and fix them.

Thanks.

&lt;/pre&gt;</description>
    <dc:creator>Shrinivasan T</dc:creator>
    <dc:date>2013-03-27T12:51:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1420">
    <title>Re: Make the list archives public</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1420</link>
    <description>&lt;pre&gt;
The archives on lists.tartarus.org are private explicitly because we
don't want to host them - mailman's web archive format isn't very
usable; gmane is the official site for snowball archives (as far as
I'm concerned!)

We link to the archives on gmane from
http://snowball.tartarus.org/lists.php , and don't deliberately link
to http://lists.tartarus.org/mailman/private/snowball-discuss/ - if
there's a link to that on the snowball site somewhere, let me know and
I'll redirect it to gmane!

&lt;/pre&gt;</description>
    <dc:creator>Richard Boulton</dc:creator>
    <dc:date>2013-03-27T12:45:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1419">
    <title>Re: Make the list archives public</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1419</link>
    <description>&lt;pre&gt;Richard Boulton must answer that one, but meanwhile all of
snowball-discuss can be found at

http://news.gmane.org/gmane.comp.search.snowball
&lt;/pre&gt;</description>
    <dc:creator>Martin Porter</dc:creator>
    <dc:date>2013-03-27T12:38:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.search.snowball/1418">
    <title>Make the list archives public</title>
    <link>http://permalink.gmane.org/gmane.comp.search.snowball/1418</link>
    <description>&lt;pre&gt;Hello all,

I am new to the list.

I am wondering why our list archives are private?
http://lists.tartarus.org/mailman/private/snowball-discuss/

Please make them public so that it reaches all the public.

Thanks.

&lt;/pre&gt;</description>
    <dc:creator>Shrinivasan T</dc:creator>
    <dc:date>2013-03-27T12:05:37</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.search.snowball">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.search.snowball</link>
  </textinput>
</rdf:RDF>
