Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ejtaal/jsastem
JavaScript Arabic Stemmer
https://github.com/ejtaal/jsastem
Last synced: about 1 month ago
JSON representation
JavaScript Arabic Stemmer
- Host: GitHub
- URL: https://github.com/ejtaal/jsastem
- Owner: ejtaal
- Created: 2012-08-10T16:47:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-01T00:52:28.000Z (about 12 years ago)
- Last Synced: 2024-08-01T17:33:08.468Z (4 months ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 26
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nlp - jsastem - 用於阿拉伯詞幹的Javascript。 (自然語言處理-阿拉伯語 / 函式庫)
- awesome-arabic - jsastem - JavaScript Arabic Stemmer. (Programming Languages)
- awesome-arabic - jsastem - JavaScript Arabic Stemmer. (Programming Languages)
README
JSASTEM - JavaScript Arabic Stemmer
===================================This little project aims to create a simple arabic stemmer
implemented in JavaScript.Why?
====Good question. Because I need one for my other project,
Mabhathu Tulab (A student's place of research) which
is an Arabic - Arabic dictionary, similar to http://baheth.info
but better of course ;) Its main feature is that the
user may click on any word of a dictionary entry that may then
be further explained by an overlay.How?
====It seems no-one has implemented one in JavaScript yet, for
good reason I imagine. The ISRI stemmer as implemented by the
NLTK project seems like a very straight forward stemmer, nothing
too complicated and time consuming for my needs. This project
therefore aims to port the python script into javascript.Plans
=====Hopefully I can find some time to increase accuracy. Some words
can be derived from multiple possible theoretical roots so these
could be enumerated in the return value. Prior to returning them
they could be compared against some known lists of existing roots
to filter out unknown roots.License, Copyright & Contact
============================
License: GPL
Copyright: Erik Taal ((http://ejtaal.net)