Talk:Word frequency: Difference between revisions

Content added Content deleted
No edit summary
Line 1,095: Line 1,095:
The first word that contains an accented letter is the word   ''' thénardier '''   at the rank of   '''119'''.
The first word that contains an accented letter is the word   ''' thénardier '''   at the rank of   '''119'''.
==Communications of the ACM June 1986 Volume 29 Number 6==
==Communications of the ACM June 1986 Volume 29 Number 6==
This work cited in the task description is not freely available. Apparently it is 10 pages of PASCAL. McIlroy's unix response is available. I've added a reference to the task description. When run it produces:
This article is cited in the task description, it is not freely available. Apparently it is 10 pages of PASCAL. McIlroy's unix response is available. I've added a reference to the task description. When run it produces:
<pre>
<pre>
cat 135-0.txt | tr -cs A-Za-z '\n' | tr A-Z a-z | sort | uniq -c | sort -rn | sed ${1}q
cat 135-0.txt | tr -cs A-Za-z '\n' | tr A-Z a-z | sort | uniq -c | sort -rn | sed ${1}q
41089 the
41089 the
</pre>--[[User:Nigel Galloway|Nigel Galloway]] ([[User talk:Nigel Galloway|talk]]) 16:23, 23 August 2017 (UTC)
</pre>