lisc.analysis.words.get_attribute_counts

lisc.analysis.words.get_attribute_counts(words, attribute)[source]

Get count of how many articles contain values for a requested attribute.

Parameters
wordsWords or list of Articles

Literature data.

attributestr

Which attribute to check.

Returns
int

The number of articles across the object that have the requested attribute.