Porter Stemmer

The Porter stemming algorithm (or ‘Porter stemmer’) is a process for removing the commoner morphological and inflexional endings from words in English. Its main use is as part of a term normalisation process that is usually done when setting up Information Retrieval systems.

License

License

The BSD License
GroupId

GroupId

gov.sandia.foundry
ArtifactId

ArtifactId

porter-stemmer
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

Porter Stemmer
The Porter stemming algorithm (or ‘Porter stemmer’) is a process for removing the commoner morphological and inflexional endings from words in English. Its main use is as part of a term normalisation process that is usually done when setting up Information Retrieval systems.
Project URL

Project URL

http://tartarus.org/~martin/PorterStemmer/
Source Code Management

Source Code Management

http://tartarus.org/~martin/PorterStemmer/java.txt

Download porter-stemmer

How to add to project

<!-- https://jarcasting.com/artifacts/gov.sandia.foundry/porter-stemmer/ -->
<dependency>
    <groupId>gov.sandia.foundry</groupId>
    <artifactId>porter-stemmer</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/gov.sandia.foundry/porter-stemmer/
implementation 'gov.sandia.foundry:porter-stemmer:1.4'
// https://jarcasting.com/artifacts/gov.sandia.foundry/porter-stemmer/
implementation ("gov.sandia.foundry:porter-stemmer:1.4")
'gov.sandia.foundry:porter-stemmer:jar:1.4'
<dependency org="gov.sandia.foundry" name="porter-stemmer" rev="1.4">
  <artifact name="porter-stemmer" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.sandia.foundry', module='porter-stemmer', version='1.4')
)
libraryDependencies += "gov.sandia.foundry" % "porter-stemmer" % "1.4"
[gov.sandia.foundry/porter-stemmer "1.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.4