Jio
Jio
안녕하세요, [nsmc 데이터셋](https://github.com/e9t/nsmc)에 대해 `konlpy.tag.Kkma.morphs` 작업을 병렬로 처리하려고 아래와 같이 코드를 작성하였습니다. ```python import konlpy as kp import multiprocessing as mp # Dataset loaded as `dataset` kkma = None def...
I wanted to display color bar under now-menu. But if now-page is not main page, color bar did not displayed. So I resolved this problem with code below. ```jade (Changing...
In index page, when profile url is short, profile image goes right. In other words, `float: right` does not work. So I resolved this problem like below. ```CSS /* On...