Skip to content

Commit b933b22

Browse files
davedave
authored andcommitted
adding alphabet
1 parent 4317826 commit b933b22

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/spell.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
(ns back5)
22

3+
(def alphabet "abcdefghijklmnopqrstuvwxyz")
4+
35
(defn train [features]) ;; This is just Frequencies?
46

57
(defn edits1 [word])

0 commit comments

Comments
 (0)