AIdeaText commited on
Commit
348739a
1 Parent(s): 2da3ebe

Update modules/semantic_analysis.py

Browse files
Files changed (1) hide show
  1. modules/semantic_analysis.py +1 -1
modules/semantic_analysis.py CHANGED
@@ -4,7 +4,7 @@ import spacy
4
  import networkx as nx
5
  import matplotlib.pyplot as plt
6
  from collections import Counter
7
- from collections import defaultdic
8
 
9
  # Remove the global nlp model loading
10
 
 
4
  import networkx as nx
5
  import matplotlib.pyplot as plt
6
  from collections import Counter
7
+ from collections import defaultdict
8
 
9
  # Remove the global nlp model loading
10