An open API service indexing awesome lists of open source software.

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

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).