Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.