Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -199,7 +199,7 @@ extractor = NounExtractor(nlp=nlp)
|
|
| 199 |
# Example of how to use this function
|
| 200 |
# words_list = ["so", "because", "contribute", "due to", "therefore", "as"]
|
| 201 |
causative_verb = ['affect', 'influence', 'increase', 'against', 'bring', 'lead', 'result', 'cause', 'is to', 'was to',
|
| 202 |
-
'are to', "were to", 'contribute', 'make', 'attribute', 'provoke'
|
| 203 |
|
| 204 |
# Define the callback function for the GUI
|
| 205 |
def CogMapAnalysis(text):
|
|
|
|
| 199 |
# Example of how to use this function
|
| 200 |
# words_list = ["so", "because", "contribute", "due to", "therefore", "as"]
|
| 201 |
causative_verb = ['affect', 'influence', 'increase', 'against', 'bring', 'lead', 'result', 'cause', 'is to', 'was to',
|
| 202 |
+
'are to', "were to", 'contribute', 'make', 'attribute', 'provoke']
|
| 203 |
|
| 204 |
# Define the callback function for the GUI
|
| 205 |
def CogMapAnalysis(text):
|