Releases: hankcs/hanlp-lucene-plugin
Releases · hankcs/hanlp-lucene-plugin
v1.1.6 常规维护
v1.1.5 常规维护
- 升级HanLP 1.6.8
- 可从Maven直接引入
<dependency>
<groupId>com.hankcs.nlp</groupId>
<artifactId>hanlp-lucene-plugin</artifactId>
<version>1.1.5</version>
</dependency>
v1.1.4 支持配置词典优先级与分词算法
- 升级HanLP 1.6.7,支持配置词典优先级与分词算法
- 可从Maven直接引入
<dependency>
<groupId>com.hankcs.nlp</groupId>
<artifactId>hanlp-lucene-plugin</artifactId>
<version>1.1.4</version>
</dependency>
v1.1.3 Fix startOffset must be non-negative
- 修复ES/Solr上的startOffset must be non-negative异常 @kevindragon :#30
- 尝试同时兼顾highlighter和ES的array类型:#27
- 可从Maven直接引入
<dependency>
<groupId>com.hankcs.nlp</groupId>
<artifactId>hanlp-lucene-plugin</artifactId>
<version>1.1.3</version>
</dependency>
v1.1.2
v1.1.1 Hotfix
修正Windows回车换行符\r\n导致的高亮错位问题:hankcs/HanLP#222