termCount property
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;
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.
final int? termCount;