STARK
{{ _('About') }}
{{ _('switch_code') }}
{{ _('intro_description') }}
{{ _('Input data') }}
{{ _('Upload a treebank') }}
{{ _('in CONLL-U format') }} (
{{ _('Help') }}
)
{{ _('Browse') }}
{% if 'file' in validation %}
{% endif %}
{{ _('Or') }}
{{ _('insert a URL link to a treebank in CONLL-U format') }} (
{{ _('Example') }}
)
{% if 'input_url' in validation %}
{% endif %}
{{ _('Tree specification') }}
{{ _('Tree size') }}
: {{ _('number of tokens in the tree') }} (
{{ _('Help') }}
)
{{ _('Node type') }}
: {{ _('token characteristics to consider') }} (
{{ _('Help') }}
)
{{ _('Part-of-speech') }}
{% if 'node_type' in validation %}
{% endif %}
{{ _('Lemma') }}
{{ _('Form') }}
{% if 'node_type' in validation %}
{{ validation['node_type'] }}
{% endif %}
add
{{ _('Advanced settings') }}
{{ _('Labeled trees') }}
: {{ _('include names of dependency relations') }} (
{{ _('Help') }}
)
{{ _('No') }}
{{ _('Yes') }}
{{ _('Fixed order') }}
: {{ _('differentiate trees based on surface word order') }} (
{{ _('Help') }}
)
{{ _('No') }}
{{ _('Yes') }}
{{ _('Association measures') }}
: {{ _('print MI, logDice and t-score') }} (
{{ _('Help') }}
)
{{ _('No') }}
{{ _('Yes') }}
{{ _('Frequency threshold') }}
: {{ _('specify the minimum frequency of a tree in the treebank') }} (
{{ _('Help') }}
)
{% if 'frequency_threshold' in validation %}
{% endif %}
{{ _('Head') }}
: {{ _('specify potential restrictions on the head node') }} (
{{ _('Help') }}
)
{% if 'general' in validation %}
{{ validation['general'] }}
{% endif %}
{{ _('Submit') }}
send
{{ _('No results') }}
{{ _('Processing with your settings didnt produce any results!') }}
{% if 'results' in validation %} {% endif %}