Skip to content

Commit

Permalink
Merge pull request #594 from zinggAI/issue593
Browse files Browse the repository at this point in the history
issue #593 doc update for recommend phase
  • Loading branch information
sonalgoyal committed May 25, 2023
2 parents 118cb07 + 0ec4e8a commit ede80ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/improving-accuracy/stopwordsremoval/README.md
Expand Up @@ -6,7 +6,7 @@ In order to remove stopwords from a field, configure 

The stopwords can be recommended by Zingg by invoking

`./scripts/zingg.sh --phase recommend --conf <conf.json> --columns <list of columns to generate stop word recommendations>`&#x20;
`./scripts/zingg.sh --phase recommend --conf <conf.json> --column <column>`&#x20;

By default, Zingg extracts 10% of the high-frequency unique words from a dataset. If the user wants a different selection, they should set up the following property in the config file:

Expand Down

0 comments on commit ede80ab

Please sign in to comment.