export interface Highlights {
    sentence: {
        [key: string]: string;
    };
    relevance: {
        [key: string]: number;
    };
}
