Skip to content

efe/tdk

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
tdk
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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ı."

About

python library for turkish dictionary. 📕🇹🇷

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages