diff options
| author | Patrick Kingston <patrick@pkingston.xyz> | 2026-01-26 22:59:54 -0500 |
|---|---|---|
| committer | Patrick Kingston <patrick@pkingston.xyz> | 2026-01-26 22:59:54 -0500 |
| commit | 3e6bbb8bf4e9f4f4123f68598c811eb5971684ef (patch) | |
| tree | 6e74a7ce3b0f7995a18cc4a2fee2beaeee9f1906 /bible/fullcompressor.clj | |
| parent | 4ce66b32aad2d89178e135c3370251742a96a9f4 (diff) | |
Remove foo.txt once and for all
Diffstat (limited to 'bible/fullcompressor.clj')
| -rw-r--r-- | bible/fullcompressor.clj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bible/fullcompressor.clj b/bible/fullcompressor.clj index 5606b8b..d9963ea 100644 --- a/bible/fullcompressor.clj +++ b/bible/fullcompressor.clj @@ -42,8 +42,6 @@ (str/replace #"[,.;:!?()\[\]'\*-]" #(str " " %1 " ")) (str/replace #"\s+" " "))) -(spit "foo.txt" optimized-string) - (def optimized-tokens (str/split optimized-string #" ")) |
