Richard Zowalla created STORM-4012:
--------------------------------------
Summary: Add documentation to describe how to re-generate snowball
stemmer code
Key: STORM-4012
URL: https://issues.apache.org/jira/browse/STORM-4012
Project: Apache Storm
Issue Type: Documentation
Affects Versions: 2.6.0
Reporter: Richard Zowalla
We re-generated our old snowball stemmer code within
https://github.com/apache/opennlp/pull/561
The process is not really straightforward:
1. Checkout https://github.com/snowballstem/snowball and build it via make
2. Run the snowball compiler like
{code:java}
../snowball turkish.sbl -java -o
../../opennlp/opennlp-tools/src/main/java/opennlp/tools/stemmer/snowball/turkishStemmer
{code}
Note: Omit the file ending .java
3. Manually reformat according to OpenNLP style
4. Replace SysOuts with Logger
--
This message was sent by Atlassian Jira
(v8.20.10#820010)