AplikaceAplikace
Nastavení

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:seznamy:kontext_verze [2023/03/24 17:28] – [Release 0.17.0] michalkrenen:seznamy:kontext_verze [2024/02/23 17:57] (current) – [Release 0.18.0] michalkren
Line 5: Line 5:
 The corpus interface KonText is designed for general interaction with [[en:cnk:uvod|CNC corpora]]. A comprehensive list of KonText’s available functions can be found in the [[en:manualy:kontext:index|manual]]. The corpus interface KonText is designed for general interaction with [[en:cnk:uvod|CNC corpora]]. A comprehensive list of KonText’s available functions can be found in the [[en:manualy:kontext:index|manual]].
  
-KonText is an extended and visually modified version of the original NoSketch Engine application. It is developed by the [[http://ucnk.ff.cuni.cz/en/|Institute of the Czech National Corpus]] (Faculty of Arts, Charles University) and the [[http://ufal.mff.cuni.cz|Institute of Formal and Applied Linguistics]] (Faculty of Mathematics and Physics, Charles University) under the **GNU GPL 2** license (with Tomáš Machálek as the main developer). Just as the NoSketch Engine, KonText uses [[https://nlp.fi.muni.cz/trac/noske|Manatee]] as its backend.+KonText is an extended and visually modified version of the original NoSketch Engine application. It is developed by the [[http://ucnk.ff.cuni.cz/en/|Institute of the Czech National Corpus]] (Faculty of Arts, Charles University) and the [[http://ufal.mff.cuni.cz|Institute of Formal and Applied Linguistics]] (Faculty of Mathematics and Physics, Charles University) under the **GNU GPL 2** license (with Tomáš Machálek and Martin Zimandl as the main developers). Just as the NoSketch Engine, KonText uses [[https://nlp.fi.muni.cz/trac/noske|Manatee]] as its backend.
  
 The version history overview below contains only the most signicant changes as seen from the end-user perspective. **A complete list of all changes and bug fixes can be found on [[https://github.com/czcorpus/kontext/releases|KonText's GitHub page]]** which also hosts a complete source code repository. The version history overview below contains only the most signicant changes as seen from the end-user perspective. **A complete list of all changes and bug fixes can be found on [[https://github.com/czcorpus/kontext/releases|KonText's GitHub page]]** which also hosts a complete source code repository.
 +
 +===== Release 0.18.0 =====
 +
 +//Publication date: 7.2.2024//
 +
 +User changes:
 +
 +    * new "Keyword Analysis" module
 +    * displaying translation equivalents directly in a concordance in parallel corpora by clicking on the selected word (new ''tokens_linking'' plug-in)
 +    * possibility to download a list of documents matching selected text types
 +    * JSONL as a new optional format for storing results (concordance, word list, collocations, frequency list, document list), where each document line contains a separate JSON string -- the format is particularly suitable for further automated processing
 +    * improved linking from external applications to KonText
 +      * multi-step operations (e.g. query + filter) with the possibility of subsequent editing in respective query forms
 +      * support for non-token filter ranges when linking to KonText (e.g. "from ''-1s'' to ''1s''")
 +    * "Federated Content Search" module supports searching in multiple corpora at the same time
 +
 +Technical changes:
 +
 +    * dropped support for Celery as the calculation backend (Rq remains)
 +    * new internal HTTP client for querying external data sources (authentication, translation equivalents, etc.)
 +    * improved installation script
 +    * KonText uses (optionally) a custom modification of Manatee-open with more statistical measures for keyword analysis
  
 ===== Release 0.17.0 ===== ===== Release 0.17.0 =====
Line 15: Line 37:
 User changes: User changes:
  
-  * **Enhanced and refined subcorpora**+  * **enhanced and refined subcorpora**
     * by default, every subcorpus is available to all users, addressing issues with URLs shared between users     * by default, every subcorpus is available to all users, addressing issues with URLs shared between users
     * if a user does not provide a description, the subcorpus remains undiscoverable     * if a user does not provide a description, the subcorpus remains undiscoverable
Line 28: Line 50:
     * for manually categorized lines in extensive concordances where the first selected line starts far beyond the initial page, this feature enables automatic location of the first selection     * for manually categorized lines in extensive concordances where the first selected line starts far beyond the initial page, this feature enables automatic location of the first selection
   * customizable "nice" backlinks allow other applications to reference KonText results (available for easier integration with other applications)   * customizable "nice" backlinks allow other applications to reference KonText results (available for easier integration with other applications)
-  * **Detection of overly time-consuming queries** for large corpora (typically the ones producing large result sets) and suggestion of an alternative corpus+  * **detection of overly time-consuming queries** for large corpora (typically the ones producing large result sets) and suggestion of an alternative corpus
  
 Technical changes: Technical changes:
Line 40: Line 62:
   * moved from HTTP sessions stored on server to [[https://jwt.io/|JWT]]   * moved from HTTP sessions stored on server to [[https://jwt.io/|JWT]]
   * possibility to apply individual "cutoff" for large concordances   * possibility to apply individual "cutoff" for large concordances
 +
 +
 +===== Release 0.16.0 =====
 +
 +//Publication date: 23. 2. 2022//
 +
 +User changes:
 +    * new query type: **paradigmatic query**
 +    * enhanced "word list" query type
 +        * improved user interface
 +        * optimalization of saved results for faster subsequent access
 +    * query history now supports all query types (concordance, word list, paradigmatic query)
 +    * enhanced frequency distribution
 +        * **graphical mode**
 +            * special support for time-based distributions
 +        * displaying of confidence intervals
 +        * default display option can now be set by the user (tables vs. figures)
 +    * enhanced audio playback
 +        * possibility to shift the playback in time
 +        * waveform display
 +    * option to create a subcorpus directly on the concordance query page
 +    * search suggestion with sublemma support (syn2020, syn_v9) and faster response
 +
 +Technical changes:
 +    * integration of a number of modules (e.g. "liveattrs", query history) with an internal database system
 +    * reorganization of server code
 +    * transition from CSS files to Styled Components
 +    * Docker support
 +    * support for automatic testing of the user interface
 +    * removing unnecessary attributes from the configuration
 +
  
 ===== Release 0.15.0 ===== ===== Release 0.15.0 =====