Word with weight for cloud/tag visualization

interface WordItem {
    text: string;
    weight: number;
}

Properties

Properties

text: string

The word/term

weight: number

Weight/frequency/importance