GithubHelp home page GithubHelp logo

arabicspellchecker's Introduction

Arabic Spell Checker

ABOUT

QCRI Arabic Spell Checker.

Download

Arabic Spell Checker. Latest release You may check-out the latest version of the Arabic Spell Checker from the demo page http://farasa.qcri.org/

CONTENTS

Arabic Spell Checker

How to run the software

1 - Command line:

java -jar <PackageSubDir>/dist/SpellChecker.jar -i InputFile -o OutputFile
or 
java -jar <PackageSubDir>/dist/SpellChecker.jar < InputFile > OutputFile

How to compile the software

Build the jar:

cd <PackageSubDir> 
ant jar

Deploy the package to other direcotory:

ant deploy -Do=<Dest Dir>

Using the SpellCheker API

You may call the SpellChecker in your code

import spellchecker;
....
SpellChecker speller = new SpellChecker();
....
formatInput = false; //
formatOutput = false; // true for site display
boolean considerContext = true; // Use the context or not
nofCorrectionEntries = spell.init(considerContext);
String line="ان الحياه دقائق وثوانى"; // utf-8 string
String output = spell.spellCheck(input, formatInput, formatOutput, considerContext);

RELATED PAPERS

CONTACT

If you have any problem, question please contact [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/ASpellChecker

LICENSE

Arabic Spell Checker is being made 
public for research purpose only. 
For non-research use, please contact:

    Hamdy Mubarak <[email protected]>
Kareem Darwish <[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

arabicspellchecker's People

Contributors

ahmed451 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.