@@ -34,7 +34,7 @@ class Containing(Builtin):
3434 https://reference.wolfram.com/language/ref/Containing.html</url>
3535
3636 <dl>
37- <dt>'Containing[$outer$, $inner$]'
37+ <dt>'Containing' [$outer$, $inner$]
3838 <dd>represents an object of the type outer containing objects\
3939 of type inner.
4040 </dl>
@@ -65,7 +65,7 @@ class SpellingCorrectionList(Builtin):
6565 https://reference.wolfram.com/language/ref/SpellingCorrectionList.html</url>
6666
6767 <dl>
68- <dt>'SpellingCorrectionList[$word$]'
68+ <dt>'SpellingCorrectionList' [$word$]
6969 <dd>returns a list of suggestions for spelling corrected versions of $word$.
7070 </dl>
7171
@@ -125,7 +125,7 @@ class WordCount(_SpacyBuiltin):
125125 https://reference.wolfram.com/language/ref/WordCount.html</url>
126126
127127 <dl>
128- <dt>'WordCount[$string$]'
128+ <dt>'WordCount' [$string$]
129129 <dd>returns the number of words in $string$.
130130 </dl>
131131
@@ -149,7 +149,7 @@ class WordFrequency(_SpacyBuiltin):
149149 https://reference.wolfram.com/language/ref/WordFrequency.html</url>
150150
151151 <dl>
152- <dt>'WordFrequency[$text$, $word$]'
152+ <dt>'WordFrequency' [$text$, $word$]
153153 <dd>returns the relative frequency of $word$ in $text$.
154154 </dl>
155155
@@ -206,13 +206,13 @@ class WordSimilarity(_SpacyBuiltin):
206206 https://reference.wolfram.com/language/ref/WordSimilarity.html</url>
207207
208208 <dl>
209- <dt>'WordSimilarity[$text1 $, $text2$]'
209+ <dt>'WordSimilarity'[$text_1 $, $text_2$]
210210 <dd>returns a real-valued measure of semantic similarity of two texts or words.
211211
212- <dt>'WordSimilarity[{$text1 $, $i1$}, {$text2 $, $j1 $}]'
212+ <dt>'WordSimilarity' [{$text_1 $, $i1$}, {$text_2 $, $j_1 $}]
213213 <dd>returns a measure of similarity of two words within two texts.
214214
215- <dt>'WordSimilarity[{$text1 $, {$i1$, $i2$, ...}}, {$text2 $, {$j1 $, $j2 $, ...}}]'
215+ <dt>'WordSimilarity' [{$text_1 $, {$i1$, $i2$, ...}}, {$text_2 $, {$j_1 $, $j_2 $, ...}}]
216216 <dd>returns a measure of similarity of multiple words within two texts.
217217 </dl>
218218
@@ -300,10 +300,10 @@ class WordStem(Builtin):
300300 https://reference.wolfram.com/language/ref/WordStem.html</url>
301301
302302 <dl>
303- <dt>'WordStem[$word$]'
303+ <dt>'WordStem' [$word$]
304304 <dd>returns a stemmed form of $word$, thereby reducing an inflected form to its root.
305305
306- <dt>'WordStem[{$word1 $, $word2 $, ...}]'
306+ <dt>'WordStem' [{$word_1 $, $word_2 $, ...}]
307307 <dd>returns a stemmed form for list of $word$, thereby reducing an inflected form to its root.
308308 </dl>
309309
0 commit comments