SELECT * FROM TextMorph ( ON words_input WordColumn ('word') SingleOutput ('false') POS ('noun', 'verb') Accumulate ('id', 'word') ) ORDER BY id;
SELECT * FROM TextMorph ( ON words_input WordColumn ('word') SingleOutput ('false') POS ('noun', 'verb') Accumulate ('id', 'word') ) ORDER BY id;