Skip to content

Commit

Permalink
Merge pull request #33 from LBenzahia/update/arabic-light-stemmer
Browse files Browse the repository at this point in the history
[RTR] Update Arabic light stemmer.
  • Loading branch information
assem-ch authored Jun 29, 2018
2 parents a170474 + 5de1401 commit e230480
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 261 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ download_golden_corpus:

build:
@echo "Copying the algorithm to snowball..."
@cp $(ARABIC_STEMMER) $(SNOWBALL)"algorithms/arabic/stem_Unicode.sbl"
@cp $(ARABIC_STEMMER) $(SNOWBALL)"algorithms/arabic.sbl"
@echo "Building light stemmer ..."
@cd $(SNOWBALL); make

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

Expand Down
Loading

0 comments on commit e230480

Please sign in to comment.