Skip to content

Commit df2fc46

Browse files
author
Ivan Matantsev
committed
address lowercase
1 parent e6b638d commit df2fc46

File tree

1 file changed

+2
-2
lines changed
  • src/Microsoft.ML.Transforms/Text

1 file changed

+2
-2
lines changed

src/Microsoft.ML.Transforms/Text/doc.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192
WordEmbeddings wrap different embedding models, such as GloVe. Users can specify which embedding to use.
193193
The available options are various versions of <a href="https://nlp.stanford.edu/projects/glove/">GloVe Models</a>, <a href="https://en.wikipedia.org/wiki/FastText">fastText</a>, and <a href="http://anthology.aclweb.org/P/P14/P14-1146.pdf">SSWE</a>.
194194
<para>
195-
Note: As WordEmbedding requires a column with text vector, e.g. %3C%27This%27, %27is%27, %27good%27%3E, users need to create an input column by
196-
using the output_tokens=True for TextTransform to convert a column with sentences like "This is good" into %3C%27This%27, %27is%27, %27good%27 %3E.
195+
Note: As WordEmbedding requires a column with text vector, e.g. %3C%27this%27, %27is%27, %27good%27%3E, users need to create an input column by
196+
using the output_tokens=True for TextTransform to convert a column with sentences like "This is good" into %3C%27this%27, %27is%27, %27good%27 %3E.
197197
The column for the output token column is renamed original column with a prefix of %27_TranformedText%27.
198198
</para>
199199
<para>

0 commit comments

Comments
 (0)