commit | b18978b43c24bac8616b82facb45456becd3d796 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Nov 09 14:51:17 2017 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Nov 09 14:51:17 2017 +0100 |
tree | 40f0792f1e211d253aa8c246e963e7992f45c5f8 | |
parent | 554aff5732439fd6b8bf8c502b15913f13791918 [diff] [blame] |
w2v-server: show frequency rank tooltips also for collocators
diff --git a/templates/index.html.ep b/templates/index.html.ep index c9a2324..7270997 100644 --- a/templates/index.html.ep +++ b/templates/index.html.ep
@@ -388,7 +388,8 @@ <%= sprintf("%.3e", $c->{sum}) %> </td> <td align="left"> - <a href="<%= url_with->query([word => $c->{word}]) =%>"> + <a href="<%= url_with->query([word => $c->{word}]) =%>" + title="freq. rank: <%= $c->{rank} =%>"> <%= $c->{word} %> </td> % } else {