We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ex1) 고유 명사 이름의 경우 이상하게 분리되는 경우 (명사로만 인식되는 경우)
print(okt.pos("젤란스키")) # 출력값 > [('젤란', 'Noun'), ('스키', 'Noun')]
ex2) 고유 명사 이름의 경우 이상하게 분리되는 경우 (명사 이외의 품사도 포함 될 경우)
print(okt.pos("우크라")) # 출력값 > [('우', 'Adverb'), ('크라', 'Verb')]
The text was updated successfully, but these errors were encountered:
okt.pos(word)
Sorry, something went wrong.
No branches or pull requests
ex1) 고유 명사 이름의 경우 이상하게 분리되는 경우 (명사로만 인식되는 경우)
ex2) 고유 명사 이름의 경우 이상하게 분리되는 경우 (명사 이외의 품사도 포함 될 경우)
The text was updated successfully, but these errors were encountered: