mkoskim/mawejs

Wordcount: Add mode to sum missing and text to total word count

Closed this issue · 1 comments

We don't need a button to choose mode for total word count. We can first modify word counting so that the total number returned is sum of missing words and text words.

My feeling is that there may be little need to report the total words in other way.

Implemented here: 6e185b3