From 40cea10615e71fe71db91c524668cc19fa655311 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:29:16 +0000 Subject: [PATCH] Fix WordBagEstimator XML docs Co-authored-by: svick <287848+svick@users.noreply.github.com> --- src/Microsoft.ML.Transforms/Text/WrappedTextTransformers.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.ML.Transforms/Text/WrappedTextTransformers.cs b/src/Microsoft.ML.Transforms/Text/WrappedTextTransformers.cs index 640a65fc05..c6836d4ae8 100644 --- a/src/Microsoft.ML.Transforms/Text/WrappedTextTransformers.cs +++ b/src/Microsoft.ML.Transforms/Text/WrappedTextTransformers.cs @@ -28,7 +28,7 @@ namespace Microsoft.ML.Transforms.Text /// It does so by building a dictionary of n-grams and using the id in the dictionary as the index in the bag. /// /// is different from - /// in that the former takes tokenizes text internally while the latter takes tokenized text as input. + /// in that the former tokenizes text internally while the latter takes tokenized text as input. /// /// Check the See Also section for links to usage examples. /// ]]> @@ -240,7 +240,7 @@ public SchemaShape GetOutputSchema(SchemaShape inputSchema) /// It does so by hashing each n-gram and using the hash value as the index in the bag. /// /// is different from - /// in that the former takes tokenizes text internally while the latter takes tokenized text as input. + /// in that the former tokenizes text internally while the latter takes tokenized text as input. /// /// Check the See Also section for links to usage examples. /// ]]>