ngramCount property

  1. @JsonKey(name: 'ngram_count')
int? ngramCount
getter/setter pair

How many times this ngram occurred in the work.

Implementation

@JsonKey(name: 'ngram_count')
int? ngramCount;