Count of all terms found in the document

Used to compute the document terms_frequency.

Property definitions

vsm $ Document :: terms_count
	# Count of all terms found in the document
	#
	# Used to compute the document `terms_frequency`.
	var terms_count: Vector
lib/vsm/vsm.nit:346,2--349,24