1
clj-sentiment
應該使用哪些依賴項?我既沒有在github上發現它,也沒有在clojars中找到它。Clj-sentiment dependency
我使用這個庫的原因是爲了實現https://groups.google.com/forum/#!msg/clojure/7GMuLVvToCE/WmT04KY0_yYJ中的算法,其中create-cluster
函數調用函數庫的函數get-feature-vec
。我通過這個github庫的所有分支搜索函數get-feature-vec
以排除對依賴關係的需要。但搜索返回空。
是不是下project.clj足以讓你的信息? –