espace / raramorph forked from mosta/raramorph

Raramorph is a Ruby 1.9 gem for arabic morphological analysis and indexing

raramorph / README
100644 35 lines (24 sloc) 0.898 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
== Raramorph
By eSpace-technologies
http://www.espace.com.eg
http://www.espace.com.eg/docs/raramorph/index.html
http://github.com/espace/raramorph
http://raramorph.rubyforge.org
 
== DESCRIPTION:
 
Raramorph is a Ruby 1.9 gem for an intelligent port Aramorph based on Buckwalter Arabic Morphological Analyzer Version 1.0.
 
== Usage
 
 require 'raramorph'
 # For analyzing a file
  Raramorph.execute(input_filename, output_filename ,verbose = false, not_arabic = true)
 # You can use functions like analyze_token , tokenize , segement_word all as static methods in Raramorph class
OR
From the command line
raramorph input_file_name output_file_name -v -a
  -v verbose mode ( optional )
  -a arabic output ( optional )
 
 
  
== INSTALL:
 
sudo gem install raramorph
 
=== Source Code =====
http://github.com/espace/raramorph/tree/master
 
== LICENSE:
 
Released under GPL license, Please refer to gpl.txt