changed size of expander title of 5th FAQ question
Browse files
app.py
CHANGED
@@ -434,8 +434,10 @@ if selected == "FAQ":
|
|
434 |
Homer to the early fifth century AD) compiled for linguistic analyses’ (Vatri & McGillivray \
|
435 |
2018: 55). The Diorisis corpus contains a subset of the texts that can be found in the \
|
436 |
Thesaurus Linguae Graecae. More information about the works and authors included in each \
|
437 |
-
subcorpus is
|
438 |
-
)
|
|
|
|
|
439 |
|
440 |
with st.expander(r"$\textsf{\Large How was the corpus divided into time slices?}$"):
|
441 |
st.write(
|
@@ -447,7 +449,8 @@ if selected == "FAQ":
|
|
447 |
1-250 CE; Late Roman: 251-500 CE."
|
448 |
)
|
449 |
|
450 |
-
|
|
|
451 |
st.write(
|
452 |
"Computational semantics is based on the Distributional Hypothesis. According to this \
|
453 |
hypothesis, words used in similar lexical contexts (contexts of words surrounding them) will \
|
|
|
434 |
Homer to the early fifth century AD) compiled for linguistic analyses’ (Vatri & McGillivray \
|
435 |
2018: 55). The Diorisis corpus contains a subset of the texts that can be found in the \
|
436 |
Thesaurus Linguae Graecae. More information about the works and authors included in each \
|
437 |
+
subcorpus is <a href="#" id="subcorpora">here</a>.'''
|
438 |
+
, unsafe_allow_html=True)
|
439 |
+
|
440 |
+
|
441 |
|
442 |
with st.expander(r"$\textsf{\Large How was the corpus divided into time slices?}$"):
|
443 |
st.write(
|
|
|
449 |
1-250 CE; Late Roman: 251-500 CE."
|
450 |
)
|
451 |
|
452 |
+
|
453 |
+
with st.expander(r"$\textsf{\small Which are the theoretical assumptions behind distributional semantic models, such as Word Embeddings?}$"):
|
454 |
st.write(
|
455 |
"Computational semantics is based on the Distributional Hypothesis. According to this \
|
456 |
hypothesis, words used in similar lexical contexts (contexts of words surrounding them) will \
|