35 Star 138 Fork 38

Eugen / hanlp-tokenizer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
assembly_tar.xml 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
youshipeng 提交于 2017-12-12 14:19 . fix properties
<assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.0.0.xsd">
<id>0.1</id>
<formats>
<format>tar.gz</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>${project.build.outputDirectory}</directory>
<includes>
<include>hanlp-hot-update.cfg.xml</include>
<include>plugin-descriptor.properties</include>
<include>plugin-security.policy</include>
</includes>
<fileMode>0755</fileMode>
<outputDirectory>hanlp-analyzer/</outputDirectory>
</fileSet>
</fileSets>
<dependencySets>
<dependencySet>
<outputDirectory>hanlp-analyzer/</outputDirectory>
<includes>
<include>com.asura:com-asura-framework-base</include>
<include>com.hankcs:hanlp</include>
<include>org.apache.httpcomponents:httpclient</include>
<include>org.apache.httpcomponents:httpcore</include>
<include>commons-logging:commons-logging</include>
<include>commons-codec:commons-codec</include>
<include>com.hanlp.tokenizer:hanlp-tokenizer</include>
</includes>
</dependencySet>
</dependencySets>
</assembly>
Java
1
https://gitee.com/yspyhphh/hanlp-tokenizer.git
git@gitee.com:yspyhphh/hanlp-tokenizer.git
yspyhphh
hanlp-tokenizer
hanlp-tokenizer
master

搜索帮助