Add curren ttoken and max token nr

This commit is contained in:
Stephan Porada
2020-05-04 12:08:43 +02:00
parent c49684611a
commit cb8f3faae0
4 changed files with 50 additions and 1 deletions

View File

@ -37,6 +37,14 @@
<label for="creation-date">Last edited</label>
</div>
</div>
<div class="col s12 m6">
<div class="input-field">
<input disabled value="{{ corpus.current_nr_of_tokens }} / {{ corpus.max_nr_of_tokens }}" id="nr_of_tokens" type="text" class="validate">
<label for="creation-date">Nr. of tokens used
<i class="material-icons tooltipped" data-position="bottom" data-tooltip="Current number of tokens in this corpus. Updates after every analyze session.">help</i>
</label>
</div>
</div>
</div>
</div>
<div class="card-action right-align">