Spaces:
Runtime error
Runtime error
Update HebEMO.py
Browse files
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 |
-
|
28 |
-
|
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
|