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

Marvin Humphrey resolved LUCY-132.
----------------------------------

    Resolution: Fixed
      Assignee: Marvin Humphrey

Committed as r1080735, r1080766, and r1080795.

> 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
>            Assignee: Marvin Humphrey
>            Priority: Minor
>             Fix For: 0.1-incubating
>
>         Attachments: regex_tokenizer.patch, 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

Reply via email to