12 lines
521 B
XML
12 lines
521 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
|
|
<properties>
|
|
<comment>HanLP Analyzer remote dictionary configuration</comment>
|
|
|
|
<!-- Remote extension dictionary. Example: http://example.com/hanlp/ext.dic nz -->
|
|
<!--<entry key="remote_ext_dict">words_location</entry>-->
|
|
|
|
<!-- Remote stop-word dictionary. Example: http://example.com/hanlp/stopwords.txt -->
|
|
<!--<entry key="remote_ext_stopwords">stop_words_location</entry>-->
|
|
</properties>
|