List of words appearing in a text sample. Punctuation removed. Text To Array strips punctuation that is used as structure but preserves words like "1.2", "#cool", and "v_4_0".
Integer output of the total word count. Words are counted using the same logic as Text To Array and Unique Words, so you can expect consistent output from the three.
Similar to Text To Array, but lists only the unique words and the number of times that each word occurs. In the above example, the list is shorter by 1 term because "sea" appears twice.