An open API service indexing awesome lists of open source software.

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

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)