TIL/잡다한
2018. 3. 19.
[NLTK] 자연어 처리 모듈 nltk 설치 및 사용법
자연어 처리에서 잘쓰이는 nltk 모듈 어떤 한 문장에서 단어들을 분리시켜주는 역할을 하는데사용 결과는 다음과 같다[참조: https://www.reddit.com/r/pythontips/comments/4mu9qq/word_count_using_text_mining_module_nltk_natural/ ] >>> from nltk.corpus import stopwords >>> from nltk.tokenize import RegexpTokenizer >>> zen = """ The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex..