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. /// ]]>