You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Richard Zowalla (Jira)" <ji...@apache.org> on 2023/12/08 07:24:00 UTC

[jira] [Created] (OPENNLP-1524) Align Snowball Stemmers with Java Naming Conventions and make them package-private

Richard Zowalla created OPENNLP-1524:
----------------------------------------

             Summary: Align Snowball Stemmers with Java Naming Conventions and make them package-private
                 Key: OPENNLP-1524
                 URL: https://issues.apache.org/jira/browse/OPENNLP-1524
             Project: OpenNLP
          Issue Type: Improvement
          Components: Stemmer
    Affects Versions: 2.3.1
            Reporter: Richard Zowalla


Currently, the classes in opennlp.tools.stemmer.snowball.* do not follow the Java Naming Conventions. 

There is no requirement, that they start with a lower-cased letter (from a generation perspective). To make it consistent, we should capitalize the first letter of the related classnames.

In addition, we should make them package-private, so people use these stemmers only over the related abstraction. 

Note: API Breaking Change ;-)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)