Skip to content

A short Porter stemmer algorithm implementation class for PHP.

Notifications You must be signed in to change notification settings

arisro/german-stemmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Use the more refined repo by Pascal Landau at https://github.com/paslandau/german-stemmer .

GermanStemmer

Takes a word and reduces it to its German stem using the Porter stemmer algorithm.

References:

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

Usage: $stem = GermanStemmer::stem($word);

NOTE: You must open this document as a UTF-8 file, or you'll override the accented forms.

About

A short Porter stemmer algorithm implementation class for PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages