derekovecs: add missing headings for new CA scores
diff --git a/templates/index.html.ep b/templates/index.html.ep
index efde1cd..17c20b0 100644
--- a/templates/index.html.ep
+++ b/templates/index.html.ep
@@ -277,7 +277,7 @@
queryKorAPCII(this.textContent + " /w5 " + CIIsearchWords);
});
classicCollocatorTable.columns(".detail").visible(false);
- $("#ccd").css('width', '450px');
+ $("#ccd").css('width', '520px');
classicCollocatorTable.columns.adjust().draw();
},
"sScrollY": "780px",
@@ -899,9 +899,13 @@
<thead>
% if($collocators) {
<tr>
- <th id="npmi_tt">nPMI</th>
<th id="ll_tt">LL</th>
+ <th id="mi_tt">MI</th>
+ <th id="md_tt">MI²</th>
<th id="lfmd_tt">MI³</th>
+ <th id="npmi_tt">nPMI</th>
+ <th id="dice_tt">dice</th>
+ <th id="logdice_tt">ld</th>
<th title="PMI³ restricted to left neighbour">l-PMI³</th>
<th title="PMI³ restricted to right neighbour">r-PMI³</th>
<th title="nPMI restricted to left neighbour">l-nPMI</th>