How can I apply stemming to below list in python? Please help thank you.
NOT:I also need outcome to be list.
documents =[['advertisement', 'playing', 'measurement'], ['time','cars','going']]
How can I apply stemming to below list in python? Please help thank you.
NOT:I also need outcome to be list.
documents =[['advertisement', 'playing', 'measurement'], ['time','cars','going']]