You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucy.apache.org by "Marvin Humphrey (JIRA)" <ji...@apache.org> on 2010/11/20 02:39:13 UTC

[lucy-issues] [jira] Created: (LUCY-129) Bundle Snowball stoplists

Bundle Snowball stoplists
-------------------------

                 Key: LUCY-129
                 URL: https://issues.apache.org/jira/browse/LUCY-129
             Project: Lucy
          Issue Type: Improvement
          Components: Analysis
            Reporter: Marvin Humphrey
            Assignee: Marvin Humphrey


Like the stemming libraries, the stoplists from Snowball are available under a
BSD license. Rather than rely on the CPAN module Lingua::StopWords, we should
bundle them with Lucy.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[lucy-issues] [jira] Updated: (LUCY-129) Bundle Snowball stoplists

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey updated LUCY-129:
---------------------------------

    Attachment: snowball_stoplists.c

The file snowball_stoplists.c is an autogenerated file containing Snowball's
stoplist content as C string literals encoded in UTF-8 with octal escapes.

> Bundle Snowball stoplists
> -------------------------
>
>                 Key: LUCY-129
>                 URL: https://issues.apache.org/jira/browse/LUCY-129
>             Project: Lucy
>          Issue Type: Improvement
>          Components: Analysis
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>         Attachments: snowball_stoplists.c, snowstop.patch
>
>
> Like the stemming libraries, the stoplists from Snowball are available under a
> BSD license. Rather than rely on the CPAN module Lingua::StopWords, we should
> bundle them with Lucy.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[lucy-issues] [jira] Resolved: (LUCY-129) Bundle Snowball stoplists

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey resolved LUCY-129.
----------------------------------

    Resolution: Fixed

Committed as r1037502.

> Bundle Snowball stoplists
> -------------------------
>
>                 Key: LUCY-129
>                 URL: https://issues.apache.org/jira/browse/LUCY-129
>             Project: Lucy
>          Issue Type: Improvement
>          Components: Analysis
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>         Attachments: snowball_stoplists.c, snowstop.patch
>
>
> Like the stemming libraries, the stoplists from Snowball are available under a
> BSD license. Rather than rely on the CPAN module Lingua::StopWords, we should
> bundle them with Lucy.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[lucy-issues] [jira] Updated: (LUCY-129) Bundle Snowball stoplists

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey updated LUCY-129:
---------------------------------

    Attachment: snowstop.patch

The "snowstop.patch" file contains changes to Lucy which switch us to bundled
stoplists and away from Lingua::StopWords.

> Bundle Snowball stoplists
> -------------------------
>
>                 Key: LUCY-129
>                 URL: https://issues.apache.org/jira/browse/LUCY-129
>             Project: Lucy
>          Issue Type: Improvement
>          Components: Analysis
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>         Attachments: snowstop.patch
>
>
> Like the stemming libraries, the stoplists from Snowball are available under a
> BSD license. Rather than rely on the CPAN module Lingua::StopWords, we should
> bundle them with Lucy.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.