format

abstract fun format(items: List<T>): String

Format a list of items into text suitable for proposition extraction.

Return

Formatted text representation

Parameters

items

The items to format