We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a170474 + 5de1401 commit e230480Copy full SHA for e230480
Makefile
@@ -47,13 +47,13 @@ download_golden_corpus:
47
48
build:
49
@echo "Copying the algorithm to snowball..."
50
- @cp $(ARABIC_STEMMER) $(SNOWBALL)"algorithms/arabic/stem_Unicode.sbl"
+ @cp $(ARABIC_STEMMER) $(SNOWBALL)"algorithms/arabic.sbl"
51
@echo "Building light stemmer ..."
52
@cd $(SNOWBALL); make
53
54
build_root_based_stemmer:
55
@echo "Copying the algorithm of based-root stemmer to snowball..."
56
- @cp $(ARABIC_ROOT_BASED_STEMMER) $(SNOWBALL)"algorithms/arabic/stem_Unicode.sbl"
+ @cp $(ARABIC_ROOT_BASED_STEMMER) $(SNOWBALL)"algorithms/arabic.sbl"
57
@echo "Building based root stemmer ..."
58
59
0 commit comments