Skip to content

A Haskell implementation of the Porter stemming algorithm

License

Notifications You must be signed in to change notification settings

wapxmas/pstemmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pstemmer

A Haskell Implementation of the Porter Stemmer for Russian

Usage

import Data.Text.IO as TIO
import NLP.PStemmer.Ru

main :: IO ()
main = TIO.putStrLn $ runPorter "бегавшая"

About

A Haskell implementation of the Porter stemming algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages