https://github.com/buda-base/stemmer
Fork of the Egothor2 stemmer code
https://github.com/buda-base/stemmer
stemmer trie
Last synced: 3 months ago
JSON representation
Fork of the Egothor2 stemmer code
- Host: GitHub
- URL: https://github.com/buda-base/stemmer
- Owner: buda-base
- License: other
- Created: 2017-04-20T09:53:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T12:34:57.000Z (over 7 years ago)
- Last Synced: 2026-01-14T04:54:30.681Z (5 months ago)
- Topics: stemmer, trie
- Language: Java
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Stemmer Trie
This repository contains the code of `org.egothor.stemmer` slightly modified and renamed `io.bdrc.lucene.stemmer`.
The main goal of this repository is
- easy Maven distribution (distribution on Sonatype ossrh)
- small jar containing only these files, not the whole egothor 2 project
- simple git access
- bug tracker
We keep track of the changes we make to the Egothor code in the [Change Log](CHANGELOG.md).
### Installation
Through maven:
```xml
io.bdrc.lucene
stemmer
1.1.0
```
### License
The code is under the [Egothor License](LICENSE).