Giter VIP home page Giter VIP logo

arabic-stemmer's Introduction

Synopsis

This is the Python 3 snowball-stemmer package with Arabic light stemming capabilities. The Arabic light stemmer extension is supposed to work, but the installation is buggy. This repo has built in Arabic capabilities. Stay tuned for Pashto stemming capabilities.

Code Example


import snowballstemmer  


ar_light_stem = snowballstemmer.stemmer('arabic')  


print(ar_light_stem.stemWord(u'المقاومة'))

Motivation

Since IST has been embarking on the effort to improve text mining capabilities in multiple languages, this internal package is intended to provide value to our Topic Modeling solution and be a hub for linguistic research and development. Arabic was the initial milestone, but Pashto (in the near future) and other languages such as Farsi/Dari (longer term) should be added to this package.

Installation

To be updated...

API Reference

To be updated...

Tests

To be updated...

Contributors

If you can develop another language and add it, that would be great. You can also improve on the currently existing stemming algorithms.

## License

To be updated...

arabic-stemmer's People

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.