문제

What dependency should be used for clj-sentiment? I have neither found it on the github https://github.com/AndreasKostler/clj-sentiment nor have I been able to locate it within clojars.

The reason I am using this library is to implement the algorithm within https://groups.google.com/forum/#!msg/clojure/7GMuLVvToCE/WmT04KY0_yYJ where the create-cluster function calls to the library for the function get-feature-vec. I searched through all of the branches of this github library for the function get-feature-vec to exclude the need for the dependency. However the search returned empty.

도움이 되었습니까?

해결책

do a git checkout of github project, lein install inside project dir and use library name and version from project.clj

[clj-sentiment "1.0.0-SNAPSHOT"]
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top