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

Replace KoNLPy MeCab with python-mecab-ko #5

Merged
merged 2 commits into from
Aug 3, 2020
Merged

Replace KoNLPy MeCab with python-mecab-ko #5

merged 2 commits into from
Aug 3, 2020

Conversation

Huffon
Copy link
Contributor

@Huffon Huffon commented Aug 3, 2020

KoNLPy bash를 통해 MeCab을 설치하는 로직을 python-mecab-ko를 설치하는 로직으로 변경하였습니다.
변경 후, 재설치를 통해 정상 작동하는 것을 다음과 같이 확인하였습니다.

>>> from g2pk import G2p
>>> g2p = G2p()
>>> g2p("그 사람 조금 old 스쿨 같지 않아?")
'그 사람 조그 몰드 스쿨 갇찌 아나?'
>>> g2p("어제는 맑았는데, 오늘은 흐리다.")
'어제는 말간는데, 오느른 흐리다.'

@Kyubyong Kyubyong merged commit 3bb9d5a into Kyubyong:master Aug 3, 2020
combacsa added a commit to combacsa/g2pK that referenced this pull request Jan 7, 2022
Pull request Kyubyong#5 was enough for completely eliminating konlpy dependency.
5Hyeons pushed a commit to 5Hyeons/g2pK that referenced this pull request Aug 5, 2022
메타 정보 적용 [된소리 안되기 추가]
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

Successfully merging this pull request may close these issues.

2 participants