lots of fixes.

This commit is contained in:
Bryce Covert
2020-04-21 07:13:42 -07:00
parent 01c776a72e
commit 9cb42be9e8
5 changed files with 108 additions and 72 deletions

View File

@@ -15,7 +15,6 @@
(defn template-applies? [text {:keys [keywords]}]
(println text)
(every? #(re-find % text) keywords))
(defn extract-template