clojure-nlp

gomosdg 2020-10-26T09:10:52.001200Z

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

gomosdg 2020-10-26T09:10:56.001500Z

Any suggestion?

simongray 2020-11-03T13:14:19.002100Z

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