"Word" (Text Content Type)
[Experimental]
A word-like unit, usually delimited by whitespace or punctuation.
Examples
Basic Examples (4)Summary of the most common use cases
Segment a sentence into words:
In[1]:=1

✖
https://wolfram.com/xid/0d2t9hu8x58o0kje0h9zt2-zr28iy
Out[1]=1

Contractions and hyphenated compound words are detected as single words:
In[1]:=1

✖
https://wolfram.com/xid/0d2t9hu8x58o0kje0h9zt2-zkvhnt
Out[1]=1

Punctuations between sentences are not detected as words:
In[1]:=1

✖
https://wolfram.com/xid/0d2t9hu8x58o0kje0h9zt2-233agn
Out[1]=1

Get the result as a list of "Word" entities:
In[1]:=1

✖
https://wolfram.com/xid/0d2t9hu8x58o0kje0h9zt2-xxl2lf
TextCases[…,"Word"] is equivalent to TextWords:
In[1]:=1

✖
https://wolfram.com/xid/0d2t9hu8x58o0kje0h9zt2-h1njjb
Out[1]=1
