Skip to content

Commit e6b638d

Browse files
author
Ivan Matantsev
committed
better wording in doc.xml
1 parent 930322a commit e6b638d

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,8 @@
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>
195195
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 DelimitedTokenizeTransform on top of Text column which will break text into tokens by specified separators, or by using the output_tokens=True for TextTransform
197-
to convert a column with sentences like "This is good" into %3C%27This%27, %27is%27, %27good%27 %3E.
198-
The column for the output token column is renamed with a prefix of %27_TranformedText%27.
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.
197+
The column for the output token column is renamed original column with a prefix of %27_TranformedText%27.
199198
</para>
200199
<para>
201200
License attributes for pretrained models:

0 commit comments

Comments
 (0)