-
# 이슈 및 해소방안 요약
아래 **#위치** 에 해당하는 Dockerfile로 konlpy를 구동시켰을 때, Tagger Class가 없다는 오류가 발생합니다. 따라서 완결적인 가이드라고 판단되지 않습니다.
그래서 **#AS-IS**를 **#TO-BE**와 같이 바꾸면 좋을 것 같습니다.
## 위치
> https://konlpy.org/e…
-
When the Hannanum module gets a long document as input:
```
File "/usr/local/lib/python2.7/dist-packages/konlpy-0.3.0-py2.7.egg/konlpy/tag/_hannanum.py", line 92, in morphs
return [s for s,…
-
우분투에 konlpy.py를 만들어서 sh파일로 python3 konlpy.py 쉘 명령어를 실행하여 자바/sts 코드 내에서 konlpy를 사용하려 했는데 계속해서 konlpy 라이브러리를 찾지 못한다는 오류가 뜨네요 혹시 sh를 이용하지 않고도 konlpy를 자바/sts에서 사용할 수 있는 방법이나 sh를 이용할 때 저런 오류가 뜨지 않는 방법이 있나요…
-
시도해본 것
1. 한국어 자연어 처리 konlpy
2. BOW로 변환 countvectorizer
3. tf-idf
4. k-means clustering
scalable 이슈가 있었음.
-
Hi, I love Konlpy, thanks so much for this software!!
I am working on a docker buildfile with Konlpy on Alpine linux and am doing well with this.
The only downside is that I've had to install t…
-
Hi I am not a native speaker of korean and I am wondering how to use konlpy's tagging results to do korean spacing?
For instance, in this doc https://konlpy.org/en/latest/morph/?highlight=spacing#…
-
Inherit `Counter` from `collections`, and apply filters.
### Some filter examples:
- Minimum length of terms (minsyl)
- (General) Stopwords
- Include/exclude specific (POS or other kind of) tags
…
-
안녕하세요,
[nsmc 데이터셋](https://github.com/e9t/nsmc)에 대해 `konlpy.tag.Kkma.morphs` 작업을 병렬로 처리하려고 아래와 같이 코드를 작성하였습니다.
```python
import konlpy as kp
import multiprocessing as mp
# Dataset loaded a…
wldhg updated
2 years ago
-
*****$ pip3 install JPype1-py3
Collecting JPype1-py3
Using cached JPype1-py3-0.5.5.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
…
-
# Emoji의 시대
#215 이슈에서 볼 수 있는 것처럼 현재 Hannanum, Kkma, Okt, Komoran 등 JVM 계열 tagger를 사용할 경우 인자에 emoji를 포함한 string이 입력될 시에 프로세스가 종료되는 현상이 있습니다. Python 상에서 이를 해결하는 방법은 몇 가지가 있는데요, 아래와 같은 굉장히 단순무식한 Tagge…