'Snowball stemming python

I'm still trying to execute lithuanian snowball stemmer in Jupyter notebook. There is a github link where a guy shows how to integrate it using Python but I'm stuck at command !make. It throws this error:

libstemmer/mkalgorithms.pl algorithms.mk libstemmer/modules.txt

process_begin: CreateProcess(NULL, env perl C:\Users\Pc\Desktop\snowball\libstemmer\mkalgorithms.pl algorithms.mk libstemmer/modules.txt, ...) failed. make (e=2): The system cannot find the file specified.

GNUmakefile:66: algorithms.mk: No such file or directory make: *** [GNUmakefile:181: algorithms.mk] Error 2

This is the github code: https://github.com/venclov/Lithuanian_snowball_stemmer_preprocessing

This error says that there is no such file or directory - algorithms.mk but clearly on my desktop cloned snowball github respitory has algortihms folder in it. What is the problem?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source