Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
motazsaad committed Apr 29, 2015
1 parent a342f77 commit 4465127
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# khoja Algorithm (a command-line version)

A command line version of Koja Stemmer (An Arabic rooting algorithm)
A command line version of Koja algorithm (An Arabic rooting algorithm). The algorithm reduces Arabic words to their roots.

Version 1.0

Expand All @@ -9,7 +9,7 @@ Author: Motaz Saad (motaz dot saad at gmail dot com)

This software is a modification of Khoja algorithm for Arabic rooting. The original implementation is available at http://zeus.cs.pacificu.edu/shereen/ArabicStemmerCode.zip

Khoja algorithm reduces words to their roots. The algorithm is described in:
The algorithm is described in:

- Khoja S., Garside R., "Stemming Arabic text", Computer Science Department, Lancaster University, Lancaster, UK, 1999.

Expand Down
13 changes: 7 additions & 6 deletions main.java
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
/*
# khoja Algorithm (a command-line version)
A command line version of Koja algorithm (An Arabic rooting algorithm). The algorithm reduces Arabic words to their roots.
Version 1.0
Author: Motaz Saad (motaz dot saad at gmail dot com)
This software is a modification of Khoja algorithm for Arabic rooting. The original implementation is available at http://zeus.cs.pacificu.edu/shereen/ArabicStemmerCode.zip
Khoja algorithm reduces words to their roots. The algorithm is described in:
Khoja S., Garside R., "Stemming Arabic text", Computer Science Department, Lancaster University, Lancaster, UK, 1999.
http://zeus.cs.pacificu.edu/shereen/research.htm#stemming
The algorithm is described in:
- Khoja S., Garside R., "Stemming Arabic text", Computer Science Department, Lancaster University, Lancaster, UK, 1999.
- http://zeus.cs.pacificu.edu/shereen/research.htm#stemming
*/

Expand Down

0 comments on commit 4465127

Please sign in to comment.