Skip to content

qcri/FarasaSegmenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

FARASA

ABOUT

QCRI Farasa package for tokenizing Arabic text.

Download

QCRI FARASA. Latest release You may check-out the latest version from the githup repository: https://github.com/Qatar-Computing-Research-Institute/Farasa

CONTENTS

Package content, files, folders

How to run the software

1 - Command line:

Limux/Mac OS

set FarasaDataDir=<FarasaData>\
java -Dfile.encoding=UTF-8 -jar dist/Farasa.jar -i InputFile -o OutputFile

WINDOWS

set FarasaDataDir=<FARASADATADIR>/
java -Dfile.encoding=UTF-8 -jar dist/Farasa.jar -i InputFile -o OutputFile

Parameters:

Farasa.sh|Farasa.bat <--help|-h> [--input|-i inputFile] [--output|-o outputFile]
* options: 
*  --help		display help information
*  --input		inputfile
*  --output     outputfile
* 

Example:

FarasaDataDir=<FarasaDataDirectory>/ java -Dfile.encoding=UTF-8 -jar dist/Farasa.jar < testfile.txt

For Windows Environment: You may require to explicitly specify the library path:

set FarasaDataDir=<FARASADATADIR>/
java -Dfile.encoding=UTF-8 -jar dist/Farasa.jar < testfile.txt

How to compile the software

Build the jar:

ant jar

Deploy the package to other direcotory:

ant deploy -Do=<Dest Dir>

CONTACT

If you have any problem, question please contact [email protected], [email protected] or [email protected]

WEB SITE

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

GITHUB

Where to download the latest version, https://github.com/Qatar-Computing-Research-Institute/Farasa

LICENSE

QCRI FARASA package for tokenizing 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 QCRI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published