자연어 처리

    영어 단어 코퍼스

    479k의 영어단어를 포함하는 텍스트 파일을 제공합니다. 영어 자동 완성 및 단어 추천에 활용 가능합니다. https://github.com/dwyl/english-words GitHub - dwyl/english-words: A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-com :memo: A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion / autosuggestion - GitHub - dwyl/english-words: A text fi..

    mecab 설치 - ubuntu 18.04

    Ubuntu 18.04 기준 sudo 명령어가 필요하므로 root 계정에서의 설치를 권장합니다. 스크립트 기반 설치 또는 python 패키지 기반의 설치가 가능합니다. python 패키지 기반의 경우 mecab을 python 에서 사용하기 위한 바인딩 모듈(python-mecab-ko)과 함께 설치되므로, 해당 기능을 사용하지 않을 경우 스크립트 기반 설치를 권장합니다. 필수 패키지 설치 sudo apt install build-essential autoconf 스크립트 기반 설치 cd mkdir mecab cd mecab wget https://bitbucket.org/eunjeon/mecab-ko/downloads/mecab-0.996-ko-0.9.2.tar.gz tar xvzf mecab-0.996..