Skip to content
New issue

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

NPL-article title #61

Open
groom2hub opened this issue May 18, 2024 · 1 comment
Open

NPL-article title #61

groom2hub opened this issue May 18, 2024 · 1 comment

Comments

@groom2hub
Copy link
Collaborator

ex1) 고유 명사 이름의 경우 이상하게 분리되는 경우 (명사로만 인식되는 경우)

print(okt.pos("젤란스키"))
# 출력값 > [('젤란', 'Noun'), ('스키', 'Noun')]

ex2) 고유 명사 이름의 경우 이상하게 분리되는 경우 (명사 이외의 품사도 포함 될 경우)

print(okt.pos("우크라"))
# 출력값 > [('우', 'Adverb'), ('크라', 'Verb')]
@groom2hub
Copy link
Collaborator Author

ex1) 고유 명사 이름의 경우 이상하게 분리되는 경우 (명사로만 인식되는 경우)

print(okt.pos("젤란스키"))
# 출력값 > [('젤란', 'Noun'), ('스키', 'Noun')]

해결 방법

#62 공백을 기준으로 단어를 나누고 okt.pos(word) 모두 명사일 경우 합쳐서 하나의 단어로 인식

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant