# jieba分词器 **Repository Path**: btoo7/jieba ## Basic Information - **Project Name**: jieba分词器 - **Description**: jieba分词器 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-27 - **Last Updated**: 2023-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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分词 ``` ```