termFrequency property
How often the ngram occurred in the work. Caution: This data was taken directly from the General Index and we've not tested term_frequency against actual articles. You can read about their data extraction process on the Internet Archive website. If you compare term_frequency against articles we would like to hear how it went!
Implementation
@JsonKey(name: 'term_frequency')
double? termFrequency;