Clarified roadmap to mention existence of current text/NLP features#800
Merged
justinormont merged 4 commits intodotnet:masterfrom Sep 27, 2018
Merged
Clarified roadmap to mention existence of current text/NLP features#800justinormont merged 4 commits intodotnet:masterfrom
justinormont merged 4 commits intodotnet:masterfrom
Conversation
TomFinley
approved these changes
Sep 8, 2018
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 |
Contributor
There was a problem hiding this comment.
The WordEmbedding transform was added to the external repo in #545
Contributor
Author
There was a problem hiding this comment.
Ok I'll update that then!
Contributor
|
Closing/opening to restart the CI tests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #382