jclge commited on
Commit
13ae1f3
·
1 Parent(s): 101fb65

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ class NLP:
113
  return(tmp, self.__dummy_rat.score)
114
 
115
  def __get_vocabulary(self):
116
- with open("dataset/vocabulary_polarity.txt", "r") as o:
117
  res = o.read()
118
  self.__vocabulary = res.split("\n")
119
  self.__vocabulary = list(set(self.__vocabulary))
 
113
  return(tmp, self.__dummy_rat.score)
114
 
115
  def __get_vocabulary(self):
116
+ with open("models/vocabulary_polarity.txt", "r") as o:
117
  res = o.read()
118
  self.__vocabulary = res.split("\n")
119
  self.__vocabulary = list(set(self.__vocabulary))