Talk:Word frequency: Difference between revisions

m
No edit summary
Line 1,095:
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==
This workarticle 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>
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
</pre>--[[User:Nigel Galloway|Nigel Galloway]] ([[User talk:Nigel Galloway|talk]]) 16:23, 23 August 2017 (UTC)
</pre>
2,171

edits