avichr commited on
Commit
af21e08
·
1 Parent(s): 82fae2a

Update HebEMO.py

Browse files
Files changed (1) hide show
  1. HebEMO.py +2 -2
HebEMO.py CHANGED
@@ -24,8 +24,8 @@ class HebEMO:
24
  input_path(str): the path to the text file (txt file, each row for different instance)
25
  returns pandas DataFrame of the analyzed texts and save it to the same dir of the input file
26
  '''
27
- try: from pyplutchik import plutchik
28
- except: from spider_plot import spider_plot
29
 
30
  import matplotlib.pyplot as plt
31
  import pandas as pd
 
24
  input_path(str): the path to the text file (txt file, each row for different instance)
25
  returns pandas DataFrame of the analyzed texts and save it to the same dir of the input file
26
  '''
27
+ from pyplutchik import plutchik
28
+ from spider_plot import spider_plot
29
 
30
  import matplotlib.pyplot as plt
31
  import pandas as pd