SkillAgentSearch skills...

Porterstemmer

An implementation of the Porter stemming algorithm in Scala

Install / Use

/learn @aztek/Porterstemmer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

This is the Scala implementation of Porter stemming algorithm. It was greatly inspired by Snowball implementation.

This library uses Maven. 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:

<dependency>
    <groupId>com.github.aztek</groupId>
    <artifactId>porterstemmer</artifactId>
    <version>0.0.1</version>
</dependency>

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated3y ago
Forks6

Languages

Scala

Security Score

75/100

Audited on May 19, 2022

No findings