Skip to content

Commit

Permalink
🏁词法分析器支持词典、简繁和索引模式,升级CRF词法分析器;小版本+1,发布v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Apr 1, 2018
1 parent 861070c commit b035860
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ HanLP: Han Language Processing
<dependency>
<groupId>com.hankcs</groupId>
<artifactId>hanlp</artifactId>
<version>portable-1.6.1</version>
<version>portable-1.6.2</version>
</dependency>
```

Expand Down Expand Up @@ -118,7 +118,7 @@ HanLP: Han Language Processing
- GitHub代码库中已经包含了data.zip中的词典,直接编译运行自动缓存即可;模型则需要额外下载。

#### 3、配置文件
示例配置文件在[hanlp.properties](https://github.com/hankcs/HanLP/releases),一般和```jar```打包在同一个```zip```包中。
示例配置文件在[hanlp.properties](https://github.com/hankcs/HanLP/releases),一般和```jar```打包在同一个```release.zip```包中。

配置文件的作用是告诉HanLP数据包的位置,只需修改第一行

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.6.1</version>
<version>1.6.2</version>

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

0 comments on commit b035860

Please sign in to comment.