Function frequency: Difference between revisions

m
→‎{{header|Factor}}: change some wording
(Add Factor example)
m (→‎{{header|Factor}}: change some wording)
Line 693:
 
=={{header|Factor}}==
Let's take a look at the <code>sequences</code> vocabulary/source file from Factor's standard library. Caveats: thisThis approach does not count word-defining words such as <code>:</code> and <code>M:</code>, nor does it count words like <code>{</code> and <code>[</code>. Arguably, this is preferable behavior.
<lang factor>USING: accessors kernel math.statistics prettyprint sequences
sequences.deep source-files vocabs words ;
1,808

edits