Fork me on GitHub
#clojure-nlp
<
2020-10-26
>
gomosdg09:10:52

Hi everyone. I am looking for a clojure library that can help with lemmitizing and stemming...

gomosdg09:10:56

Any suggestion?

simongray13:11:19

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