Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
7
Task/Function-frequency/Factor/function-frequency.factor
Normal file
7
Task/Function-frequency/Factor/function-frequency.factor
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
USING: accessors kernel math.statistics prettyprint sequences
|
||||
sequences.deep source-files vocabs words ;
|
||||
|
||||
"resource:core/sequences/sequences.factor" "sequences"
|
||||
[ path>source-file top-level-form>> ]
|
||||
[ vocab-words [ def>> ] [ ] map-as ] bi* compose [ word? ]
|
||||
deep-filter sorted-histogram <reversed> 7 head .
|
||||
Loading…
Add table
Add a link
Reference in a new issue