-
OS: Windows 7
Language: Python 2.7.8
IDE: PyCharm Community Edition 4.5.1
Frameworks: Django 1.7, Virtualenv 12.1.1
Code:
```
def word_count(text):
h = Hannanum()
nouns = h.nouns(text)
r…
-
OS: Windows 7
Language: Python 2.7.10
IDE: PyCharm Community Edition 4.5.3
Frameworks: Virtualenv
Code:
```
# coding=utf-8
from __future__ import division
from __future__ import unicode_literals
imp…
-
Hi,
I am getting this kind of error while processing a huge vector(1mln texts)
java.lang.ArrayIndexOutOfBoundsException: 10000
at kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.PosTagger.HmmPosTa…
-
konlpy를 Windows 7 환경에서 사용하려고 하는데요.
Anaconda2 (64bit)를 설치한 후
conda prompt에서 gensim=0.12.4, nltk=3.2.1, pyzmq=14.7.0 를 설치한 후
python prompt에서 pip로 JPype1-0.6.1-cp27-none-win_amd64.whl, konlpy, twython를 설…
-
한글 내용을 확인하려고 다음 링크로 들어갔는데, 페이지가 안 나옵니다.
http://konlpy.org/ko/
참고로 다음 영어 링크도 페이지가 안 나옵니다.
http://konlpy.org/en/
-
Hi there!
I'm using Python 2.7.11 on Windows 10.
I am trying to run the example code.
`from konlpy.tag import Kkma` works fine.
But `kkma = Kkma()` restarts the shell without throwing any error.
Any…
-
File "C:\Python33\lib\site-packages\konlpy\__init__.py", line 15, in
from . import tag
File "C:\Python33\lib\site-packages\konlpy\tag\__init__.py", line 11, in
from ._twitter import Twitt…
-
안녕하세요, 윈도우7에 cygwin 설치한 환경에서 konlpy를 사용하려 하는데, 설치는 정상적으로 되었으나 실행시 아래와 같은 오류가 발생합니다.
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
구글링해보니 윈도우와 cygwin 간 c…
-
This is my **`rank.py`**:
``` python
from textrankr import TextRank
text = open('input.txt', 'r').read()
textrank = TextRank(text)
print textrank.reordered[0].text
```
When I run this, I've got an …
-
`안 MAG,성분부사/부정부사,T,안,*,*,*,*`
mecab 으로 형태소 분석한 일부분입니다.
문장에서 부정부사만 가져오는 방법이 있을까요?