Skip to content

Commit

Permalink
gh pages update: add options for the top common words and characters …
Browse files Browse the repository at this point in the history
…to the text profiler (#316)

* add vocab count to doc

* add option for top common words and characters

* add descriptions
  • Loading branch information
AnhTruong authored and JGSweets committed Oct 4, 2022
1 parent 1842614 commit ba0c8a6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/source/profiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -462,14 +462,16 @@ Below is an breakdown of all the options.

* **text** - Options for the text profile

* is_case_sensitive - (Boolean)
* stop_words - (List of Strings)
* is_case_sensitive - (Boolean) Specify whether the profile is case sensitive
* stop_words - (List of Strings) List of stop words to be removed when profiling
* top_k_chars - (Int) Number of top characters to be retrieved when profiling
* top_k_words - (Int) Number of top words to be retrieved when profiling
* vocab - Options for vocab count

* is_enabled - (Boolean) Enables or disables the vocab stats
* words - Options for word count

* is_enabled - (Boolean) Enables or disables the word stats
* vocab - Options for vocab count

* is_enabled - (Boolean) Enables or disables the vocab stats
* **data_labeler** - Options for the data labeler

* is_enabled - (Boolean) Enables or disables the data labeler operations
Expand Down

0 comments on commit ba0c8a6

Please sign in to comment.