Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 268 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 268 Bytes

carp_stemmer

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

(load "https://github.com/wltsmrz/[email protected]")

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