Is there some interest for natural language processing in Nim? Something like Spacy or NTLK...
I've found bits of code but not much.
Are there other packages?
Arraymancer kind of works with NLP as well.
Here is an example of training a neural network to generate Shakespear-like text (or Jane Austin or if you feed it Nim code it will generate Nim-like text):
https://github.com/mratsim/Arraymancer/blob/master/examples/ex06_shakespeare_generator.nim#L416
The main issue right now is that the faster your CPU is, the slower the training ¯\_(ツ)_/¯