tdk-search

fetches meanings of the turkish words from sozluk.gov.tr


Keywords
dictionary, python, sozluk, tdk, turkce, turkish
License
MIT
Install
pip install tdk-search==1.0.1

Documentation

tdk yan sanayi

fetches meanings of turkish words from sozluk.gov.tr

Installation

pip install tdk-search

Usage

from tdk import tdk

# create new word
word = tdk.new_word("şarap")
# prints meaning of the word
print(word.meaning())
# prints all the word's data
print(word.all_data())