-
Though most of the wrappers works fine with Python 3, MeCab-ko wrapper for python does not supports Python 3. Monkey patching or waiting for MeCab-ko-python wrapper developers to enhance their librari…
-
>>> import jpype
Traceback (most recent call last):
File "", line 1, in
File "c:\Python27\lib\site-packages\jpype\__init__.py", line 17, in
from _jpackage import *
File "c:\Python27\lib\s…
-
안녕하세요? 개발자님 고생이 많으십니다.
다름이 아니라 매뉴얼에 기재된 소스코드에 오타가 있어 말씀드립니다.
http://konlpy.org/en/latest/api/konlpy.tag/#module-konlpy.tag._kkma
오타가 있는 부분은 여기입니다.
Kkma Class에서
print kkma.morph(u'자주 사용을 안하다보니 모두 까먹은…
-
JPype 설치시 아래와 같은 에러가 발생하는 경우가 있다.
e9t@crayon$ sudo pip install konlpy
Downloading/unpacking konlpy
Downloading konlpy-0.3.3.tar.gz (9.1MB): 9.1MB downloaded
Running setup.py (path:/tmp/user/0/pi…
-
If you use pip when installing KoNLPy in Ubuntu,
the following error may occur while installing JPype, one of the dependencies.
e9t@crayon$ sudo pip install konlpy
Downloading/unpacking konlpy
Dow…
-
konlpy.org에 있는 문서를 한국어 버젼으로도 올림.
-
[MeCab-ko 설치파일](https://github.com/e9t/konlpy/blob/master/scripts/mecab.sh) 윈도우에서 돌아가게 해보기.
- https://github.com/BYVoid/Batsh
-
Both Windows and Linux work fine with the same code, but Mac OS X produces the error below:
```
/Library/Python/2.7/site-packages/konlpy/tag/kkma.pyc in __init__(self, jvmpath)
73 kkmaJavaPa…
-
-
Error when multiple instances of `Hannanum()` are created.