eKorpus

Administrators

Here are forms available for administrators (this is a clickable map):

GUI

Users

This form lists all the usres and their recordings and tests they have taken. It is generated by list(). You can examine and modify all of them:

  • user data
  • recording data
  • tesy data.
../_images/users.png

Account

On this form you can change user data or register a new recording done by this user. It is generated by edit() and stored by save().

../_images/account.png

Add recording

Add a new recording for this user. It is generated by RecordingsController.add() and stored by RecordingsController.save().

../_images/account_recording.png

User test result

This form shows the test results for this user. It is generated by TestsController.show().

../_images/users_test.png

Recordings

The recordings form lists all registered recordings with their dictor, link to the WAV file and all available segmentations. It is genereted by list().

../_images/recordings.png

Edit recording

Here You can update the data of a recording: upload a WAV or segmentation (Praat TextGrid). It is genereted by edit() and stored by save().

../_images/recordings_edit.png

Recording segmentation

This form shows a recording segmentation with links to segment WAVs. It is genereted by index().

../_images/recordings_segment.png

Tests

List of all tests. Generated by list().

../_images/tests.png

Create test

Create a new or edit an test. It is genereted by edit() and its results are stored by save().

../_images/tests_create.png

Select items

Select items for a test. On the right are sentence level segmentations which You can expand and drag and drop sentences to the left box. addsegment This is handled by build(), addsegment(), removesegment() and order().

../_images/tests_create_sele.png

Execute test

This is test execution form. It is genereted by test() and its results are stored by results().

../_images/tests_create_fill.png

Sessions

../_images/sessions.png