ningrumdaud commited on
Commit
0a8faa6
·
verified ·
1 Parent(s): 5b5cb38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ extractor = NounExtractor(nlp=nlp)
175
 
176
  # Example of how to use this function
177
  words_list = ["so", "because", "contribute", "due to", "therefore", "as", "to"]
178
- causative_verb = ['affect', 'influence', 'increase', 'against', 'bring', 'lead', 'result', 'cause', 'to']
179
 
180
  # Define the callback function for the GUI
181
  def CogMapAnalysis(text):
 
175
 
176
  # Example of how to use this function
177
  words_list = ["so", "because", "contribute", "due to", "therefore", "as", "to"]
178
+ causative_verb = ['affect', 'influence', 'increase', 'against', 'bring', 'lead', 'result', 'cause', 'is to', 'was to', 'are to', "were to"]
179
 
180
  # Define the callback function for the GUI
181
  def CogMapAnalysis(text):