Skip to content
/ lugat Public

TDK Güncel Türkçe Sözlük için komut satırı arabirimi.

License

Notifications You must be signed in to change notification settings

ademozay/lugat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lügat

lugat, TDK Güncel Türkçe Sözlük'ün komut satırı üzerinden kullanılmasını sağlar.

lugat önizlemesi

Nasıl Yüklenir

pip3 install lugat

Nasıl Kullanılır

  • Komutun satırında
lugat <kelime>
  • Python uygulaması içinde
from lugat import lookup, LookupException

try:
    word        = lookup(word)
    variations  = word.get_variations()

    for v in variations:
        print(v.name)
        print(v.origin)
        print(v.meanings)
        print(v.compound_words)
        print(v.proverbs)

except LookupException:
    pass

About

TDK Güncel Türkçe Sözlük için komut satırı arabirimi.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published