ladapetrushenko commited on
Commit
b71f7f7
·
verified ·
1 Parent(s): 1854cdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -3,6 +3,9 @@ from construction_prediction.constants import load_w2v
3
  from construction_prediction.construction_calculator import get_collocates_for_word_type
4
 
5
  st.title('Construction Calculator')
 
 
 
6
  form = st.form('Form')
7
  target_word = form.text_input(label='Input the target word:',
8
  placeholder='Input the target word',
 
3
  from construction_prediction.construction_calculator import get_collocates_for_word_type
4
 
5
  st.title('Construction Calculator')
6
+ st.write('''Related article: Petrushenko L., Mitrofanova O. Predicting Style-Dependent Collocations in Russian Text Corpora. //
7
+ The 17th Workshop on Recent Advances in Slavonic Natural Languages Processing, RASLAN 2023, Kouty nad Desnou, Czech Republic, December 8-10, 2023. –
8
+ pp. 79–89. – URL: http://nlp.fi.muni.cz/raslan/2023/paper13.pdf''')
9
  form = st.form('Form')
10
  target_word = form.text_input(label='Input the target word:',
11
  placeholder='Input the target word',