Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kurdspell/Kurdspell
A Kurdish Spellchecker
https://github.com/Kurdspell/Kurdspell
dictionary hunspell kurdish
Last synced: 28 days ago
JSON representation
A Kurdish Spellchecker
- Host: GitHub
- URL: https://github.com/Kurdspell/Kurdspell
- Owner: Kurdspell
- Created: 2018-11-12T16:42:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:02:49.000Z (about 2 years ago)
- Last Synced: 2024-04-23T00:08:05.194Z (8 months ago)
- Topics: dictionary, hunspell, kurdish
- Language: C#
- Homepage: http://kurdspell.com
- Size: 4.73 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-kurdish - Kurdspell
README
# Kurdspell
Kurdspell is a project to create a Kurdish spellchecker.## Useful links
- [Seminar explaining how the algorithm works](https://www.facebook.com/Ahmed.A.Qadir/videos/1216344038529674/) (In kurdish)
- [Thesis: Spell checking algorithm for agglutinative languages “Central Kurdish as an example”](https://ieeexplore.ieee.org/document/8950517). DOI: 10.1109/IEC47844.2019.8950517
- [Demo of MS Word integration](https://www.facebook.com/kurdspell/videos/329399627757306)
- [Kurdish Corpus and wordlist](https://github.com/developerstree/kurdishresources)
## Structure- `src/Kurdspell`: This is a .NET standard library containing the algorithm. It has everything discussed in the paper.
- `src/KurdspellForWord`: This is our effort on creating a plugin for Microsoft word.
- `src/Sample3`: This is a sample application that uses the algorithm.
- `src/DictionaryEditor`: This is a little application we used to create pattern lists.
- `src/Sample3/ckb-IQ.txt`: This is a sample pattern list, however it's not 100% correct and needs a lot of cleaning up.