ningrumdaud commited on
Commit
84cf580
1 Parent(s): e2a154f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ extractor = NounExtractor(nlp=nlp)
198
 
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', 'are to', "were to", 'contribute', 'make', 'attribute']
202
 
203
  # Define the callback function for the GUI
204
  def CogMapAnalysis(text):
 
198
 
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', 'are to', "were to", 'contribute', 'make', 'attribute', 'provoke']
202
 
203
  # Define the callback function for the GUI
204
  def CogMapAnalysis(text):