export interface TfIdfModel { term: string; tf: number; idf: number; tfidf: number; }