Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. import re
  2. import string
  3. import pandas as pd
  4. import numpy as np
  5. import matplotlib.pyplot as plt
  6. import seaborn as sns
  7. import deepcut
  8. import nltk
  9.  
  10. from pythainlp.corpus import thai_stopwords, wordnet
  11. from nltk.stem.porter import PorterStemmer
  12. from nltk.corpus import words
  13. from stop_words import get_stop_words
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement