Skip to content

Commit

Permalink
🏁支持多实例、补充字符集;中版本+1,发布v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Feb 6, 2021
1 parent aff3f3a commit b3562d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ HanLP: Han Language Processing

------

HanLP是一系列模型与算法组成的NLP工具包,目标是普及自然语言处理在生产环境中的应用。HanLP具备功能完善、性能高效、架构清晰、语料时新、可自定义的特点。内部算法经过工业界和学术界考验,配套书籍[《自然语言处理入门》](http://nlp.hankcs.com/book.php)已经出版。目前,基于深度学习的[HanLP 2.0](https://github.com/hankcs/HanLP/tree/doc-zh)正处于alpha测试阶段,未来将实现知识图谱、问答系统、自动摘要、文本语义相似度、指代消解、三元组抽取、实体链接等功能
HanLP是一系列模型与算法组成的NLP工具包,目标是普及自然语言处理在生产环境中的应用。HanLP具备功能完善、性能高效、架构清晰、语料时新、可自定义的特点。内部算法经过工业界和学术界考验,配套书籍[《自然语言处理入门》](http://nlp.hankcs.com/book.php)已经出版。目前,基于深度学习的[HanLP 2.x](https://github.com/hankcs/HanLP/tree/doc-zh)已正式发布,次世代最先进的NLP技术,支持包括简繁中英日俄法德在内的104种语言上的联合任务

HanLP提供下列功能:

Expand Down Expand Up @@ -78,7 +78,7 @@ HanLP提供下列功能:
<dependency>
<groupId>com.hankcs</groupId>
<artifactId>hanlp</artifactId>
<version>portable-1.7.8</version>
<version>portable-1.8.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.hankcs</groupId>
<artifactId>hanlp</artifactId>
<version>1.7.8</version>
<version>1.8.0</version>

<name>HanLP</name>
<url>http://www.hankcs.com/</url>
Expand All @@ -25,7 +25,7 @@
<developers>
<developer>
<name>hankcs</name>
<email>me@hankcs.com</email>
<email>hankcshe@gmail.com</email>
<url>http://www.hankcs.com</url>
</developer>
</developers>
Expand Down

0 comments on commit b3562d9

Please sign in to comment.