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

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

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分词

```













```