Skip to content

sof/porter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell implementation of Porter's original stemming algorithm.

http://snowball.tartarus.org/algorithms/porter/stemmer.html

Arguably a bit tidier than the example Haskell version given on the Snowball web pages.

The test input was shamelessly taken from kristopolous' fine Javascript implementation,

https://github.com/kristopolous/Porter-Stemmer

To build:

foo$ runhaskell Setup configure
foo$ runhaskell Setup build
...
foo$ dist/build/checker/checker
...
# Should you so wish...
foo$ runhaskell Setup install

--sof 10/2013.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published