Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
tdk
tdk
Jul 2, 2019
Jul 2, 2019
Jul 1, 2019
pip
Jul 2, 2019
pip
Jul 2, 2019
Mar 17, 2020
Mar 17, 2020

README.md

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())

About

turkish dictionary library for python

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.