public
Fork of mosta/raramorph
Description: Raramorph is a Ruby 1.9 gem for arabic morphological analysis and indexing
Homepage: http://www.espace.com.eg/raramorph
Clone URL: git://github.com/espace/raramorph.git
name age message
file README Thu Oct 09 07:13:06 -0700 2008 Changing License to GPL [mosta]
directory bin/ Wed Sep 10 22:40:31 -0700 2008 Realease 0.1.0 [mosta]
file gpl.txt Thu Oct 09 07:13:06 -0700 2008 Changing License to GPL [mosta]
directory lib/ Sat Sep 13 18:21:18 -0700 2008 Preparing for Release 0.1.1 [mosta]
file raramorph.gemspec Thu Oct 09 07:13:06 -0700 2008 Changing License to GPL [mosta]
README
== 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