kurd-cc / kurdish-words

Kurdish Kurmanji words set

Home Page:https://kurd-cc.github.io/kurdish-words/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kurdish-words

  • One of the biggest set of Kurdish (Kurmanji) words
  • words.txt: from Rojava news websites (accurate)
  • words_rudaw.txt: from Rudaw website (less accurate)
  • The words currently are not filtered or catagorized

Files
SimpleSpellingCheker.java: some basic operations to detect the possible alternatives for any word. Usage:
TreeSet possibleSuggestions= Checker.corrections(WORD_TO_CHECK, WORDS_SET_AS_HASHMAP);

SimpleRanker.java: A very basic way to rank the close suggested words for any word in Kurdish (Kurmanji). Usage:
int score = Ranker.rank(WORD, COMPARER_WORD);

.db files: some sample articles from Kurdish kurmanji websites (id, title, content, link)

About

Kurdish Kurmanji words set

https://kurd-cc.github.io/kurdish-words/

License:MIT License


Languages

Language:Java 100.0%