Move deps around to not depend on dev stuff

main
Eric Ihli 3 years ago
parent 51dc37c268
commit 5c205333af

@ -7,10 +7,7 @@
org.clojure/core.async {:mvn/version "1.2.603"}
org.clojure/core.logic {:mvn/version "1.0.0"}
seancorfield/next.jdbc {:mvn/version "1.1.613"}
cljol/cljol {:git/url "https://github.com/jafingerhut/cljol"
:sha "11d4aa72fdd19248bd7600fb7b5cde7189f32938"}
org.xerial/sqlite-jdbc {:mvn/version "3.32.3.2"}
inflections/inflections {:mvn/version "0.13.2"}
com.taoensso/tufte {:mvn/version "2.2.0"}
clojure-opennlp/clojure-opennlp {:mvn/version "0.5.0"}
uk.ac.abdn/SimpleNLG {:mvn/version "4.5.0"}
@ -24,5 +21,7 @@
{:local/root "/home/eihli/src/clj-tightly-packed-trie"}
com.owoga/phonetics {:mvn/version "0.1.3"}}
:aliases {:dev {:extra-paths ["test" "examples" "dev"]
:extra-deps {}}
:extra-deps
{cljol/cljol {:git/url "https://github.com/jafingerhut/cljol"
:sha "11d4aa72fdd19248bd7600fb7b5cde7189f32938"}}}
:with-markov-models {:extra-paths ["markov-models"]}}}

@ -8,7 +8,6 @@
[taoensso.nippy :as nippy]
[com.owoga.prhyme.nlp.tag-sets.treebank-ii :as tb2]
[clojure.zip :as zip]
[cljol.dig9 :as d]
[com.owoga.prhyme.util.math :as math]))
(def re-word
@ -356,9 +355,7 @@
(into (trie/make-trie) (nippy/thaw-from-file "/tmp/test-trie.bin"))))
(take 20 test-load-trie)
(time (do
(d/sum [test-trie])
nil))
(float (/ 17511624 (Math/pow 2 20)))
(->> test-trie
(take 20)

Loading…
Cancel
Save