Any alternative approach for stop words with corpus.stopwords.words('tamil')

Any alternative towards steming and lemmetizing - for tamil words .

Earlier - tamil stop words were referenced from learning topics - like " python-preprocessing-of-tamil-text"
stopwords = nltk.corpus.stopwords.words(‘tamil’)

Looks like recently some updates happening - if any working stopwords for tamil - keep sharing.

இந்த சிக்கல் தொடர்கின்றதா என்று கூறவும்.

Facing this issue Persistently. தடங்கள் அந்த nltk.corpus.stopwords(‘tamil’) என்ற அத்தியாயத்தில் தான் வருகிறது.

I have used - manualy a list of tamil stopwords as list and tried. Facing problem with few other line of implementation. அந்த தடங்களை சறி செய்ய முயற்சிக்க வேறு ஒரு வழி கிடைக்க, அதை தழுவி மற்ற ஒரு சிக்களிள் பயனிக்கிறேன்.