Reputation: 19
I've been trying to execute lithuanian snowball stemmer in Python. 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:
!make
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
Upvotes: 1
Views: 170