Releases: korpling/ANNIS
Releases · korpling/ANNIS
v4.5.1
Fixed
- Fix "java.io.IOException: unexpected end of stream" exception for some queries
with optional nodes by updating to graphANNIS to 1.3.0 - Do not highlight optional nodes with colors in query text editor
v4.5.0
Added
- Add operator negation without existence assumption to AQL by upgrading to graphANNIS 1.2.1.
Optional and possible non-existing nodes are marked with the suffix?
and can be combined
with negated operators like!>*
. This means you can e.g. search for all sentences without a
noun with the query likecat="S" !>* pos="NN"?
. More information can be found
in the User Guide in the section "Operator Negation".
v4.4.0
Added
- Add operator negation with existance assumption to AQL
by upgrading to graphANNIS 1.1.0
v4.3.1
Fixed
- Fetching the segmentation span in CSVExporter could fail if only one token was covered.
v4.3.0
Added
- Support the
segmentation
parameter in the CSVExporter. This allows to get the spanned text
not from the token (which can be empty), but from the given segmentation layer.
Fixed
- User guide was still mentioning the non-existing WekaExporter
v4.2.0
Changed
- Always show the selected corpora at the beginning of the grid, even when not included in the
current filter. This should make it much easier to spot corpora that where selected by mistake.
(also fixes issue #563).
Fixed
- Exception thrown when URL with corpus fragment (
#c=...
) was openend - Fix width of the corpus list columns when scrolling to long corpus names
- Info and browse document buttons were not always visible without scrolling
- Removed internal usage of the
clone()
function which has been reported
as "blocker" code smell by the sonarcloud static code analysis.
4.1.4
Fixed
- Matches for documents or (sub-) corpora where not shown. There is a special SingleCorpusResultPanel which should have been used, but was not triggered.
- Media player was not loaded in result view
- Security update in dependency jsoup (from 1.11.2 to 1.14.2)
4.1.3
Fixed
- Query result order was not considered in result view
4.1.2
Fixed
- Use updated graphANNIS version 1.0.2 to fix issues in performance of subgraph extraction
- Instance configurations where not loaded (including the default one)