Hi everyone. I am looking for a clojure library that can help with lemmitizing and stemming...
Any suggestion?
Clojure has very little available in that space. You can use something like Stanford CoreNLP from Clojure, though, or other popular java libs. I made a minimal (fairly unmaintained) wrapper around it as my first Clojure project, maybe check it out for inspiration: https://github.com/simongray/Computerese