Skip to content

Commit

Permalink
🏁新增基于感知机的中文分词、词性标注与命名实体识别框架,动态双数组trie树;中版本+1,发布v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Mar 15, 2018
1 parent 4cd0f6a commit ed29fdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,20 @@ HanLP: Han Language Processing
* 最短路分词
* N-最短路分词
* CRF分词
* 感知机中文分词
* 索引分词
* 极速词典分词
* 用户自定义词典
* 词性标注
* HMM词性标注
* 感知机词性标注
* 命名实体识别
* 中国人名识别
* 音译人名识别
* 日本人名识别
* 地名识别
* 实体机构名识别
* 感知机命名实体识别
* 关键词提取
* TextRank关键词提取
* 自动摘要
Expand Down Expand Up @@ -88,7 +92,7 @@ Solr、Lucene插件:https://github.com/hankcs/hanlp-solr-plugin
<dependency>
<groupId>com.hankcs</groupId>
<artifactId>hanlp</artifactId>
<version>portable-1.5.4</version>
<version>portable-1.6.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion 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.5.4</version>
<version>1.6.0</version>

<name>HanLP</name>
<url>http://www.hankcs.com/</url>
Expand Down

0 comments on commit ed29fdb

Please sign in to comment.