Commit 70a83fdb authored by Jonathan Poalses's avatar Jonathan Poalses

added sample data and sample expected for ml stuff

parent 321fc08f
......@@ -73,7 +73,6 @@
(let [shutdown-trigger (promise)
_bye-testing-hack (future (Thread/sleep 6000) (deliver shutdown-trigger true))]
(log/info "Dialect Detector started up.")
(nlp/generate-machine-data)
(nlp/detect-dialects (:filename options))
@shutdown-trigger
(log/info "Dialect Detector shutting down..."))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment