[
https://issues.apache.org/jira/browse/LUCY-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marvin Humphrey updated LUCY-132:
---------------------------------
Attachment: snowball_stopfilter.patch
The attached snowball_stopfilter.patch must be applied after a similar set of
"svn move" commands.
> Move Tokenizer, Stemmer, Stopalizer
> -----------------------------------
>
> Key: LUCY-132
> URL: https://issues.apache.org/jira/browse/LUCY-132
> Project: Lucy
> Issue Type: Improvement
> Components: Analysis
> Affects Versions: 0.1-incubating
> Reporter: Marvin Humphrey
> Priority: Minor
> Fix For: 0.1-incubating
>
> Attachments: snowball_stemmer.patch, snowball_stopfilter.patch
>
>
> In anticipation of creating interfaces using generic names such as
> "Tokenizer", "Stemmer", and "StopFilter", we should vacate those class names
> and give the current implementations more specific names:
> {noformat}
> Lucy::Analysis::Tokenizer => Lucy::Analysis::RegexTokenizer
> Lucy::Analysis::Stemmer => Lucy::Analysis::SnowballStemmer
> Lucy::Analysis::Stopalizer => Lucy::Analysis::SnowballStopFilter
> {noformat}
> Discussion: <http://s.apache.org/RbX>, <http://s.apache.org/WVJ>.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira