|
|
|
@ -45,6 +45,10 @@
|
|
|
|
|
<p id='comment'>這是泛用文字視覺化工具,能夠簡單處理文字檔的視覺化。</p>
|
|
|
|
|
<p id='comment'>支援的語言:繁體中文、英文以及所有使用空格分詞的語言。</p>
|
|
|
|
|
<p id='comment'>使用繁體中文Jieba斷詞器,不保證簡體中文能夠正常使用。</p>
|
|
|
|
|
<p>參數說明:</p>
|
|
|
|
|
<p>MaxRatio:兩個相鄰的單詞之間出現頻率的最大比值</p>
|
|
|
|
|
<p>MinRatio:兩個相鄰的單詞之間出現頻率的最小比值</p>
|
|
|
|
|
<p>(演算法除了比值外還有其他參考因素,並非符合比值範圍的單詞全部都會顯示出來。)</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin:10px;">
|
|
|
|
|
<button class="general-button" type="button" id="editSWButton" style="margin:10px 0px;"
|
|
|
|
|