Returns the mapped value for the term key from the DftMap.
term
Returns 0 if the term key does not exist in the DftMap.
Ft getFrequency(String term) => this[term] ?? 0;