0

I am a first-year Master's student currently learning NLP with Python. My professor has assigned me a mini project that involves implementing Porter Stemmer in Snowball Language. However, I am a bit confused and would appreciate some assistance from anyone experienced with Snowball (.sbl).

Specifically, I would like to know how to compile these files. If anyone could help me, I would be grateful.

Thank you in advance.

Fatihi Youssef
  • 411
  • 1
  • 6
  • 15
  • 2
    Have you read the page [Using Snowball](https://snowballstem.org/runtime/use.html) on the Snowball website? – Nick ODell May 28 '23 at 18:29
  • I tried, but I could understand it correctly, Is Snowball is compiling only in Linux ?, if so then I'll switch to Linux because I am using Windows 11. – Fatihi Youssef May 28 '23 at 18:32
  • I have installed make, but when open the folder and run 'make' command in the folder it returns an error. – Fatihi Youssef May 28 '23 at 18:34
  • 3
    Yes. I looked at the source code, and it is clearly designed for Unix-like systems. It should work on Linux or MacOS, or in the WSL subsystem of Windows. – Tim Roberts May 28 '23 at 18:34

0 Answers0