Replies: 1 comment 1 reply
-
What kind of NLP support would you be looking for, exactly? NLTK essentially has a lot of tokenization options and some sample corpora to be used. It can also be used for part of speech tagging. So it's more like having functionalities to help existing models by working on language, than actual models |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We want to add NLP support.
I heard good things about the NLTK library, maybe we can use it.
It would be great if someone is already familiar with it and want to start working on it ;)
I don't which models are supported by NLTK. This discussion can overlap with the RNN discussion
Beta Was this translation helpful? Give feedback.
All reactions