I have to use a stemmer available on github in my Python code. The author of that github project has given a Usage command line in the README which is:
java -jar khoja-stemmer-command-line.jar test-in.txt test-out.txt
Each of the row of a dataframe in python has to go as test-in.txt to this command and test-out.txt will give the output. Can anyone please how can I integrate this from beginning (command line in python) to end?