Skip to content

Commit c7087c7

Browse files
author
Ivan Matantsev
committed
SSWE!
1 parent 8589f56 commit c7087c7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
</summary>
191191
<remarks>
192192
WordEmbeddings wrap different embedding models, such as GloVe. Users can specify which embedding to use.
193-
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>.
193+
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
196196
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

0 commit comments

Comments
 (0)