Add functions to transform the predicted clusters (as start,end indices) to e.g.: - Indices on sentence level - Text formatted with brackets - CONLL style Python object (list of lists, with clusters in bracket format)
Add functions to transform the predicted clusters (as start,end indices) to e.g.: