Skip to content

Commit

Permalink
+menard.lexiconfn
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Sep 11, 2024
1 parent 6de3f3d commit 90cf86f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/menard/english/es.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[clojure.tools.logging :as log]
[menard.english :as en]
[menard.english.compile :refer [compile-lexicon]]
[menard.lexiconfn :as l]
[menard.model :refer [create]]))

(def model
Expand All @@ -24,5 +25,3 @@

(defn syntax-tree [tree]
(en/syntax-tree tree @model))


0 comments on commit 90cf86f

Please sign in to comment.