Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -385,7 +385,7 @@ def analysis(Manifesto,Search):
|
|
385 |
img4=fDistancePlot(text_Party)
|
386 |
img5=DispersionPlot(text_Party)
|
387 |
#concordance(text_Party,Search)
|
388 |
-
searChRes=
|
389 |
searChRes=searChRes.replace(Search,"\u0332".join(Search))
|
390 |
return searChRes,fdist_Party,img1,img2,img3,img4,img5
|
391 |
|
|
|
385 |
img4=fDistancePlot(text_Party)
|
386 |
img5=DispersionPlot(text_Party)
|
387 |
#concordance(text_Party,Search)
|
388 |
+
searChRes=get_all_phases_containing_tar_wrd(Search,text_Party)
|
389 |
searChRes=searChRes.replace(Search,"\u0332".join(Search))
|
390 |
return searChRes,fdist_Party,img1,img2,img3,img4,img5
|
391 |
|