SELECT * FROM TextMorph ( ON words_input WordColumn ('word') SingleOutput ('true') Accumulate ('id', 'word') ) ORDER BY id;