Anonymous users¶
Here are the GUI forms for the anonymous users (this is a clickable map):
Home¶
The opening page of eKorpus shows short introductory text and lists articles related to eKorpus.
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().
Reports¶
This page lists the reports available to the unauthenticated user. This form is handled by list().
Tests query¶
One the next page you can specify the query parameters for the perception test results. This form is generated by tests().
Tests result¶
And here are the results rendered by testsresult()
Sentences query¶
One the next page you can specify the query parameters for perception test results for sentences. This form is generated by segments().
Valence query¶
This page allows you to specify the query parameters for the sentence valence test results. This form is generated by valence().
Valence result¶
And here are the results rendered by valenceresult()
Applications¶
Currently there is only one publicily available application: emotion detector.