Skip to content

Commit df40081

Browse files
authored
Merge pull request #175 from dotnet/jeffhandley/fix-link
Fix broken link format
2 parents ad4164c + 1fd9c66 commit df40081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
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)
42-
* [L-p vector normalization](xref: Microsoft.ML.Transforms.LpNormNormalizingTransformer)
42+
* [L-p vector normalization](xref:Microsoft.ML.Transforms.LpNormNormalizingTransformer)
4343
4444
By default the features are made of (word/character) n-grams/skip-grams​ and the number of features are equal to the vocabulary size found by analyzing the data.
4545
To output an additional column with the tokens generated, use [OutputTokensColumnName](xref:Microsoft.ML.Transforms.Text.TextFeaturizingEstimator.Options.OutputTokensColumnName).

0 commit comments

Comments
 (0)