Skip to content

Commit e230480

Browse files
authored
Merge pull request #33 from LBenzahia/update/arabic-light-stemmer
[RTR] Update Arabic light stemmer.
2 parents a170474 + 5de1401 commit e230480

File tree

2 files changed

+235
-261
lines changed

2 files changed

+235
-261
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ download_golden_corpus:
4747

4848
build:
4949
@echo "Copying the algorithm to snowball..."
50-
@cp $(ARABIC_STEMMER) $(SNOWBALL)"algorithms/arabic/stem_Unicode.sbl"
50+
@cp $(ARABIC_STEMMER) $(SNOWBALL)"algorithms/arabic.sbl"
5151
@echo "Building light stemmer ..."
5252
@cd $(SNOWBALL); make
5353

5454
build_root_based_stemmer:
5555
@echo "Copying the algorithm of based-root stemmer to snowball..."
56-
@cp $(ARABIC_ROOT_BASED_STEMMER) $(SNOWBALL)"algorithms/arabic/stem_Unicode.sbl"
56+
@cp $(ARABIC_ROOT_BASED_STEMMER) $(SNOWBALL)"algorithms/arabic.sbl"
5757
@echo "Building based root stemmer ..."
5858
@cd $(SNOWBALL); make
5959

0 commit comments

Comments
 (0)