Nick Canu commited on
Commit
98f8d85
·
1 Parent(s): d7ea903
Files changed (1) hide show
  1. title_generator.py +1 -1
title_generator.py CHANGED
@@ -1,8 +1,8 @@
1
  import pandas as pd
2
  import re
3
  import nltk
4
- from nltk.corpus import stopwords
5
  nltk.download('stopwords')
 
6
  from gensim.parsing import preprocess_string, strip_tags, strip_numeric, strip_multiple_whitespaces, stem_text, strip_punctuation, remove_stopwords
7
  import spacy
8
  import torch
 
1
  import pandas as pd
2
  import re
3
  import nltk
 
4
  nltk.download('stopwords')
5
+ from nltk.corpus import stopwords
6
  from gensim.parsing import preprocess_string, strip_tags, strip_numeric, strip_multiple_whitespaces, stem_text, strip_punctuation, remove_stopwords
7
  import spacy
8
  import torch