Added about + Small fixes

This commit is contained in:
2024-03-13 09:06:09 +01:00
parent 8c196a44ef
commit 33c6731be0
10 changed files with 351 additions and 157 deletions

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-03-06 09:29+0100\n"
"POT-Creation-Date: 2024-03-13 09:03+0100\n"
"PO-Revision-Date: 2024-02-14 14:36+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: en <LL@li.org>\n"
@@ -27,82 +27,94 @@ msgid "Frequency"
msgstr ""
#: app.py:110
msgid "Number of nodes"
msgstr "Node count"
#: app.py:111
msgid "Head node"
msgstr "Head"
#: app.py:112
msgid "Grew-match URL"
msgstr ""
#: app.py:113
msgid "Order"
msgstr ""
#: app.py:114
msgid "MI"
msgstr ""
#: app.py:115
msgid "logDice"
msgstr ""
#: app.py:116
msgid "t-score"
msgstr ""
#: app.py:119
msgid "Frequency in A"
msgstr "Frequency-A"
#: app.py:120
msgid "Frequency in B"
msgstr "Frequency-B"
#: app.py:175 app.py:176
#: app.py:111
msgid "Order"
msgstr ""
#: app.py:112
msgid "Number of nodes"
msgstr "Node count"
#: app.py:113
msgid "Head node"
msgstr "Head"
#: app.py:114
msgid "Grew-match URL"
msgstr ""
#: app.py:115
msgid "%DIFF"
msgstr ""
#: app.py:116
msgid "OR"
msgstr ""
#: app.py:117
msgid "BIC"
msgstr ""
#: app.py:118
msgid "MI"
msgstr ""
#: app.py:119
msgid "logDice"
msgstr ""
#: app.py:120
msgid "t-score"
msgstr ""
#: app.py:123
msgid "Frequency in A"
msgstr "Frequency-A"
#: app.py:181 app.py:182
msgid "Please insert either input url or file, not both of them."
msgstr "Please insert either a file or a URL link, not both of them."
#: app.py:186 app.py:281
#: app.py:192 app.py:287
msgid "Incorrect URL!"
msgstr ""
#: app.py:188 app.py:189
#: app.py:194 app.py:195
msgid "Please insert either input url or provide a file."
msgstr "Please insert either a file or a URL link."
#: app.py:201
#: app.py:207
msgid "Please provide information about minimum and maximum tree size."
msgstr ""
#: app.py:205
#: app.py:211
msgid "Tree size minimum should be smaller than tree size maximum."
msgstr ""
#: app.py:216
#: app.py:222
msgid "Please select at least one node type."
msgstr ""
#: app.py:221
#: app.py:227
msgid "Node option"
msgstr "Node option"
#: app.py:221
#: app.py:227
msgid "is not supported. Please enter valid options."
msgstr ""
#: app.py:269 app.py:270
#: app.py:275 app.py:276
msgid "Please insert either compare url or file, not both of them."
msgstr "Please insert either a file or a URL link, not both of them."
#: app.py:293
#: app.py:299
msgid "Please insert an Integer."
msgstr "Please insert an integer number."
#: app.py:318
#: app.py:324
msgid ""
"Processing failed! Please recheck your settings, e.g. input format or head "
"node description."
@@ -110,15 +122,15 @@ msgstr ""
"Processing failed! Please recheck your settings, e.g. input format or query "
"description."
#: app.py:327
#: app.py:333
msgid "Frequency "
msgstr ""
#: app.py:327
#: app.py:333
msgid "Frequency in A "
msgstr "Frequency-A "
#: app.py:328 templates/base.html:20 templates/base.html:22
#: app.py:334 templates/base.html:20 templates/base.html:22
#: templates/index.html:8 templates/result.html:15
msgid "code"
msgstr "en"
@@ -128,14 +140,61 @@ msgid "About"
msgstr "About"
#: templates/about.html:10
msgid "intro_description"
msgid "stark_description"
msgstr ""
"Welcome to the online demo interface for STARK - a highly-customizible tool "
"designed to extract various types of syntactic trees from dependency-parsed "
"corpora (treebanks). Unlike the original command-line version, this user-"
"friendly interface offers a streamlined set of settings, which are described "
"in more detail here. Simply upload your treebank and click SUBMIT to view "
"the initial results!"
"is a versatile tool designed for analyzing and understanding the structure "
"of sentences in large text collections, known as treebanks. It works by "
"identifying and extracting various types of syntactic structures, or "
"'trees', to reveal which structures occur in a language and how significant "
"they are with respect to their frequency and other useful corpus linguistic "
"metrics."
#: templates/about.html:13
msgid "stark_goal1"
msgstr "STARK is primarily aimed at processing treebanks based on the "
#: templates/about.html:13
msgid "stark_goal2"
msgstr ""
" annotation scheme, but it also takes any other dependency treebank in the "
"CONLL-U format as input. Essentially, the tool generates a tabular file with "
"a frequency list of all the trees matching the "
#: templates/about.html:13
msgid "user-defined parameters"
msgstr ""
#: templates/about.html:13
msgid "stark_goal3"
msgstr ""
". The flexibility of these settings allows the users to conduct a wide "
"spectrum of investigations on both lexicalized and delexicalized trees -- "
"from broad, bottom-up treebank analyses (e.g. extracting all noun-headed "
"trees) to more detailed, top-down treebank querying (e.g. extracting all "
"predicates with two objects)."
#: templates/about.html:16
msgid "stark_credits"
msgstr ""
"STARK has been developed by Kaja Dobrovoljc, Luka Krsnik and Marko Robnik "
"Šikonja as part of the 2019 CLARIN.SI Resource and Service Development grant "
"and the research project "
#: templates/about.html:16
msgid "SPOT: A Treebank-Driven Approach to the Study of Spoken Slovenian"
msgstr ""
#: templates/about.html:16
msgid "stark_credits2"
msgstr ""
" (ARIS grant no. Z6-4617). With the support of CJVT UL, this online "
"interface has been developed to demonstrate STARK's functionalities to a "
"wider audience, but provides a simplified set of options compared to the "
"comprehensive command-line version of STARK, available at: "
#: templates/about.html:16
msgid "stark_credits3"
msgstr "."
#: templates/base.html:23
msgid "switch_link"
@@ -336,3 +395,12 @@ msgstr "Back to selected settings"
#: templates/result.html:16
msgid "Download complete results"
msgstr "Download complete results"
#~ msgid "intro_description"
#~ msgstr ""
#~ "Welcome to the online demo interface for STARK - a highly-customizible "
#~ "tool designed to extract various types of syntactic trees from dependency-"
#~ "parsed corpora (treebanks). Unlike the original command-line version, "
#~ "this user-friendly interface offers a streamlined set of settings, which "
#~ "are described in more detail here. Simply upload your treebank and click "
#~ "SUBMIT to view the initial results!"