sy-lac commited on
Commit
617e0ad
1 Parent(s): 4d8d670

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ from sklearn.metrics.pairwise import cosine_similarity
30
  def number_words(text):
31
  word = text.split()
32
  return 'Nombre de mots : {} Nombre de mots uniques : {}'.format(len(word), len(Counter(word)))
33
-
34
  # polarité
35
  def polarity(text):
36
  tb = Blobber(pos_tagger=PatternTagger(), analyzer=PatternAnalyzer())
 
30
  def number_words(text):
31
  word = text.split()
32
  return 'Nombre de mots : {} Nombre de mots uniques : {}'.format(len(word), len(Counter(word)))
33
+
34
  # polarité
35
  def polarity(text):
36
  tb = Blobber(pos_tagger=PatternTagger(), analyzer=PatternAnalyzer())