2024-03-06 08:40:12 +00:00
{% extends "base.html" %}
{% block content %}
2024-01-22 13:56:12 +00:00
< div class = "container" >
< br >
< div class = "row" >
< div class = "col s12" >
2024-03-05 08:08:24 +00:00
2024-02-19 14:33:19 +00:00
< form autocomplete = "off" action = "{{ url_for('index', lang=_('code')) }}" method = "POST" enctype = "multipart/form-data" id = "submit-form" >
2024-03-05 08:08:24 +00:00
< h6 > {{ _('Input data') }}< / h6 >
2024-01-22 13:56:12 +00:00
< div class = "card" >
< div class = "card-content" >
2024-03-05 08:08:24 +00:00
<!-- <label><b>{{ _('Upload a treebank') }}</b> {{ _('in CONLL - U format') }} (<a class="nav - link" href="https://github.com/clarinsi/STARK/blob/master/settings.md#--input" target="_blank" title="{{ _('Help') }}"><span class="menu - title sr - only">{{ _('Help') }}</span></a>)</label> -->
2024-01-22 13:56:12 +00:00
< div class = "file-field input-field" >
2024-02-19 14:33:19 +00:00
< div class = "btn insidebutton" >
< span > {{ _('Browse') }}< / span >
2024-01-22 13:56:12 +00:00
< input type = "file" name = "file" / >
< / div >
< div class = "file-path-wrapper" >
2024-03-05 08:08:24 +00:00
<!-- <input class="file - path validate{% if 'file' in validation %} invalid{% endif %}" type="text" placeholder="{{ _('Upload') }}"/> -->
< input class = "file-path validate{% if 'file' in validation %} invalid{% endif %}" type = "text" placeholder = "{{ _('Upload a treebank') }} {{ _('in CONLL-U format') }}" / >
2024-01-22 13:56:12 +00:00
{% if 'file' in validation %}
< span class = "helper-text" data-error = "{{validation['file']}}" > < / span >
{% endif %}
< / div >
< / div >
< div class = "row" >
2024-07-25 07:29:10 +00:00
< div class = "input-field col s12 dynamic-height" >
2024-01-22 13:56:12 +00:00
< input id = "input_url" name = "input_url" type = "text" class = "validate{% if 'input_url' in validation %} invalid{% endif %}" >
2024-07-25 07:29:10 +00:00
< label for = "input_url" > < u > {{ _('Or') }}< / u > {{ _('insert a URL link to a treebank in CONLL-U format') }} < a class = "nav-link example-input-link" target = "_blank" href = "https://raw.githubusercontent.com/UniversalDependencies/UD_English-GUM/master/en_gum-ud-dev.conllu" title = "UD_English-GUM" > < span class = "menu-title sr-only" > UD_English-GUM< / span > < / a > -
< a class = "nav-link example-input-link" target = "_blank" href = "https://raw.githubusercontent.com/UniversalDependencies/UD_French-GSD/master/fr_gsd-ud-dev.conllu" title = "UD_French-GSD" > < span class = "menu-title sr-only" > UD_French-GSD< / span > < / a > -
< a class = "nav-link example-input-link" target = "_blank" href = "https://raw.githubusercontent.com/UniversalDependencies/UD_Slovenian-SSJ/master/sl_ssj-ud-dev.conllu" title = "UD_Slovenian-SSJ" > < span class = "menu-title sr-only" > UD_Slovenian-SSJ< / span > < / a > )< / label >
2024-01-22 13:56:12 +00:00
{% if 'input_url' in validation %}
< span class = "helper-text" data-error = "{{validation['input_url']}}" > < / span >
{% endif %}
< / div >
< / div >
< / div >
< / div >
< br >
2024-03-05 08:08:24 +00:00
< h6 > {{ _('Tree specification') }}< / h6 >
2024-01-22 13:56:12 +00:00
< div class = "card" >
< div class = "card-content" >
2024-03-05 08:08:24 +00:00
< label > < b > {{ _('Node type') }}< / b > : {{ _('token characteristics to consider') }} (< a class = "nav-link" href = "https://github.com/clarinsi/STARK/blob/master/settings.md#--node_type" target = "_blank" title = "{{ _('Help') }}" > < span class = "menu-title sr-only" > {{ _('Help') }}< / span > < / a > )< / label >
2024-01-22 13:56:12 +00:00
< div class = "row" >
< div class = "input-field" >
2024-07-04 11:39:46 +00:00
< div class = "col s3" >
< label >
< input type = "checkbox" class = "node_type filled-in {% if 'node_type' in validation %} invalid{% endif %}" name = "node_type_upos" / >
< span > {{ _('Part-of-speech') }}< / span >
< / label >
< / div >
< div class = "col s3" >
2024-01-22 13:56:12 +00:00
< label >
2024-07-04 11:39:46 +00:00
< input type = "checkbox" class = "node_type filled-in" name = "node_type_lemma" / >
2024-02-19 14:33:19 +00:00
< span > {{ _('Lemma') }}< / span >
2024-01-22 13:56:12 +00:00
< / label >
2023-10-04 15:24:40 +00:00
< / div >
2024-07-04 11:39:46 +00:00
< div class = "col s3" >
2024-01-22 13:56:12 +00:00
< label >
2024-07-04 11:39:46 +00:00
< input type = "checkbox" class = "node_type filled-in" name = "node_type_form" / >
2024-02-19 14:33:19 +00:00
< span > {{ _('Form') }}< / span >
2024-01-22 13:56:12 +00:00
< / label >
2023-10-04 15:24:40 +00:00
< / div >
2024-07-25 07:29:10 +00:00
< div class = "col s3" >
< label >
< input type = "checkbox" class = "node_type node_type_none filled-in {% if 'node_type' in validation %} invalid{% endif %}" name = "node_type_none" checked = "checked" / >
< span > {{ _('No type') }}< / span >
{% if 'node_type' in validation %}
< span class = "helper-text" data-error = "{{validation['node_type']}}" > < / span >
{% endif %}
< / label >
< / div >
2024-01-22 13:56:12 +00:00
<!-- Shared error message for all checkboxes -->
{% if 'node_type' in validation %}
< div class = "col s12" >
< span class = "validation-error" id = "node-type-error" > {{ validation['node_type'] }}< / span >
< / div >
{% endif %}
2023-10-04 15:24:40 +00:00
< / div >
< / div >
2024-01-22 13:56:12 +00:00
< div class = "row" >
< div class = "col s12" >
2024-03-05 08:08:24 +00:00
< label > < b > {{ _('Labeled trees') }}< / b > : {{ _('include names of dependency relations') }} (< a class = "nav-link" href = "https://github.com/clarinsi/STARK/blob/master/settings.md#--labeled" target = "_blank" title = "{{ _('Help') }}" > < span class = "menu-title sr-only" > {{ _('Help') }}< / span > < / a > )< / label >
2023-12-05 14:26:57 +00:00
< div class = "input-field" >
2024-01-22 13:56:12 +00:00
< div class = "switch" >
2023-10-04 15:24:40 +00:00
< label >
2024-02-19 14:33:19 +00:00
{{ _('No') }}
2024-01-22 13:56:12 +00:00
< input type = "checkbox" name = "labeled_trees" checked = "checked" >
< span class = "lever" > < / span >
2024-02-19 14:33:19 +00:00
{{ _('Yes') }}
2023-10-04 15:24:40 +00:00
< / label >
2023-12-05 14:26:57 +00:00
< / div >
2023-10-04 15:24:40 +00:00
< / div >
< / div >
< / div >
2024-01-22 13:56:12 +00:00
< div class = "row" >
< div class = "col s12" >
2024-03-05 08:08:24 +00:00
< label > < b > {{ _('Fixed order') }}< / b > : {{ _('differentiate trees based on surface word order') }} (< a class = "nav-link" href = "https://github.com/clarinsi/STARK/blob/master/settings.md#--fixed" target = "_blank" title = "{{ _('Help') }}" > < span class = "menu-title sr-only" > {{ _('Help') }}< / span > < / a > )< / label >
2024-01-22 13:56:12 +00:00
< div class = "input-field" >
< div class = "switch" >
< label >
2024-02-19 14:33:19 +00:00
{{ _('No') }}
2024-01-22 13:56:12 +00:00
< input type = "checkbox" name = "fixed_order" checked = "checked" >
< span class = "lever" > < / span >
2024-02-19 14:33:19 +00:00
{{ _('Yes') }}
2024-01-22 13:56:12 +00:00
< / label >
2023-10-04 15:24:40 +00:00
< / div >
< / div >
< / div >
2024-01-22 13:56:12 +00:00
< / div >
2024-07-25 07:29:10 +00:00
< / div >
< / div >
< br >
< h6 > < a class = "waves-effect waves-light inline expand" id = "advanced-tree-expand" > < i class = "material-icons em-1" > add< / i > {{ _('Advanced settings') }}< / a > < / h6 >
< div class = "card" id = "advanced-tree" >
< div class = "card-content" >
2024-01-22 13:56:12 +00:00
< div class = "row" >
2024-07-25 07:29:10 +00:00
< div class = "input-field col s12 dynamic-height" >
2024-03-05 08:08:24 +00:00
< input id = "root_restriction" name = "root_restriction" type = "text" class = "validate" >
< label for = "root_restriction" > < b > {{ _('Head') }}< / b > : {{ _('specify potential restrictions on the head node') }} (< a class = "nav-link" href = "https://github.com/clarinsi/STARK/blob/master/settings.md#--head" target = "_blank" title = "{{ _('Help') }}" > < span class = "menu-title sr-only" > {{ _('Help') }}< / span > < / a > )< / label >
2023-10-04 15:24:40 +00:00
< / div >
< / div >
2024-07-04 11:39:46 +00:00
< div class = "row" >
2024-07-25 07:29:10 +00:00
< div class = "input-field col s12 dynamic-height" >
2024-07-04 11:39:46 +00:00
< input id = "ignored_labels" name = "ignored_labels" type = "text" class = "validate" >
< label for = "ignored_labels" > < b > {{ _('Ignored labels') }}< / b > : {{ _('specify the dependency labels of nodes to be ignored') }} (< a class = "nav-link" href = "https://github.com/clarinsi/STARK/blob/master/settings.md#--ignore_labels" target = "_blank" title = "{{ _('Help') }}" > < span class = "menu-title sr-only" > {{ _('Help') }}< / span > < / a > )< / label >
< / div >
< / div >
2024-02-13 14:19:22 +00:00
< div class = "row" >
2024-07-25 07:29:10 +00:00
< div class = "input-field col s12 dynamic-height" >
2024-07-31 15:39:14 +00:00
< input id = "display_size" name = "display_size" type = "text" class = "validate" value = "2-10" >
2024-07-25 07:29:10 +00:00
< label for = "display_size" > < b > {{ _('Tree size') }}< / b > : {{ _('number of tokens in the tree') }} (< a class = "nav-link" href = "https://github.com/clarinsi/STARK/blob/master/settings.md#--size" target = "_blank" title = "{{ _('Help') }}" > < span class = "menu-title sr-only" > {{ _('Help') }}< / span > < / a > )< / label >
< / div >
< / div >
< div class = "row" >
< div class = "input-field col s12 dynamic-height" >
2024-03-05 08:08:24 +00:00
< input id = "query" name = "query" type = "text" class = "validate" >
2024-03-06 08:40:12 +00:00
< label for = "query" > < b > {{ _('Query') }}< / b > : {{ _('write a query. Note: Tree size attribute will be ignored!') }} (< a class = "nav-link" href = "https://github.com/clarinsi/STARK/blob/master/settings.md#--query" target = "_blank" title = "{{ _('Help') }}" > < span class = "menu-title sr-only" > {{ _('Help') }}< / span > < / a > )< / label >
2024-02-13 14:19:22 +00:00
< / div >
< / div >
< div class = "row" >
2024-07-25 07:29:10 +00:00
< div class = "input-field col s12 dynamic-height" >
2024-03-05 08:08:24 +00:00
< input id = "frequency_threshold" name = "frequency_threshold" type = "text" class = "validate {% if 'frequency_threshold' in validation %} invalid{% endif %}" value = "1" >
< label for = "frequency_threshold" > < b > {{ _('Frequency threshold') }}< / b > : {{ _('specify the minimum frequency of a tree in the treebank') }} (< a class = "nav-link" href = "https://github.com/clarinsi/STARK/blob/master/settings.md#--frequency_threshold" target = "_blank" title = "{{ _('Help') }}" > < span class = "menu-title sr-only" > {{ _('Help') }}< / span > < / a > )< / label >
{% if 'frequency_threshold' in validation %}
< span class = "helper-text" data-error = "{{validation['frequency_threshold']}}" > < / span >
{% endif %}
2024-02-13 14:19:22 +00:00
< / div >
< / div >
2024-02-20 09:59:58 +00:00
< div class = "row" >
2024-03-05 08:08:24 +00:00
< div class = "col s12" >
< label > < b > {{ _('Association measures') }}< / b > : {{ _('print MI, logDice and t-score') }} (< a class = "nav-link" href = "https://github.com/clarinsi/STARK/blob/master/settings.md#--association_measures" target = "_blank" title = "{{ _('Help') }}" > < span class = "menu-title sr-only" > {{ _('Help') }}< / span > < / a > )< / label >
< div class = "input-field" >
< div class = "switch" >
< label >
{{ _('No') }}
2024-07-25 07:29:10 +00:00
< input class = "association_measures" type = "checkbox" name = "association_measures" >
2024-03-05 08:08:24 +00:00
< span class = "lever" > < / span >
{{ _('Yes') }}
< / label >
< / div >
< / div >
2024-02-20 09:59:58 +00:00
< / div >
< / div >
2024-03-05 08:08:24 +00:00
< / div >
< / div >
< h6 > < a class = "waves-effect waves-light inline expand" id = "compare-expand" > < i class = "material-icons em-1 " > add< / i > {{ _('Compare treebanks') }}< / a > < / h6 >
< div class = "card" id = "compare-settings" >
< div class = "card-content" >
2024-02-20 09:59:58 +00:00
< div class = "row" >
2024-03-05 08:08:24 +00:00
< label > {{ _('Select a reference treebank to identify key phenomena (prints the % DIFF, BIC and OR keyness scores).') }} (< a class = "nav-link" href = "https://github.com/clarinsi/STARK/blob/master/settings.md#--compare" target = "_blank" title = "{{ _('Help') }}" > < span class = "menu-title sr-only" > {{ _('Help') }}< / span > < / a > )< / label >
<!-- <label><b>{{ _('Upload a compare corpus') }}</b> {{ _('in CONLL - U format') }} (<a class="nav - link" href="https://github.com/clarinsi/STARK/blob/master/settings.md#--compare" target="_blank" title="{{ _('Help') }}"><span class="menu - title sr - only">{{ _('Help') }}</span></a>)</label> -->
2024-02-20 09:59:58 +00:00
< div class = "file-field input-field" >
< div class = "btn insidebutton" >
< span > {{ _('Browse') }}< / span >
< input type = "file" name = "compare_file" / >
< / div >
< div class = "file-path-wrapper" >
2024-03-05 08:08:24 +00:00
< input class = "file-path validate{% if 'compare_file' in validation %} invalid{% endif %}" type = "text" placeholder = "{{ _('Upload a compare corpus') }} {{ _('in CONLL-U format') }}" / >
2024-02-20 09:59:58 +00:00
{% if 'compare_file' in validation %}
< span class = "helper-text" data-error = "{{validation['file']}}" > < / span >
{% endif %}
< / div >
< / div >
< / div >
< div class = "row" >
2024-07-25 07:29:10 +00:00
< div class = "input-field col s12 dynamic-height" >
2024-02-20 09:59:58 +00:00
< input id = "compare_url" name = "compare_url" type = "text" class = "validate{% if 'compare_url' in validation %} invalid{% endif %}" >
2024-07-25 07:29:10 +00:00
< label for = "compare_url" > < u > {{ _('Or') }}< / u > {{ _('insert a URL link to a treebank in CONLL-U format') }} < a class = "nav-link example-compare-link" target = "_blank" href = "https://raw.githubusercontent.com/UniversalDependencies/UD_English-GUM/master/en_gum-ud-dev.conllu" title = "UD_English-GUM" > < span class = "menu-title sr-only" > UD_English-GUM< / span > < / a > -
< a class = "nav-link example-compare-link" target = "_blank" href = "https://raw.githubusercontent.com/UniversalDependencies/UD_French-GSD/master/fr_gsd-ud-dev.conllu" title = "UD_French-GSD" > < span class = "menu-title sr-only" > UD_French-GSD< / span > < / a > -
< a class = "nav-link example-compare-link" target = "_blank" href = "https://raw.githubusercontent.com/UniversalDependencies/UD_Slovenian-SSJ/master/sl_ssj-ud-dev.conllu" title = "UD_Slovenian-SSJ" > < span class = "menu-title sr-only" > UD_Slovenian-SSJ< / span > < / a > )< / label >
2024-02-20 09:59:58 +00:00
{% if 'compare_url' in validation %}
< span class = "helper-text" data-error = "{{validation['compare_url']}}" > < / span >
{% endif %}
< / div >
< / div >
2023-10-04 15:24:40 +00:00
< / div >
2024-01-22 13:56:12 +00:00
< / div >
{% if 'general' in validation %}
< div class = "col s12" >
< span class = "validation-error" id = "unknown-error" > {{ validation['general'] }}< / span >
< / div >
< / br >
{% endif %}
2024-02-19 14:33:19 +00:00
< button class = "btn waves-effect waves-light btn-large btn-round" type = "submit" name = "action" > {{ _('Submit') }}
2024-03-05 08:08:24 +00:00
<!-- <i class="material - icons right">send</i> -->
2024-01-22 13:56:12 +00:00
< / button >
< / form >
2024-02-13 14:19:22 +00:00
<!-- Modal Structure -->
< div id = "modal1" class = "modal" >
< div class = "modal-content" >
2024-03-05 08:08:24 +00:00
< h6 > {{ _('No results') }}< / h6 >
2024-02-19 14:33:19 +00:00
< p > {{ _('Processing with your settings didnt produce any results!') }}< / p >
2024-02-13 14:19:22 +00:00
< / div >
< div class = "modal-footer" >
< a href = "#!" class = "modal-close waves-effect waves-green btn-flat" > Ok< / a >
< / div >
< / div >
2023-10-04 15:24:40 +00:00
< / div >
2024-01-22 13:56:12 +00:00
< / div >
2023-10-04 15:24:40 +00:00
< / div >
2024-03-06 08:40:12 +00:00
{% endblock %}
{% block custom_js %}
2023-10-04 15:24:40 +00:00
< script src = "static/js/init.js" > < / script >
2024-02-13 14:19:22 +00:00
{% if 'results' in validation %}
< script type = "text/javascript" >
(function($){
$(function(){
$('.sidenav').sidenav();
}); // end of document ready
$(document).ready(function(){
$('.modal').modal('open');
});
})(jQuery); // end of jQuery name space
< / script >
{% endif %}
2024-03-06 08:40:12 +00:00
{% endblock %}