Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aztek/porterstemmer
An implementation of the Porter stemming algorithm in Scala
https://github.com/aztek/porterstemmer
porter-stemming-algorithm scala stemmer
Last synced: about 1 month ago
JSON representation
An implementation of the Porter stemming algorithm in Scala
- Host: GitHub
- URL: https://github.com/aztek/porterstemmer
- Owner: aztek
- License: mit
- Created: 2012-03-24T07:09:06.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T08:17:17.000Z (over 1 year ago)
- Last Synced: 2023-05-02T10:57:00.509Z (over 1 year ago)
- Topics: porter-stemming-algorithm, scala, stemmer
- Language: Scala
- Homepage:
- Size: 26.4 KB
- Stars: 8
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
This is the Scala implementation of Porter stemming algorithm. It was greatly inspired by [Snowball implementation](http://snowball.tartarus.org/algorithms/porter/stemmer.html).
This library uses [Maven](http://maven.apache.org/). To install, do the following:
1. `git clone https://github.com/aztek/porterstemmer`
2. `cd porterstemmer`
3. `mvn install`To use it in your project, put this dependency in your `pom.xml`:
com.github.aztek
porterstemmer
0.0.1