Spacy는 고급 자연어 처리를 도와주는 python 라이브러리이다. Spacy 설치방법 : https://spacy.io/usage Install spaCy · spaCy Usage Documentation spaCy is a free open-source library for Natural Language Processing in Python. It features NER, POS tagging, dependency parsing, word vectors and more. spacy.io 내가 설치하고자 하는 path에서 아래의 커맨드로 설치 - Linux에 pip으로 설치의 경우 pip install -U pip setuptools wheel pip install -U spacy python -m ..