Skip to content

buda-base/stemmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installation

Through maven:

    <dependency>
      <groupId>io.bdrc.lucene</groupId>
      <artifactId>stemmer</artifactId>
      <version>1.1.0</version>
    </dependency>

License

The code is under the Egothor License.