Count for all terms in all indexed documents

Used to compute the inverse_doc_frequency.

Property definitions

vsm $ VSMIndex :: terms_doc_count=
	# Count for all terms in all indexed documents
	#
	# Used to compute the `inverse_doc_frequency`.
	var terms_doc_count = new Vector
lib/vsm/vsm.nit:139,2--142,33