Keywords:
Noun (Noun Particle Verb)
Verbal (Noun Particle Verb)
Noun (Noun Particle Adjective)
Adjective (Noun Particle Adjective)
Sort:
Frequency
Dice
T-Score
Jaccard
Log-Likelihood Ratio
Chi-Square
Mutual Information
Similar words
利用データについて
{var count = -1} {for w in result.w} {eval}count++{/eval} {if w[1] > 0} <div class="headline_word b${count}" style="border-left-width: ${w[1] * 18}px;"> {if count == query.sort} <span class="hw">${w[0]}</span> {else} <a onclick="resort(${count})">${w[0]}</a> {/if} </div> {/if} {/for} <br style="clear: both;" />
<div class="verb_header"><table><thead> <tr> {for kaku in result} <th>${kaku.kaku}</th> {/for} </tr> </thead></table></div> <div class="verb_body"><table><tbody> <tr> {for kaku in result} <td class="kaku_td"><ul class="word_table"> {for verb in kaku.data} <li> {var count = -1} <a onclick="cw(this, '${kaku.kaku}')">{for s in verb}{if ! isNaN(s) }<span class="sbar b${count += 1} c${s}"></span>{/if}{/for}${verb[0]}</a> </li> {/for} </ul></td> {/for} </tr> </tbody></table></div>
<div id="form_expand"> <label><input name="expand" id="expand_kaku" value="kaku" type="radio" {if expand == 'kaku'}checked="checked "{/if}onclick="select_expand('kaku');">助詞・活用で拡張</label> <label><input name="expand" id="expand_similar" value="similar" type="radio" {if expand == 'similar'}checked="checked "{/if}onclick="select_expand('similar');">類義語で拡張</label> <label><input name="expand" id="expand_select" value="select" type="radio" {if expand == 'select'}checked="checked "{/if}onclick="select_expand('select');">拡張なし</label> <label><input name="expand" id="expand_addition" value="addition" type="radio" {if expand == 'addition'}checked="checked "{/if}onclick="select_expand('addition');">拡張なし+</label> <button onclick="select_expand('addition')">Clear</button> </div>
<div class="close"><a onclick="hide_popup()">Close</a></div> {for genre in result} {for cid in genre} <div id="example"> <p>${genre_index}</p> <table> <tbody> {var i=0} {for sent in cid} {if i++<5} <tr> <td>${sent.s}</td><td>${sent.a}「${sent.t}」${sent.y}.</td> </tr> {/if} {/for} </tbody> </table> {if i==6} <!-- <div class="more"><a onclick="more_examples('${genre_index}', '${cid_index}', ${i})">More...</a></div> --> {/if} {/for} {/for} </div> <div class="close"><a onclick="hide_popup()">Close</a></div>
{for r in result} <a class="related_word">${r[0]}</a> {/for}