2023-10-04 15:24:40 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1, maximum-scale=1.0" / >
2024-01-22 13:56:12 +00:00
< title > STARK< / title >
2023-10-04 15:24:40 +00:00
<!-- CSS -->
< link href = "https://fonts.googleapis.com/icon?family=Material+Icons" rel = "stylesheet" >
< link href = "static/css/materialize.css" type = "text/css" rel = "stylesheet" media = "screen,projection" / >
< link href = "static/css/nouislider.css" type = "text/css" rel = "stylesheet" media = "screen,projection" / >
< link href = "static/css/style.css" type = "text/css" rel = "stylesheet" media = "screen,projection" / >
2024-02-19 14:33:19 +00:00
< link rel = "icon" type = "image/svg+xml" href = "static/favicon/favicon.svg" >
2023-10-04 15:24:40 +00:00
< / head >
2024-02-19 14:33:19 +00:00
< body class = "backgroundcolorcjvt" >
< nav class = "redcjvt" role = "navigation" >
< div class = "nav-wrapper container" > < a id = "logo-container" href = "/?lang={{ _('code') }}&reload=true" class = "brand-logo" > STARK< / a >
2023-12-05 14:26:57 +00:00
< ul id = "nav-mobile" class = "right hide-on-med-and-down" >
2024-02-19 14:33:19 +00:00
< li > < a href = "/about?lang={{ _('code') }}" > {{ _('About') }}< / a > < / li >
< li > < a id = "switch-language" href = "{{ _('switch_link') }}" >
{{ _('switch_code') }}
< / a > < / li >
2023-12-05 14:26:57 +00:00
< / ul >
2023-10-04 15:24:40 +00:00
< / div >
< / nav >
2024-01-22 13:56:12 +00:00
< div class = "container" >
< br >
< div class = "row" >
< div class = "col s12" >
2024-02-19 14:33:19 +00:00
< p class = "caption" > {{ _('intro_description') }}< / p >
< form autocomplete = "off" action = "{{ url_for('index', lang=_('code')) }}" method = "POST" enctype = "multipart/form-data" id = "submit-form" >
< h4 > {{ _('Input data') }}< / h4 >
2024-01-22 13:56:12 +00:00
< div class = "card" >
< div class = "card-content" >
2024-02-19 14:33:19 +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" 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-02-19 14:33:19 +00:00
< input class = "file-path validate{% if 'file' in validation %} invalid{% endif %}" type = "text" placeholder = "{{ _('Upload') }}" / >
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" >
< div class = "input-field col s12" >
< input id = "input_url" name = "input_url" type = "text" class = "validate{% if 'input_url' in validation %} invalid{% endif %}" >
2024-02-19 14:33:19 +00:00
< label for = "input_url" > < u > {{ _('Or') }}< / u > {{ _('insert a URL link to a treebank in CONLL-U format') }} (< a class = "nav-link" href = "https://raw.githubusercontent.com/UniversalDependencies/UD_English-GUM/master/en_gum-ud-train.conllu" title = "{{ _('Example') }}" > < span class = "menu-title sr-only" > {{ _('Example') }}< / 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-02-19 14:33:19 +00:00
< h4 > {{ _('Tree specification') }}< / h4 >
2024-01-22 13:56:12 +00:00
< div class = "card" >
< div class = "card-content" >
2024-02-19 14:33:19 +00:00
< label > < 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" 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 col s12" >
< br / >
< div id = "slider" > < / div >
< / div >
< / div >
2023-10-04 15:24:40 +00:00
2024-02-19 14:33:19 +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" 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" >
< div class = "col s4" >
< label >
< input type = "checkbox" class = "filled-in {% if 'node_type' in validation %} invalid{% endif %}" name = "node_type_upos" checked = "checked" / >
2024-02-19 14:33:19 +00:00
< span > {{ _('Part-of-speech') }}< / span >
2024-01-22 13:56:12 +00:00
{% if 'node_type' in validation %}
< span class = "helper-text" data-error = "{{validation['node_type']}}" > < / span >
{% endif %}
< / label >
2023-10-04 15:24:40 +00:00
< / div >
2024-01-22 13:56:12 +00:00
< div class = "col s4" >
< label >
< input type = "checkbox" class = "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-01-22 13:56:12 +00:00
< div class = "col s4" >
< label >
< input type = "checkbox" class = "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-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 >
< / div >
2024-01-22 13:56:12 +00:00
< / div >
< br >
2024-02-19 14:33:19 +00:00
< h4 > < a class = "waves-effect waves-light inline" id = "advanced-tree-expand" > < i class = "material-icons" > add< / i > {{ _('Advanced settings') }}< / a > < / h4 >
2024-01-22 13:56:12 +00:00
< div class = "card" id = "advanced-tree" >
< div class = "card-content" >
< div class = "row" >
< div class = "col s12" >
2024-02-19 14:33:19 +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" 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-02-19 14:33:19 +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" 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 >
2023-10-04 15:24:40 +00:00
2024-01-22 13:56:12 +00:00
< div class = "row" >
< div class = "col s12" >
2024-02-19 14:33:19 +00:00
< 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" 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 = "association_measures" >
< 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 >
< / div >
2024-02-13 14:19:22 +00:00
< div class = "row" >
< div class = "input-field col s12" >
< input id = "frequency_threshold" name = "frequency_threshold" type = "text" class = "validate {% if 'frequency_threshold' in validation %} invalid{% endif %}" value = "1" >
2024-02-19 14:33:19 +00:00
< 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" title = "{{ _('Help') }}" > < span class = "menu-title sr-only" > {{ _('Help') }}< / span > < / a > )< / label >
2024-02-13 14:19:22 +00:00
{% if 'frequency_threshold' in validation %}
< span class = "helper-text" data-error = "{{validation['frequency_threshold']}}" > < / span >
{% endif %}
< / div >
< / div >
< div class = "row" >
< div class = "input-field col s12" >
< input id = "root_restriction" name = "root_restriction" type = "text" class = "validate" >
2024-02-19 14:33:19 +00:00
< 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" title = "{{ _('Help') }}" > < span class = "menu-title sr-only" > {{ _('Help') }}< / span > < / a > )< / label >
2024-02-13 14:19:22 +00:00
< / 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-01-22 13:56:12 +00:00
< i class = "material-icons right" > send< / i >
< / button >
< / form >
2024-02-13 14:19:22 +00:00
<!-- Modal Structure -->
< div id = "modal1" class = "modal" >
< div class = "modal-content" >
2024-02-19 14:33:19 +00:00
< h4 > {{ _('No results') }}< / h4 >
< 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-02-19 14:33:19 +00:00
< footer class = "page-footer blackcjvt" >
2023-10-04 15:24:40 +00:00
< div class = "container" >
< div class = "row" >
2024-02-19 14:33:19 +00:00
< div class = "col s2" >
2023-10-04 15:24:40 +00:00
< h5 class = "white-text" > Credits< / h5 >
< p class = "grey-text text-lighten-4" > Add some logos here?< / p >
< / div >
2024-02-19 14:33:19 +00:00
< div class = "col s2" >
< p class = "grey-text text-lighten-4" > And some others< / p >
< / div >
< div class = "col s6" >
< p class = "grey-text text-lighten-4" > And others...< / p >
< / div >
2023-10-04 15:24:40 +00:00
< / div >
< / div >
< div class = "footer-copyright" >
< div class = "container" >
Made by < a class = "orange-text text-lighten-3" href = "http://materializecss.com" > Materialize< / a >
< / div >
< / div >
< / footer >
<!-- Scripts -->
< script src = "https://code.jquery.com/jquery-2.1.1.min.js" > < / script >
< script src = "static/js/materialize.js" > < / script >
< script src = "static/js/wNumb.js" > < / script >
< script src = "static/js/nouislider.min.js" > < / script >
< 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 %}
2023-10-04 15:24:40 +00:00
< / body >
< / html >