AIdeaText commited on
Commit
6bf8d03
1 Parent(s): 75be026

Update modules/syntax_analysis.py

Browse files
Files changed (1) hide show
  1. modules/syntax_analysis.py +1 -1
modules/syntax_analysis.py CHANGED
@@ -1,6 +1,6 @@
1
  # syntax_analysis.py
2
- import spacy
3
  import streamlit as st
 
4
  import networkx as nx
5
  import matplotlib.pyplot as plt
6
  from collections import Counter
 
1
  # syntax_analysis.py
 
2
  import streamlit as st
3
+ import spacy
4
  import networkx as nx
5
  import matplotlib.pyplot as plt
6
  from collections import Counter