rzo1 commented on code in PR #561:
URL: https://github.com/apache/opennlp/pull/561#discussion_r1419066379
##########
opennlp-tools/src/main/java/opennlp/tools/stemmer/snowball/SnowballStemmer.java:
##########
@@ -21,116 +21,94 @@
public class SnowballStemmer implements Stemmer {
- public enum ALGORITHM {
- ARABIC,
- DANISH,
- DUTCH,
- CATALAN,
- ENGLISH,
- FINNISH,
- FRENCH,
- GERMAN,
- GREEK,
- HUNGARIAN,
- INDONESIAN,
- IRISH,
- ITALIAN,
- NORWEGIAN,
- PORTER,
- PORTUGUESE,
- ROMANIAN,
- RUSSIAN,
- SPANISH,
- SWEDISH,
- TURKISH
- }
+ private final AbstractSnowballStemmer stemmer;
Review Comment:
No config excludes it (at least not via the checkstyle maven plugin).
Applied OpenNLP style to all of these stemmer/** classes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]