Update modules/syntax_analysis.py
Browse files
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
|