derekovecs/collocatordb: default order by Log-Dice
I agree with Adam Kilgarriff, Pavel Rychlý and Bryan Jurish. Log-Dice
typically gives a useful score, particulraly for our large corpora. It
neither overemphasizes high frequency collocates (like LLR) nor low
frequency ones (like MI) and does so a little better than MI³, however
not always better than MI².
diff --git a/templates/index.html.ep b/templates/index.html.ep
index c05d7a7..977a8a0 100644
--- a/templates/index.html.ep
+++ b/templates/index.html.ep
@@ -315,7 +315,7 @@
"oLanguage": {
"sSearch": "Filter: "
},
- "order": [[ 1, 'desc' ]],
+ "order": [[ 6, 'desc' ]],
});