Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:seznamy:kontext_verze [2023/03/24 18:11] – michalkren | en:seznamy:kontext_verze [2024/11/21 14:54] (current) – [Release 0.18.0] michalkren | ||
---|---|---|---|
Line 5: | Line 5: | ||
The corpus interface KonText is designed for general interaction with [[en: | The corpus interface KonText is designed for general interaction with [[en: | ||
- | KonText is an extended and visually modified version of the original NoSketch Engine application. It is developed by the [[http:// | + | KonText is an extended and visually modified version of the original NoSketch Engine application. It is developed by the [[http:// |
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:// | 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:// | ||
+ | |||
+ | ===== Release 0.18.0 ===== | ||
+ | |||
+ | // | ||
+ | |||
+ | User changes: | ||
+ | |||
+ | * new **keyword analysis** module compatible with the [[https:// | ||
+ | * displaying **translation equivalents directly in a concordance** in parallel corpora by clicking on the selected word (new '' | ||
+ | * possibility to download a **list of documents matching selected text types** | ||
+ | * JSONL as a **new optional format for storing the results** (concordance, | ||
+ | * 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 '' | ||
+ | * " | ||
+ | |||
+ | Technical changes: | ||
+ | |||
+ | * dropped support for Celery as the calculation backend (Rq remains) | ||
+ | * new internal HTTP client for querying external data sources (authentication, | ||
+ | * 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 22: | Line 44: | ||
* easily copy a subcorpus or create a new variant | * easily copy a subcorpus or create a new variant | ||
* a new function displays graphically the **dispersion** of a search term across the corpus data | * a new function displays graphically the **dispersion** of a search term across the corpus data | ||
- | * highlighted **translation equivalents** (as retrieved from the Treq application) directly in the concordance | + | * highlighted **translation equivalents** (as retrieved from the Treq application) directly in the parallel |
* sharing **individual frequency tables through exported URLs** | * sharing **individual frequency tables through exported URLs** | ||
* when a frequency result page contains multiple tables, users can now easily obtain URLs for each table to share or publish the table | * when a frequency result page contains multiple tables, users can now easily obtain URLs for each table to share or publish the table | ||
Line 34: | Line 56: | ||
* core web application framework changed from Gunicorn+Werkzeug to [[https:// | * core web application framework changed from Gunicorn+Werkzeug to [[https:// | ||
* upgrade to React 18 | * upgrade to React 18 | ||
- | * server backend rewritten with //async/awit// | + | * server backend rewritten with //async/await// |
* checking of background tasks from the client side is now by default doe via WebSockets | * checking of background tasks from the client side is now by default doe via WebSockets | ||
* support for Manatee 2.2xx | * support for Manatee 2.2xx | ||
Line 44: | Line 66: | ||
===== Release 0.16.0 ===== | ===== Release 0.16.0 ===== | ||
- | // | + | // |
User changes: | User changes: |