Skip to content

qcri/ArabicRBGParser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arabic Dependency Parser

This project provides an Arabic Dependency Parser trained on data processed by Farasa toolkit using MIT RBGParser v1.1. For more details about the RBGParser v1.1 See Readme.md

Use Arabic Dependency Parser

To run the project from the command line, go to the dist folder and type the following:

java -jar "RBGParserWrapper.jar" -i <inputFile> -o <outputFile>

For more details about using the Parser:

java -jar "RBGParserWrapper.jar" -h

Requirements

The Dependency Parser uses:

  1. Farasa Arabic Segmenter
  2. Farasa Arabic POS Tagger
  3. The pre-trained model: model
  • Download the tools and place the jars "FarasaSegmenterJar.jar" and "FarasaPOSJar.jar" in the "./dist/lib" folder.

  • Download the model and place it in "./src/data/" folder.

Otherwise, for building the project from source. Place the jars in "./libs" folder

Contact

If you have any inquiry, please contact ([email protected]) ([email protected]) or ([email protected]).

Web Site

URL for the project and the latest news and downloads http://farasa.qcri.org/

Github

Where to download the latest version, https://github.com/qcri/Farasa

License

QCRI FARASA package for processing Arabic text is being made 
public for research purpose only. 
For non-research use, please contact:

    Kareem M. Darwish <[email protected]>
    Hamdy Mubarak <[email protected]>
    Ahmed Abdelali <[email protected]>

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  

COPYRIGHT

Copyright 2015-2018 QCRI

About

Graph-based Dependency Parser

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%