You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="outputColumnName">Name of the column resulting from the transformation of <paramref name="inputColumnName"/>.
207
-
/// This column's data type will be a vector of text.</param>
207
+
/// This column's data type will be a variable-sized vector of text.</param>
208
208
/// <param name="inputColumnName">Name of the column to transform. If set to <see langword="null"/>, the value of the <paramref name="outputColumnName"/> will be used as source.
209
209
/// This estimator operates of text data type.</param>
210
210
/// <param name="separators">The separators to use (uses space character by default).</param>
/// <param name="inputColumnName">Name of the column to transform. If set to <see langword="null"/>, the value of the <paramref name="outputColumnName"/> will be used as source.
242
242
/// This estimator operates over vectors of keys data type.</param>
/// <param name="skipLength">Number of tokens to skip between each ngram. By defaults no token is skipped.</param>
244
+
/// <param name="skipLength">Number of tokens to skip between each ngram. By default no token is skipped.</param>
245
245
/// <param name="useAllLengths">Whether to include all ngram lengths up to <paramref name="ngramLength"/> or only <paramref name="ngramLength"/>.</param>
246
246
/// <param name="maximumNgramsCount">Maximum number of n-grams to store in the dictionary.</param>
247
247
/// <param name="weighting">Statistical measure used to evaluate how important a word or ngram is to a document in a corpus.
0 commit comments