-
Notifications
You must be signed in to change notification settings - Fork 169
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
gh pages update: add options for the top common words and characters to the text profiler #316
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.
Dismissing my Review
docs/source/profiler.rst
Outdated
@@ -464,12 +464,14 @@ Below is an breakdown of all the options. | |||
|
|||
* is_case_sensitive - (Boolean) | |||
* stop_words - (List of Strings) | |||
* top_k_chars - (Int) Apply to the output of vocab count when profiling |
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.
I think these descriptions are a little vague, can this be improved? Also, unrelated, can you add descriptions for the 2 options above?
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.
added, @gme5078
…to the text profiler (#316) * add vocab count to doc * add option for top common words and characters * add descriptions
Add two new option to text profile: