Skip to content

A suite of Arabic natural language processing tools developed by the CAMeL Lab at New York University Abu Dhabi.

License

Notifications You must be signed in to change notification settings

dima-taji/camel_tools

 
 

Repository files navigation

CAMeL Tools

PyPI Version PyPI Python Version Documentation Status MIT License

CAMeL Lab Logo

Introduction

CAMeL Tools is suite of Arabic natural language processing tools developed by the CAMeL Lab at New York University Abu Dhabi.

Installation

You will need Python 2.7 or Python 3.4 and above.

Using pip

pip install camel-tools

From Source

# Download the repo
git clone https://github.com/CAMeL-Lab/camel_tools.git
cd camel_tools

# Install CAMeL Tools and all dependencies
pip install .

Documentation

You can find the full online documentation here for both the command-line tools and the Python API.

Alternatively, you can build your own local copy of the documentation as follows:

# Install dependencies
pip install sphinx recommonmark sphinx-rtd-theme

# Go to docs subdirectory
cd docs

# Build HTML docs
make html

This should compile all the HTML documentation in to docs/build/html.

LICENSE

CAMeL Tools is available under the MIT license. See the LICENSE file for more info.

Contribute

If you would like to contribute to CAMeL Tools, please read the CONTRIBUTE.rst file.

Contributors

About

A suite of Arabic natural language processing tools developed by the CAMeL Lab at New York University Abu Dhabi.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%