Skip to content

Fix WordBag estimator API doc wording#7656

Open
svick wants to merge 1 commit into
dotnet:mainfrom
svick:copilot/fix-issue-6940
Open

Fix WordBag estimator API doc wording#7656
svick wants to merge 1 commit into
dotnet:mainfrom
svick:copilot/fix-issue-6940

Conversation

@svick

@svick svick commented Jul 3, 2026

Copy link
Copy Markdown
Member

Fixes #6940.

The API documentation for WordBagEstimator used an incorrect phrase that described its tokenization behavior poorly. This updates the wording so the generated docs clearly state that the estimators tokenize text internally.

Co-authored-by: svick <287848+svick@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 3, 2026 14:37

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the XML API docs in ML.NET’s text transformers to accurately describe WordBagEstimator and WordHashBagEstimator tokenization behavior, improving the generated reference documentation.

Changes:

  • Fixes a grammatical error in the WordBagEstimator remarks describing internal tokenization vs. tokenized input.
  • Applies the same wording fix to the WordHashBagEstimator remarks for consistency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"tokenizes" should be "tokenized" I think

3 participants