Skip to content

Commit 1fd9c66

Browse files
authored
Remove errant space breaking xref link
1 parent e87ebe9 commit 1fd9c66

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
@@ -39,7 +39,7 @@
3939
* [Predefined and custom stopwords removal](https://en.wikipedia.org/wiki/Stop_words)
4040
* [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)