-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarified roadmap to mention existence of current text/NLP features #800
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @artidoro .
ROADMAP.md
Outdated
* Natural language text preprocessing such as tokenization, part-of-speech tagging, and sentence breaking | ||
* Pre-trained text models that can be used for extracting of semantic or sentiment features from text | ||
* Natural language text preprocessing such as improving tokenization features, adding part-of-speech tagging, and sentence boundary disambiguation | ||
* Pre-trained text models (beyond current n-gram text handling) such as pre-trained WordEmbedding that can improve the extraction of semantic or sentiment features from text |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The WordEmbedding transform was added to the external repo in #545
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I'll update that then!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closing/opening to restart the CI tests |
Fixes #382