mosta / raramorph
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
aa3509f
commit aa3509f562c916e1f518d98ed8489661f2f3fb96
tree 1ab3bf73cc65df2837e83a6c5a51ce9d3f0068de
parent f1f3ff0085fa13c906910241397a5e6081871867
tree 1ab3bf73cc65df2837e83a6c5a51ce9d3f0068de
parent f1f3ff0085fa13c906910241397a5e6081871867
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

