형태소 사전

형태소 사전 검색하기

형태소 사전을 검색할 수 있습니다.

from hama.tagging.dict import Dict
# 출력 결과 - ['nc']
dict = Dict()
dict.query('자동차')