eng-stemmer: An English language stemmer (Porter2)

[ bsd3, library, nlp, program, stemming ] [ Propose Tags ]

This i


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2
Dependencies base (>=4.7 && <5), containers, eng-stemmer, mtl, text [details]
License BSD-3-Clause
Author Chris Coffey
Maintainer chris@foldl.io
Category NLP, Stemming
Home page https://github.com/ChrisCoffey/eng-stemmer
Source repo head: git clone https://github.com/ChrisCoffey/eng-stemmer
Uploaded by ChrisCoffey at 2018-01-09T14:51:47Z
Distributions NixOS:0.1.0.2
Executables eng-stemmer-example
Downloads 1764 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-01-09 [all 1 reports]

Readme for eng-stemmer-0.1.0.2

[back to package description]

English Language Stemmer

https://travis-ci.org/ChrisCoffey/eng-stemmer.svg?branch=master

This is an implementation of the Porter2 Stemmer. There are still some bugs, but its quite accurate.

I wrote this for my own learning, but someone else may find it of use.