eKorpus

Anonymous users

Here are the GUI forms for the anonymous users (this is a clickable map):

Anonymous

Home

The opening page of eKorpus shows short introductory text and lists articles related to eKorpus.

../_images/home.png

Login

Login form. Registration code is a way to create a new user account. After entering this code user is presented a form to enter identification data. This form is handled by signin().

../_images/login.png

Reports

This page lists the reports available to the unauthenticated user. This form is handled by list().

../_images/reports.png

Tests query

One the next page you can specify the query parameters for the perception test results. This form is generated by tests().

../_images/reports_tests.png

Tests result

And here are the results rendered by testsresult()

../_images/reports_tests_result.png

Sentences query

One the next page you can specify the query parameters for perception test results for sentences. This form is generated by segments().

../_images/reports_sent.png

Sentences result

And here are the results rendered by one of these:

../_images/reports_sent_result.png

Valence query

This page allows you to specify the query parameters for the sentence valence test results. This form is generated by valence().

../_images/reports_valence.png

Valence result

And here are the results rendered by valenceresult()

../_images/reports_valence_result.png

Applications

Currently there is only one publicily available application: emotion detector.

../_images/applications.png

Emotion detector

Emotion detector uses keywords to determine the valence of a text sample. In this form you can enter or paste the text you are interested in. Each paragraph is analysed separately. Paragraps are separated by an empty line.

../_images/valence.png

This form is generated by index()

Emotion detector result

The results of valence analysis. By moving the mouse over the bar at the end of the page the kwyword counts are presented.

../_images/valence_result.png

This form is generated by color()