termCount property

int? termCount
final

The number of unique terms in the thesaurus file. For example, the synonyms a,b,c and a=>d, the term count would be 4.

Implementation

final int? termCount;