7 Star 21 Fork 5

结巴分词科技 / sphinx-jieba

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile.am 453 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
qqcdn 提交于 2019-06-08 15:07 . 2019.06.08修改
if USE_INTERNAL_LIBSTEMMER
LIBSTEMMER_DIRS = libstemmer_c
else
LIBSTEMMER_DIRS =
endif
if USE_RE2
LIBRE2_DIRS = $(LIBRE2_PATH)
else
LIBRE2_DIRS =
endif
SUBDIRS = $(LIBSTEMMER_DIRS) $(LIBRE2_DIRS) src test doc
EXTRA_DIST = api storage sphinx.conf.in sphinx-min.conf.in example.sql
sysconf_DATA = sphinx.conf.dist sphinx-min.conf.dist example.sql
install-data-hook:
mkdir -p $(DESTDIR)$(localstatedir)/data && mkdir -p $(DESTDIR)$(localstatedir)/log
C++
1
https://gitee.com/dizhi888/sphinx-jieba.git
git@gitee.com:dizhi888/sphinx-jieba.git
dizhi888
sphinx-jieba
sphinx-jieba
master

搜索帮助

14c37bed 8189591 565d56ea 8189591