Talk:Letter frequency: Difference between revisions

→‎Task description: corrected some misspellings, added a comment.
m (→‎a few remarks for Rexx: corrected sentence structure (word meaning, verb tense). -- ~~~~)
(→‎Task description: corrected some misspellings, added a comment.)
Line 23:
"Letter frequency" is not the same as "letter occurences". The title hints that more is needed in the task description. It would seem that some description of output is required as well. --[[User:Demivec|Demivec]] 16:43, 9 November 2011 (UTC)
 
It seems that many program examples interpreted a ''letter'' as a ''character''. A (Latin) letter has two forms: its uppercase and lowercase version. So if two '''H''' characters and three '''h''' characters were in a file, then there would be five occurrences of the letter '''aitch'''. [''Aitch'' is the English name for the letter '''H''' or '''h'''.] The task description could've been more clear on that point, so for the REXX version 1, a count was done for each (Latin) letter, AND also for each character, and the counts are provided in seperateseparate lists. This made the loosey -goosey interpretation moot. Since it wasn't stated what a letter ''is''   (I used the primary definition that it's any of the symbols of an alphabet), it seemed appropriate to provide a both lists:   a list of letters, and a list of all characters (for any language's alphabet). -- [[User:Gerard Schildberger|Gerard Schildberger]] 21:19, 25 July 2012 (UTC)
 
:The English pronunctiationpronunciation of the letter 'H' is haitch surely! :-)<br>--[[User:Paddy3118|Paddy3118]] 08:48, 26 July 2012 (UTC)
 
:: One may pronounce it that way (depending upon which side of the pond you're on), but the spelling of the letter isn't that. &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 21:13, 4 August 2015 (UTC)
 
In hindsight, it would've been nice to make a requirement to use the program example as the primary input (but not necessarily the only input); that way, everyone could see what was used for its input. At least one example used UNIXDICT.TXT, which has no capital letters. Another example only counts capital letters. Still others showed a list, but excluded most of the counts, so it can't be verified if the uppercase letters were included (or not) with the lowercase letters, or kept as separate counts. -- [[User:Gerard Schildberger|Gerard Schildberger]] 21:19, 25 July 2012 (UTC)