Upcoming release 0.9 - czcorpus/kontext GitHub Wiki

Upcoming release 0.9

Internals

End-user functions

  • allow creating a sub-corpus with respect to aligned languages for parallel corpora
  • add optional line numbers to the concordance view
  • enable renaming/dropping line-groups

Server-side

  • get rid of concordance cache mapping files and replace them by application wide key-value storage (db plug-in)
    • no need for the locking plug-in i such a configuration
  • make KonText+Celery run in json mode (instead of pickle)
  • implement a cache for frequency distribution and collocation pages to prevent repeated calculation of a (potentially large) dataset
  • implement an asynchronous alternative for creating a sub-corpus (Celery/multiprocessing-based)

Client-side

  • allow plug-ins to include custom CSSs and make Gruntfile.js able to pack all the stuff together
  • more UI elements transformed into React components (concordance view, text types,...)