@@ -34,7 +34,7 @@ class Containing(Builtin):
34
34
https://reference.wolfram.com/language/ref/Containing.html</url>
35
35
36
36
<dl>
37
- <dt>'Containing[$outer$, $inner$]'
37
+ <dt>'Containing' [$outer$, $inner$]
38
38
<dd>represents an object of the type outer containing objects\
39
39
of type inner.
40
40
</dl>
@@ -65,7 +65,7 @@ class SpellingCorrectionList(Builtin):
65
65
https://reference.wolfram.com/language/ref/SpellingCorrectionList.html</url>
66
66
67
67
<dl>
68
- <dt>'SpellingCorrectionList[$word$]'
68
+ <dt>'SpellingCorrectionList' [$word$]
69
69
<dd>returns a list of suggestions for spelling corrected versions of $word$.
70
70
</dl>
71
71
@@ -125,7 +125,7 @@ class WordCount(_SpacyBuiltin):
125
125
https://reference.wolfram.com/language/ref/WordCount.html</url>
126
126
127
127
<dl>
128
- <dt>'WordCount[$string$]'
128
+ <dt>'WordCount' [$string$]
129
129
<dd>returns the number of words in $string$.
130
130
</dl>
131
131
@@ -149,7 +149,7 @@ class WordFrequency(_SpacyBuiltin):
149
149
https://reference.wolfram.com/language/ref/WordFrequency.html</url>
150
150
151
151
<dl>
152
- <dt>'WordFrequency[$text$, $word$]'
152
+ <dt>'WordFrequency' [$text$, $word$]
153
153
<dd>returns the relative frequency of $word$ in $text$.
154
154
</dl>
155
155
@@ -206,13 +206,13 @@ class WordSimilarity(_SpacyBuiltin):
206
206
https://reference.wolfram.com/language/ref/WordSimilarity.html</url>
207
207
208
208
<dl>
209
- <dt>'WordSimilarity[$text1 $, $text2$]'
209
+ <dt>'WordSimilarity'[$text_1 $, $text_2$]
210
210
<dd>returns a real-valued measure of semantic similarity of two texts or words.
211
211
212
- <dt>'WordSimilarity[{$text1 $, $i1$}, {$text2 $, $j1 $}]'
212
+ <dt>'WordSimilarity' [{$text_1 $, $i1$}, {$text_2 $, $j_1 $}]
213
213
<dd>returns a measure of similarity of two words within two texts.
214
214
215
- <dt>'WordSimilarity[{$text1 $, {$i1$, $i2$, ...}}, {$text2 $, {$j1 $, $j2 $, ...}}]'
215
+ <dt>'WordSimilarity' [{$text_1 $, {$i1$, $i2$, ...}}, {$text_2 $, {$j_1 $, $j_2 $, ...}}]
216
216
<dd>returns a measure of similarity of multiple words within two texts.
217
217
</dl>
218
218
@@ -300,10 +300,10 @@ class WordStem(Builtin):
300
300
https://reference.wolfram.com/language/ref/WordStem.html</url>
301
301
302
302
<dl>
303
- <dt>'WordStem[$word$]'
303
+ <dt>'WordStem' [$word$]
304
304
<dd>returns a stemmed form of $word$, thereby reducing an inflected form to its root.
305
305
306
- <dt>'WordStem[{$word1 $, $word2 $, ...}]'
306
+ <dt>'WordStem' [{$word_1 $, $word_2 $, ...}]
307
307
<dd>returns a stemmed form for list of $word$, thereby reducing an inflected form to its root.
308
308
</dl>
309
309
0 commit comments