From 7f55f1c8d2b82abda1cbdc353f28ae9136a361f3 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 15 Sep 2017 13:32:49 -0700 Subject: display term frequencies --- tmpl/terms.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tmpl/terms.html') diff --git a/tmpl/terms.html b/tmpl/terms.html index ffe52ab8..a130e775 100644 --- a/tmpl/terms.html +++ b/tmpl/terms.html @@ -41,6 +41,14 @@ {{/if}} + {{#if frequencies}} +
+ {{#each frequencies}} + {{dictionary}}:{{frequency}} + {{/each}} +
+ {{/if}} +
{{#if grouped}} {{#if definitions.[1]}} -- cgit v1.2.3