|
|
@ -48,8 +48,9 @@
|
|
|
|
onclick="showStopwordEditor()">編輯停用詞</button>
|
|
|
|
onclick="showStopwordEditor()">編輯停用詞</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id='rawText' class=''>
|
|
|
|
<div id='rawText' class=''>
|
|
|
|
|
|
|
|
<div id="wordcount">字數:0</div>
|
|
|
|
<textarea id='rawTextBox' rows=25 placeholder="輸入要視覺化的文字
|
|
|
|
<textarea id='rawTextBox' rows=25 placeholder="輸入要視覺化的文字
|
|
|
|
換行為斷句"></textarea>
|
|
|
|
換行為斷句" onchange="countWords()"></textarea>
|
|
|
|
<button class='general-button' style='margin: 10px 0px' onclick="submit()">提交</button>
|
|
|
|
<button class='general-button' style='margin: 10px 0px' onclick="submit()">提交</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|