Skip to content

wltsmrz/carp_stemmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

carp_stemmer

Porter stemmer in Carp. Tested against 23531-word list from official site.

(load "https://github.com/wltsmrz/carp_stemmer@v0.3.2")

(defn main []
  (IO.println &(Stemmer.stem "greetings")))