11 lines
500 B
XML
11 lines
500 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
|
|
<properties>
|
|
<comment>IK Analyzer 扩展配置</comment>
|
|
<!-- 配置是否加载默认词典 -->
|
|
<entry key="use_main_dict">true</entry>
|
|
<!-- 配置自己的扩展字典,多个用分号分隔 -->
|
|
<entry key="ext_dict">ext.dic;</entry>
|
|
<!-- 配置自己的扩展停止词字典,多个用分号分隔 -->
|
|
<entry key="ext_stopwords">stopword.dic;</entry>
|
|
</properties> |