ThanhHoang commited on
Commit
517f593
·
verified ·
1 Parent(s): 2175b3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import numpy as np
2
  import pandas as pd
3
- !pip install neattext # Installing the neattext library
4
  import neattext.functions as ntf
5
  from sklearn.feature_extraction.text import TfidfVectorizer,CountVectorizer,TfidfTransformer
6
  from sklearn.pipeline import Pipeline
 
1
  import numpy as np
2
  import pandas as pd
3
+ #!pip install neattext # Installing the neattext library
4
  import neattext.functions as ntf
5
  from sklearn.feature_extraction.text import TfidfVectorizer,CountVectorizer,TfidfTransformer
6
  from sklearn.pipeline import Pipeline