Skip to content

Commit aeea76e

Browse files
committed
Add s calc.
1 parent 02c73f4 commit aeea76e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

back5/src/back5/spell.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
(defn train [features]) ;; This is just Frequencies?
1414

1515
(defn edits1 [word]
16-
(let [s []
16+
(let [s (for [i (range (inc (count word)))] (split-at i word))
1717
deletes []
1818
transposes []
1919
replaces []

0 commit comments

Comments
 (0)