From 4465127cfef6205afecf287d320fe134a41e4f35 Mon Sep 17 00:00:00 2001 From: Motaz Saad Date: Wed, 29 Apr 2015 18:09:11 +0300 Subject: [PATCH] fix readme --- README.md | 4 ++-- main.java | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 736d7d9..01ea24b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/main.java b/main.java index 3f5fc65..147a48c 100644 --- a/main.java +++ b/main.java @@ -1,5 +1,9 @@ /* +# 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) @@ -7,14 +11,11 @@ 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 */