All Projects → efe → tdk

efe / tdk

Licence: MIT license
python library for turkish dictionary. 📕🇹🇷

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tdk

startup-sozlugu
Startup dünyasında sık kullan kelimeler ve terimler
Stars: ✭ 21 (+23.53%)
Mutual labels:  turkish
ruby-tr
Ruby Türkiye Topluluk Sitesi
Stars: ✭ 50 (+194.12%)
Mutual labels:  turkish
bilisim sozlugu
Translating computer words from English to Turkish
Stars: ✭ 28 (+64.71%)
Mutual labels:  turkish
TurkeyStartup
Türkiye 'de ki Melek Yatırımcı Listesi
Stars: ✭ 30 (+76.47%)
Mutual labels:  turkish
bilkent-turkish-writings-dataset
Turkish writings dataset that promotes creativity, content, composition, grammar, spelling and punctuation.
Stars: ✭ 30 (+76.47%)
Mutual labels:  turkish
moonstar
MoonStar Türkçe Dil Kılavuzu
Stars: ✭ 11 (-35.29%)
Mutual labels:  turkish
fsharp kitap
Kitap Önizleme Versiyonu
Stars: ✭ 25 (+47.06%)
Mutual labels:  turkish
Neural-Morphological-Disambiguation-for-Turkish-DEPRECATED
Neural morphological disambiguation for Turkish. Implemented in DyNet
Stars: ✭ 11 (-35.29%)
Mutual labels:  turkish
Turkish-Lemmatizer
Lemmatization for Turkish Language
Stars: ✭ 72 (+323.53%)
Mutual labels:  turkish
clean-code-javascript-tr
🛁 JavaScript için uyarlanmış Temiz Kod kavramları
Stars: ✭ 86 (+405.88%)
Mutual labels:  turkish
language-detector
Detect the language of text
Stars: ✭ 28 (+64.71%)
Mutual labels:  turkish
turkish banks
All Turkish Banks and Their Branches
Stars: ✭ 28 (+64.71%)
Mutual labels:  turkish
turkce-kufur-karaliste
Türkçe için bir kara liste (blacklist)
Stars: ✭ 117 (+588.24%)
Mutual labels:  turkish
phpwaf-phanalyzer
AliGuard PHP WAF
Stars: ✭ 12 (-29.41%)
Mutual labels:  turkish
openssl-certificate-authority-guide
Bu kılavuz, OpenSSL komut satırı araçlarını kullanarak kendi sertifika yetkilinizi (CA) kurup nasıl kullanacağınızı gösterir.
Stars: ✭ 17 (+0%)
Mutual labels:  turkish
almanca
Almanca dilbilgisi ve gramer notlari / Lesson notes I have taken to learn the German language beginning from A1.
Stars: ✭ 15 (-11.76%)
Mutual labels:  turkish
Divan.hs
Ottoman Divan poetry vezin checker in Haskell!
Stars: ✭ 37 (+117.65%)
Mutual labels:  turkish
zeyrek
Python morphological analyzer for Turkish language. Partial port of ZemberekNLP.
Stars: ✭ 36 (+111.76%)
Mutual labels:  turkish
Turkcekaynaklar Com
Özenle seçilmiş Türkçe kaynaklar listesi En: Curated list of Turkish resources
Stars: ✭ 1,810 (+10547.06%)
Mutual labels:  turkish
TurkishWordNet
Turkish WordNet KeNet
Stars: ✭ 32 (+88.24%)
Mutual labels:  turkish

tdk

Travis PyPI version codecov License

A library to query meaning of Turkish word from official dictionary.

Install

$ pip install tdk

Requirements

Python +3.4

Documentation

Command Line

$ tdk efe
a. 1. Yiğit, özellikle Batı Anadolu köy yiğidi, zeybek. 2. Ağabey. 3. Kabadayı: �Düğünevinin avlusuna girerken yeni düze inmiş efeler gibi nara attı.� -Ö. Seyfettin. 4. tar. Kaptan.

Library

from tdk.core import TurkishWord

word = TurkishWord('Atatürk')
word.query()
result = word.meaning

print(result)
"Cinsiyet: Erkek1. Türklerin atası. 2. Büyük kurtarıcı Gazi Mustafa Kemal Paşa'ya 1934 yılında yasayla verilmiş soyadı."
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].