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

POS Tagging Too Slow? #433

Open
humanitiesclinic opened this issue Nov 22, 2023 · 0 comments
Open

POS Tagging Too Slow? #433

humanitiesclinic opened this issue Nov 22, 2023 · 0 comments

Comments

@humanitiesclinic
Copy link

Hi, I have tested this code from https://konlpy.org/en/latest/ on my machine (macOS 10.13.6, Python 3.9):

>>> from konlpy.tag import Kkma
>>> from konlpy.utils import pprint
>>> kkma = Kkma()
>>> pprint(kkma.pos(u'오류보고는 실행환경, 에러메세지와함께 설명을 최대한상세히!^^'))

It take 5-10 seconds for the data to output from the pos function, which I find too slow. Is this the expected speed? Is there any way to make it faster?

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