#!/usr/bin/env python # coding: utf-8 # # **NLP and NLTK** # # ## **1 NLTK** # 자연어 관련 자료모음 # In[4]: from nltk import corpus len(dir(corpus)), dir(corpus)[:15] # In[ ]: # In[ ]: # In[ ]: