Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ extractor = NounExtractor(nlp=nlp)
|
|
176 |
extractor = NounExtractor(nlp=nlp)
|
177 |
|
178 |
# Example of how to use this function
|
179 |
-
words_list = ["so", "because", "contribute", "due to", "therefore", "as"]
|
180 |
causative_verb = ['affect', 'influence', 'increase', 'against', 'bring', 'lead', 'result', 'cause']
|
181 |
|
182 |
# Define the callback function for the GUI
|
|
|
176 |
extractor = NounExtractor(nlp=nlp)
|
177 |
|
178 |
# Example of how to use this function
|
179 |
+
words_list = ["so", "because", "contribute", "due to", "therefore", "as", "to"]
|
180 |
causative_verb = ['affect', 'influence', 'increase', 'against', 'bring', 'lead', 'result', 'cause']
|
181 |
|
182 |
# Define the callback function for the GUI
|