Skip to content

How to use

Using this as a Python package you can use:

>>> from naverdict.search import search

>>> search("하다")
["do", "have", "give", "make", "play"]

Using this as a CMD/CLI you can use:

$ naverdict 하다
do
have
give
make
play