`morpho_tag` returns lemmas in wrong order. Lemmas from the last sentence are first... Quick fix is to use `arrange(start)` to get the right order.
morpho_tagreturns lemmas in wrong order. Lemmas from the last sentence are first...Quick fix is to use
arrange(start)to get the right order.