Category: Python

[Env] Python3 – Konlpy

 – Env : Ubuntu, Conda3.5(Python 3.5) ,  Java1.8 1. install konlpy pip install nltk-3.2.1 pip install konlpy-0.4.4 2. install open jdk apt-get install openjdk-8-jdk  3. install lib’s for compile sudo apt-get install g++ python-dev  4. install jpype with conda conda install -c conda-forge jpype1 5. Mecab Install https://bitbucket.org/eunjeon/mecab-ko-dic/downloads-dic/downloads install mecab with konlpy sudo apt-get install curl bash […]

Read more

Pycharm – Watch limit size increase

For an intelligent IDE, it is essential to be in the know about any external changes in files it is working with – e.g. changes made by VCS, or build tools, or code generators etc. For that reason, IntelliJ platform spins background process to monitor such changes. The method it uses is platform-specific, and on […]

Read more

Python 요약 정리

좋은 어플이 있다. “Learn Python” 시간날 때마다 짬잠히 보다보니 일주일만에 완독. 단계별 설명, 예제, 실습, 연습문제, 단계별 평가문제까지 구성이 굉장히 잘 되어 있다. 다른 언어를 사용한 경험이 있다면 아주 쉽게 학습이 가능하다. 다만 문법중에 외워서 사용해야 할 것들이 있으니 Java 와 syntax 나 개념이 상이한 것 위주로 요약 노트처럼 정리해 보고자 한다. 가) Basic Concept […]

Read more