Updated to new STARK version + some small updates

This commit is contained in:
2024-07-04 13:39:46 +02:00
parent ce50960fb5
commit adff072475
10 changed files with 300 additions and 2562 deletions
+73 -65
View File
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-03-13 11:06+0100\n"
"POT-Creation-Date: 2024-07-04 11:51+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -46,88 +46,84 @@ msgid "Grew-match URL"
msgstr ""
#: app.py:115
msgid "%DIFF"
msgid "Ratio"
msgstr ""
#: app.py:116
msgid "OR"
msgid "%DIFF"
msgstr ""
#: app.py:117
msgid "BIC"
msgid "OR"
msgstr ""
#: app.py:118
msgid "MI"
msgid "BIC"
msgstr ""
#: app.py:119
msgid "logDice"
msgid "MI"
msgstr ""
#: app.py:120
msgid "logDice"
msgstr ""
#: app.py:121
msgid "t-score"
msgstr ""
#: app.py:123
#: app.py:124
msgid "Frequency in A"
msgstr ""
#: app.py:181 app.py:182
#: app.py:188 app.py:189
msgid "Please insert either input url or file, not both of them."
msgstr ""
#: app.py:192 app.py:287
#: app.py:199 app.py:280
msgid "Incorrect URL!"
msgstr ""
#: app.py:194 app.py:195
#: app.py:201 app.py:202
msgid "Please insert either input url or provide a file."
msgstr ""
#: app.py:207
msgid "Please provide information about minimum and maximum tree size."
msgstr ""
#: app.py:211
msgid "Tree size minimum should be smaller than tree size maximum."
msgstr ""
#: app.py:222
#: app.py:210
msgid "Please select at least one node type."
msgstr ""
#: app.py:227
#: app.py:215
msgid "Node option"
msgstr ""
#: app.py:227
#: app.py:215
msgid "is not supported. Please enter valid options."
msgstr ""
#: app.py:275 app.py:276
#: app.py:268 app.py:269
msgid "Please insert either compare url or file, not both of them."
msgstr ""
#: app.py:299
#: app.py:292
msgid "Please insert an Integer."
msgstr ""
#: app.py:324
#: app.py:317
msgid ""
"Processing failed! Please recheck your settings, e.g. input format or "
"head node description."
msgstr ""
#: app.py:333
#: app.py:326
msgid "Frequency "
msgstr ""
#: app.py:333
#: app.py:326
msgid "Frequency in A "
msgstr ""
#: app.py:334 templates/base.html:20 templates/base.html:22
#: app.py:327 templates/base.html:20 templates/base.html:22
#: templates/index.html:8 templates/result.html:15
msgid "code"
msgstr ""
@@ -212,19 +208,19 @@ msgstr ""
msgid "Upload a treebank"
msgstr ""
#: templates/index.html:12 templates/index.html:20 templates/index.html:160
#: templates/index.html:167
#: templates/index.html:12 templates/index.html:20 templates/index.html:171
#: templates/index.html:178
msgid "in CONLL-U format"
msgstr ""
#: templates/index.html:12 templates/index.html:41 templates/index.html:49
#: templates/index.html:89 templates/index.html:104 templates/index.html:120
#: templates/index.html:126 templates/index.html:132 templates/index.html:140
#: templates/index.html:159 templates/index.html:160
#: templates/index.html:12 templates/index.html:44 templates/index.html:48
#: templates/index.html:94 templates/index.html:109 templates/index.html:125
#: templates/index.html:131 templates/index.html:137 templates/index.html:143
#: templates/index.html:151 templates/index.html:170 templates/index.html:171
msgid "Help"
msgstr ""
#: templates/index.html:15 templates/index.html:163
#: templates/index.html:15 templates/index.html:174
msgid "Browse"
msgstr ""
@@ -232,15 +228,15 @@ msgstr ""
msgid "Upload"
msgstr ""
#: templates/index.html:29 templates/index.html:177
#: templates/index.html:29 templates/index.html:188
msgid "Or"
msgstr ""
#: templates/index.html:29 templates/index.html:177
#: templates/index.html:29 templates/index.html:188
msgid "insert a URL link to a treebank in CONLL-U format"
msgstr ""
#: templates/index.html:29 templates/index.html:177
#: templates/index.html:29 templates/index.html:188
msgid "Example"
msgstr ""
@@ -248,117 +244,129 @@ msgstr ""
msgid "Tree specification"
msgstr ""
#: templates/index.html:41
#: templates/index.html:44
msgid "Tree size"
msgstr ""
#: templates/index.html:41
#: templates/index.html:44
msgid "number of tokens in the tree"
msgstr ""
#: templates/index.html:49
#: templates/index.html:48
msgid "Node type"
msgstr ""
#: templates/index.html:49
#: templates/index.html:48
msgid "token characteristics to consider"
msgstr ""
#: templates/index.html:55
#: templates/index.html:54
msgid "No type"
msgstr ""
#: templates/index.html:63
msgid "Part-of-speech"
msgstr ""
#: templates/index.html:64
#: templates/index.html:69
msgid "Lemma"
msgstr ""
#: templates/index.html:70
#: templates/index.html:75
msgid "Form"
msgstr ""
#: templates/index.html:84
#: templates/index.html:89
msgid "Advanced settings"
msgstr ""
#: templates/index.html:89
#: templates/index.html:94
msgid "Labeled trees"
msgstr ""
#: templates/index.html:89
#: templates/index.html:94
msgid "include names of dependency relations"
msgstr ""
#: templates/index.html:93 templates/index.html:108 templates/index.html:144
#: templates/index.html:98 templates/index.html:113 templates/index.html:155
msgid "No"
msgstr ""
#: templates/index.html:96 templates/index.html:111 templates/index.html:147
#: templates/index.html:101 templates/index.html:116 templates/index.html:158
msgid "Yes"
msgstr ""
#: templates/index.html:104
#: templates/index.html:109
msgid "Fixed order"
msgstr ""
#: templates/index.html:104
#: templates/index.html:109
msgid "differentiate trees based on surface word order"
msgstr ""
#: templates/index.html:120
#: templates/index.html:125
msgid "Head"
msgstr ""
#: templates/index.html:120
#: templates/index.html:125
msgid "specify potential restrictions on the head node"
msgstr ""
#: templates/index.html:126
#: templates/index.html:131
msgid "Ignored labels"
msgstr ""
#: templates/index.html:131
msgid "specify the dependency labels of nodes to be ignored"
msgstr ""
#: templates/index.html:137
msgid "Query"
msgstr ""
#: templates/index.html:126
#: templates/index.html:137
msgid "write a query. Note: Tree size attribute will be ignored!"
msgstr ""
#: templates/index.html:132
#: templates/index.html:143
msgid "Frequency threshold"
msgstr ""
#: templates/index.html:132
#: templates/index.html:143
msgid "specify the minimum frequency of a tree in the treebank"
msgstr ""
#: templates/index.html:140
#: templates/index.html:151
msgid "Association measures"
msgstr ""
#: templates/index.html:140
#: templates/index.html:151
msgid "print MI, logDice and t-score"
msgstr ""
#: templates/index.html:155
#: templates/index.html:166
msgid "Compare treebanks"
msgstr ""
#: templates/index.html:159
#: templates/index.html:170
msgid ""
"Select a reference treebank to identify key phenomena (prints the "
"&#37;DIFF, BIC and OR keyness scores)."
msgstr ""
#: templates/index.html:160 templates/index.html:167
#: templates/index.html:171 templates/index.html:178
msgid "Upload a compare corpus"
msgstr ""
#: templates/index.html:191
#: templates/index.html:202
msgid "Submit"
msgstr ""
#: templates/index.html:199
#: templates/index.html:210
msgid "No results"
msgstr ""
#: templates/index.html:200
#: templates/index.html:211
msgid "Processing with your settings didnt produce any results!"
msgstr ""