Spaces:
Running
Running
Update modules/morphosyntax/morphosyntax_interface.py
Browse files
modules/morphosyntax/morphosyntax_interface.py
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
#modules/morphosyntax/morphosyntax_interface.py
|
| 2 |
import streamlit as st
|
| 3 |
-
import pandas as pd
|
| 4 |
-
import spacy_streamlit
|
| 5 |
from streamlit_float import *
|
| 6 |
from streamlit_antd_components import *
|
| 7 |
from streamlit.components.v1 import html
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
import base64
|
| 9 |
import re
|
| 10 |
|
|
|
|
| 1 |
#modules/morphosyntax/morphosyntax_interface.py
|
| 2 |
import streamlit as st
|
|
|
|
|
|
|
| 3 |
from streamlit_float import *
|
| 4 |
from streamlit_antd_components import *
|
| 5 |
from streamlit.components.v1 import html
|
| 6 |
+
import spacy
|
| 7 |
+
from spacy import displacy
|
| 8 |
+
import spacy_streamlit
|
| 9 |
+
import pandas as pd
|
| 10 |
import base64
|
| 11 |
import re
|
| 12 |
|