ningrumdaud commited on
Commit
6d8df65
·
verified ·
1 Parent(s): 4115c9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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