Skip to content

An implementation of the Porter2 stemming algorithm in C#

License

Notifications You must be signed in to change notification settings

ishanshekhar/porter2-stemmer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

porter2-stemmer

An implementation of the Porter2 stemming algorithm in C#

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

A stemmer helps convert similar words into a common form so that they can be accurately compared, regardless of tense/part of speec/etc.

For example:

friend -> friend  
friendly -> friend  
friends -> friend  
friend's -> friend

About

An implementation of the Porter2 stemming algorithm in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%