https://github.com/sing1ee/analyzer-solr
analyzer adapter for solr 5, we support Jieba, and stranford in the future
https://github.com/sing1ee/analyzer-solr
Last synced: 11 months ago
JSON representation
analyzer adapter for solr 5, we support Jieba, and stranford in the future
- Host: GitHub
- URL: https://github.com/sing1ee/analyzer-solr
- Owner: sing1ee
- License: mit
- Created: 2015-03-20T08:17:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T07:35:17.000Z (almost 8 years ago)
- Last Synced: 2023-03-25T21:57:32.691Z (over 3 years ago)
- Language: Java
- Size: 143 KB
- Stars: 61
- Watchers: 9
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# analyzer-solr
analyzer adapter for solr, we support Jieba, and stranford in the future
### Require
- Lucene6.6.0
- jieba1.0.2
### DEMO
#### 结巴分词
```xml
```
#### 结巴分词--自定义词典
结巴自定义词典的格式
```
word freq pos
```
例如:
```
中国人 1000 n
```
```xml
```
#### Stanford分词
```
```