Data update
This commit is contained in:
parent
29a5eea0d4
commit
5c1bb7bfa9
2011 changed files with 35081 additions and 3229 deletions
|
|
@ -1,12 +0,0 @@
|
|||
(
|
||||
var text, words, sdrow, semordnilap, selection;
|
||||
File.use("unixdict.txt".resolveRelative, "r", { |f| x = text = f.readAllString });
|
||||
words = text.split(Char.nl).collect { |each| each.asSymbol };
|
||||
sdrow = text.reverse.split(Char.nl).collect { |each| each.asSymbol };
|
||||
semordnilap = sect(words, sdrow); // converted to symbols so intersection is possible
|
||||
semordnilap = semordnilap.collect { |each| each.asString };
|
||||
"There are % in unixdict.txt\n".postf(semordnilap.size);
|
||||
"For example those, with more than 3 characters:".postln;
|
||||
selection = semordnilap.select { |each| each.size >= 4 }.scramble.keep(4);
|
||||
selection.do { |each| "% %\n".postf(each, each.reverse); };
|
||||
)
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
There are 405 in unixdict.txt
|
||||
For example those, with more than 3 characters:
|
||||
live evil
|
||||
tram mart
|
||||
drib bird
|
||||
eros sore
|
||||
|
|
@ -1 +1,3 @@
|
|||
&p &pf "Count: " ⧻.▽≡(×>⇌.⟜∊⇌)⟜¤. ⊜□ ≠@\n. &fras "unixdict.txt"
|
||||
A ← map:⊚⧻.⊜□≠@\n.&fras"unixdict.txt"
|
||||
▽:⟜≡(↧⊃(<⇌.|has⇌))⊙◌°map⟜¤A
|
||||
&p$"Found _ semordnilaps:"⊸⧻
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue