Word frequency: Difference between revisions

m
→‎version 1: added a word to the REXX section header.
(→‎{{header|Raku}}: Demonstrate general use capability)
m (→‎version 1: added a word to the REXX section header.)
Line 2,876:
Currently, this version recognizes all the accented (non-Latin) accented letters that are present in the text (file) that is specified to be used &nbsp; (and some other non-Latin letters as well). &nbsp; This means that the word &nbsp; &nbsp; <big><big> Alèthe </big></big> &nbsp; &nbsp; is treated as one word, &nbsp; <u>not</u> as two words &nbsp; &nbsp; <big><big> Al &nbsp; the </big></big> &nbsp; &nbsp; (and not thereby adding two separate words).
 
This version also supports words that contain embedded apostrophes (<b><big>''' ' '''</big></b>) &nbsp; &nbsp; &nbsp; <big>[</big>that is, within a word, &nbsp; but <u>not</u> those words that start or end with an apostrophe; &nbsp; for those encapsulated words, &nbsp; the apostrophe is elided<big>]</big>.
 
Thus, &nbsp; ''' it's ''' &nbsp; is counted separately from &nbsp; '''it''' &nbsp; and/or &nbsp; ''' its'''.