What NLP libraries do you reccomend i use on FreeBSD else would you suggest switching to linux due to a lack of libraries?

A project of mine needs NLP.
I used rasa on the linux but while i switched to BSD i could not find alternatives that run natively on BSD.
 
Why don't you use the conventional way for python modules described on the Rasa project website?
Something like:
pkg ins python39 py39-pip
pip install rasa


 
Back
Top