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


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