ANNIS icon indicating copy to clipboard operation
ANNIS copied to clipboard

get token count per doc in doc browser

Open amir-zeldes opened this issue 12 years ago • 1 comments

The document browser should show the amount of tokens in each document by default in a separate column.

amir-zeldes avatar Oct 23 '13 14:10 amir-zeldes

This information is currently not stored in the database. Since we don't want to query it each time we would need to extend the corpus_stats table to include also documents. Since the table is also used for calculating the offset IDs this is not a trivial change.

thomaskrause avatar Aug 04 '14 07:08 thomaskrause