Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -349,8 +349,7 @@ url="https://drive.google.com/uc?id=1HVZvTtYntl0YKLnE0cwu0CvAIRhXOv60&export=dow
|
|
| 349 |
path_input = "./Congress_Manifesto_2019.pdf"
|
| 350 |
urllib.request.urlretrieve(url, filename=path_input)
|
| 351 |
'''
|
| 352 |
-
def analysis(Manifesto,Search):
|
| 353 |
-
plt.close('all')
|
| 354 |
raw_party = Parsing(Manifesto)
|
| 355 |
text_Party=clean_text(raw_party)
|
| 356 |
text_Party= Preprocess(text_Party)
|
|
|
|
| 349 |
path_input = "./Congress_Manifesto_2019.pdf"
|
| 350 |
urllib.request.urlretrieve(url, filename=path_input)
|
| 351 |
'''
|
| 352 |
+
def analysis(Manifesto,Search):
|
|
|
|
| 353 |
raw_party = Parsing(Manifesto)
|
| 354 |
text_Party=clean_text(raw_party)
|
| 355 |
text_Party= Preprocess(text_Party)
|