{#if output.length}
{#each output as { score, color }, index}
mouseover(index)} on:mouseout={mouseout} >
{text(output[index])}
{#if typeof score === "number"}
{score.toFixed(3)}
{/if}
{/each}
{/if}