Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Github 情绪依赖_Github_Clojure_Leiningen - Fatal编程技术网

Github 情绪依赖

Github 情绪依赖,github,clojure,leiningen,Github,Clojure,Leiningen,clj情绪应该使用什么依赖关系?我既没有在github上找到它,也没有在clojars中找到它 我使用此库的原因是为了实现算法,其中create cluster函数调用库中的函数get feature vec。我在github库的所有分支中搜索函数getfeaturevec,以排除依赖关系。但是,搜索结果为空 对github项目执行git签出,lein在项目目录中安装,并使用project.clj中的库名称和版本 [clj-sentiment "1.0.0-SNAPSHOT"] project

clj情绪
应该使用什么依赖关系?我既没有在github上找到它,也没有在clojars中找到它


我使用此库的原因是为了实现算法,其中
create cluster
函数调用库中的函数
get feature vec
。我在github库的所有分支中搜索函数
getfeaturevec
,以排除依赖关系。但是,搜索结果为空

对github项目执行git签出,
lein在项目目录中安装
,并使用project.clj中的库名称和版本

[clj-sentiment "1.0.0-SNAPSHOT"]

project.clj下的信息对您来说是否足够?