https://github.com/linuxscout/arramooz-pysqlite
Arabic Dictionary for Morphological analysis - python + sqlite
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.9%) to scientific vocabulary
Repository
Arabic Dictionary for Morphological analysis - python + sqlite
Basic Info
- Host: GitHub
- Owner: linuxscout
- License: gpl-3.0
- Language: Python
- Default Branch: master
- Size: 18.9 MB
Statistics
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
Arramooz
Arabic Dictionary for Morphological analysis (Python + SQLite API)
Developpers: Taha Zerrouki: http://tahadz.com taha dot zerrouki at gmail dot com Collect data manually Mohamed Kebdani, Morroco < med.kebdani gmail.com>
Features | value ---------|--------------------------------------------------------------------------------- Authors | Authors.md Release | 0.4 License |GPL Tracker |linuxscout/arramooz-pysqlite/Issues Website |http://arramooz-pysqlite.sourceforge.net Source |Github Download |sourceforge Feedbacks |Comments Accounts |@Twitter @Sourceforge
Description
Arramooz Alwaseet is an open source Arabic dictionary for morphological analyze, It can help Natural Language processing developers. This work is generated from the Ayaspell( Arabic spellchecker) brut data, which are collected manually.
This dictionary consists of three parts :
- stop words
- verbs
- Nouns
Files formats and BUILD Dictionary in multiple format
For details about Data Structure, Look at arramooz
Database description
Usage
```python
import arramooz.arabicdictionary mydict = arramooz.arabicdictionary.ArabicDictionary('verbs') wordlist = [u"استقلّ", u'استقل', u"كذب"] tmplist = [] for word in wordlist: foundlist = mydict.lookup(word) for wordtuple in foundlist: wordtuple = dict(wordtuple) vocalized = wordtuple['vocalized'] tmplist.append(dict(wordtuple)) print(tmplist) [{'thinktrans': 1, 'passive': 0, 'confirmed': 0, 'vocalized': u'اِسْتَقَلَّ', 'stamped': u'ستقل', 'futuremoode': 0, 'triliteral': 0, 'future': 0, 'unthinktrans': 0, 'past': 0, 'unvocalized': u'استقل', 'futuretype': u'َ', 'doubletrans': 0, 'normalized': u'استقل', 'reflexivetrans': 0, 'imperative': 0, 'transitive': 1, 'root': u'قلل', 'id': 7495}, {'thinktrans': 1, 'passive': 0, 'confirmed': 0, 'vocalized': u'كَذَبَ', 'stamped': u'كذب', 'futuremoode': 0, 'triliteral': 1, 'future': 0, 'unthinktrans': 0, 'past': 0, 'unvocalized': u'كذب', 'futuretype': u'كسرة', 'doubletrans': 0, 'normalized': u'كذب', 'reflexivetrans': 0, 'imperative': 0, 'transitive': 1, 'root': u'كذب', 'id': 1072}, {'thinktrans': 1, 'passive': 0, 'confirmed': 0, 'vocalized': u'كَذَّبَ', 'stamped': u'كذب', 'futuremoode': 0, 'triliteral': 0, 'future': 0, 'unthinktrans': 0, 'past': 0, 'unvocalized': u'كذب', 'futuretype': u'َ', 'doubletrans': 0, 'normalized': u'كذب', 'reflexivetrans': 0, 'imperative': 0, 'transitive': 1, 'root': u'كذب', 'id': 2869}]
```
[requirement]
1- libqutrub
2- pyarabic
Owner
- Name: Taha Zerrouki (طه زروقي )
- Login: linuxscout
- Kind: user
- Location: Bouira, Algeria
- Company: Bouira University
- Website: tahadz.com
- Twitter: linuxscout
- Repositories: 22
- Profile: https://github.com/linuxscout
PhD, Computer Science Professor, Interest : Arabic Natural Language processing
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: 4 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| linuxscout | t****i@h****m | 18 |
| Dominik Franek | d****k@c****m | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 5 months ago
All Time
- Total issues: 2
- Total pull requests: 1
- Average time to close issues: 1 day
- Average time to close pull requests: 8 months
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 4.5
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Kentoseth (1)
- linuxscout (1)
Pull Request Authors
- fdominik (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 3,333 last-month
- Total dependent packages: 2
- Total dependent repositories: 7
- Total versions: 5
- Total maintainers: 1
pypi.org: arramooz-pysqlite
Arramooz: Arabic Dictionary for Morphological analysis - python + sqlite
- Homepage: http://arramooz-pysqlite.sourceforge.net/
- Documentation: https://arramooz-pysqlite.readthedocs.io/
- License: GPL
-
Latest release: 0.4.2
published over 2 years ago
Rankings
Maintainers (1)
Dependencies
- pyarabic >=0.6.2
- pyarabic >=0.6.2