[ 
https://issues.apache.org/jira/browse/LUCENE-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir updated LUCENE-2212:
--------------------------------

    Attachment: porterTestData.zip

the test data (100KB zipped), for src/test/org/apache/lucene/analysis folder.

Note: on his website he says: The Porter stemmer should be regarded as 
'frozen', that is, strictly defined, and not amenable to further modification.

So the only benefit to downloading this data instead of adding it to svn would 
be to save space.
See http://tartarus.org/~martin/PorterStemmer/

> add a test for PorterStemFilter
> -------------------------------
>
>                 Key: LUCENE-2212
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2212
>             Project: Lucene - Java
>          Issue Type: Test
>          Components: Analysis
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>            Priority: Minor
>             Fix For: 3.1
>
>         Attachments: LUCENE-2212.patch, porterTestData.zip
>
>
> There are no tests for PorterStemFilter, yet svn history reveals some (very 
> minor) cleanups, etc.
> The only thing executing its code in tests is a test or two in SmartChinese 
> tests.
> This patch runs the StemFilter against Martin Porter's test data set for this 
> stemmer, checking for expected output.
> The zip file is 100KB added to src/test, if this is too large I can change it 
> to download the data instead.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to