Skip to content

Commit e87ebe9

Browse files
authoredDec 23, 2024··
Fix broken link format
1 parent ad4164c commit e87ebe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎dotnet/xml/Microsoft.ML.Transforms.Text/TextFeaturizingEstimator.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* [Tokenization](https://en.wikipedia.org/wiki/Lexical_analysis#Tokenization)
3838
* [Text normalization](https://en.wikipedia.org/wiki/Text_normalization)
3939
* [Predefined and custom stopwords removal](https://en.wikipedia.org/wiki/Stop_words)
40-
* [Word-based or character-based Ngram extraction and SkipGram extraction (through the advanced [options](xref:Microsoft.ML.Transforms.TextFeaturizingEstimator.Options.WordFeatureExtractor))](https://en.wikipedia.org/wiki/N-gram)
40+
* [Word-based or character-based Ngram extraction and SkipGram extraction](https://en.wikipedia.org/wiki/N-gram) (through the advanced [options](xref:Microsoft.ML.Transforms.TextFeaturizingEstimator.Options.WordFeatureExtractor))
4141
* [TF, IDF or TF-IDF](https://en.wikipedia.org/wiki/Tf%E2%80%93idf)
4242
* [L-p vector normalization](xref: Microsoft.ML.Transforms.LpNormNormalizingTransformer)
4343

0 commit comments

Comments
 (0)
Please sign in to comment.