https://github.com/sing1ee/jieba-solr
adapters for solr: jieba, fudan nlp, stanford nlp
https://github.com/sing1ee/jieba-solr
Last synced: over 1 year ago
JSON representation
adapters for solr: jieba, fudan nlp, stanford nlp
- Host: GitHub
- URL: https://github.com/sing1ee/jieba-solr
- Owner: sing1ee
- License: apache-2.0
- Created: 2014-10-21T10:38:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T08:54:29.000Z (about 9 years ago)
- Last Synced: 2025-03-24T04:43:30.639Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 40.4 MB
- Stars: 73
- Watchers: 12
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jieba-solr
==========
jieba-analysis adapter for solr
### Require
Lucene 4.9.0
### DEMO
#### 结巴分词
```xml
```
####斯坦福中文分词
```xml
```
#### 复旦中文分词
```xml
```
### Thanks
[结巴分词](https://github.com/fxsjy/jieba) 非常给力,感谢@fxsjy 给我们带来了如此给力的工具。
### NOTE
如果你使用的是Solr5, 新的适配版本在: [analyzer-solr](https://github.com/sing1ee/analyzer-solr)