{% extends 'sunshine/base_blank.html' %} {% load sunshinetags %} {% load static %} {% block style%} {% if SUNSHINE_ENV == 'DEV' %} {% elif SUNSHINE_ENV == 'UAT' %} {% else %} {% endif %} {% endblock%} {% block content %}
Upload
{% csrf_token %} {{ form.elanfile }}
{% if elanfile is not None %}
Statistics
Toggle
{{ elanfile.original_name }} Errors: [[ error_count ]]
{% comment %}
[[item.text]]
[[item.duration]] secs
{% endcomment %}
Utterance count
[[ sentcount ]]
Annotation count
[[ anncount ]]
[[item.text]]
[[item.duration]] secs
{% comment %}
{% endcomment %}

Language Mix

- No language mix bar is available -
Person Duration
(seconds)
Utterances Words MLU Turns Languages Tiers
[[ person.name ]]
([[ person.code ]])
[[ person.duration ]] [[ person.utterance_count ]] [[ person.wordcount ]] [[ person.MLU ]] [[ person.turns ]] [[item.text ]] ([[item.duration]] secs)   
[[ person.tiers.join(", ") ]]
Lexicon
Toggle
Statistics - [[ profile.name ]]
Language Types Tokens Ratio
[[ row.language ]] [[ row.types ]] [[ row.tokens ]] [[ row.ratio ]]
[[ langlex.language ]] ([[ langlex.vocabs.length ]])
[[ lexstats.message ]]
Word Frequency
[[ lex.word ]] [[ lex.freq ]]
[[ lex.word ]] [[ lex.word ]] [[ lex.word ]] ([[ lex.freq ]])
{% comment %} {% endcomment %}
Full Transcript BELA-con [[belacon_version]].0 BELA-con [[belacon_version]].0 Errors: [[ error_count ]]
Toggle
Error count: N/A in BELA-con 1.0
{% if BELA_DOCUMENTATION_OFFICIAL_URL %} {% endif %}
...
[[ chatline.speaker_name ]]
[[ chunk.text ]] !!([[ chunk_error ]])!!
[[ chatline.text ]] (Eng: "[[ chatline.trans ]]")
!![[error]]!!
{% endif %}
BELA Info
{% if elanfile is not None %}

Error

This ELAN file could not be parsed with current BELA online engine, please report this to the development team for further investigation.
{% endif %}
BELA engine version {{ BELA_VERSION }}
BELA dashboard version {{ BELA_DASHBOARD_VERSION }}
BELA dashboard build {{ BELA_DASHBOARD_BUILD }}
BELA Dashboard is an opensource project for visualising and analysing BELA transcripts.
The documentation for creating multilingual transcripts using BELA convention is available at {{ BELA_DOCUMENTATION_OFFICIAL_URL }}
If you encounter any issues, please consider to log a bug report here.
{% endblock %} {% block script %} {% endblock %}