w2v-server: remove sum(p) column for collocators
diff --git a/templates/index.html.ep b/templates/index.html.ep
index 215ccdf..7927bd8 100644
--- a/templates/index.html.ep
+++ b/templates/index.html.ep
@@ -344,7 +344,9 @@
<th title="The window around the target word that is considered for summation.">w'</th>
<th align="center" title="Raw (max.) activation of the collocator in the output layers.">a</th>
<th title="Σp(c<sub><small>@</small></sub>) – Sum of the probability approximations that the combination of the target word and the collocator at the relative position @ come from the training corpus. Single approximations can be distorted because of sub-sampling frequent words and the sum cannot itself be interpreted as probability."align="center">Σp</th>
+<!--
<th align="right">Σp/|w|</th>
+-->
<th title="c" align="left">collocator</th>
% }
</tr>
@@ -396,9 +398,11 @@
<td align="right">
<%= sprintf("%.3e", $c->{norm}) %>
</td>
+<!--
<td align="right">
<%= sprintf("%.3e", $c->{sum}) %>
</td>
+-->
<td align="left">
<a href="<%= url_with->query([word => $c->{word}]) =%>"
title="freq. rank: <%= $c->{rank} =%>">