18 lines
709 B
XML
18 lines
709 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="MainDictFile" value="configs\dict.txt" />
|
|
<add key="ProbTransFile" value="configs\prob_trans.json" />
|
|
<add key="ProbEmitFile" value="configs\prob_emit.json" />
|
|
|
|
<add key="PosProbStartFile" value="configs\pos_prob_start.json" />
|
|
<add key="PosProbTransFile" value="configs\pos_prob_trans.json" />
|
|
<add key="PosProbEmitFile" value="configs\pos_prob_emit.json" />
|
|
<add key="CharStateTabFile" value="configs\char_state_tab.json" />
|
|
|
|
<add key="StopWordsFile" value="configs\stopwords.txt" />
|
|
<add key="IdfFile" value="configs\idf.txt" />
|
|
</appSettings>
|
|
<configSections>
|
|
</configSections>
|
|
</configuration> |