-
In Annis, it should be possible to search for relations using regex, see https://github.com/KorAP/Koral/issues/45
-
Annotation cheatsheet lists all tags for each foundry and layers. It is identical to the annotation helper tool, but in form of a table. While the annotation helper tool is useful for writing query, t…
-
In Annis, it is possible to specify regex as the annotation value of a relation, e.g
```node ->malt/d[func=/D.*/] node```
-
[WebAnno](https://webanno.github.io/webanno/) seems to use the client part of [brat](http://brat.nlplab.org/manual.html) to show visualizations of annotations.
If we choose to use brat for dependency …
Akron updated
6 years ago
-
For choosing not a exact date, but only a year, the button at the top has to be pressed. It should also be possible to type it in manually.
-
In case regular expression matching is tested for fields that do not support it, the builder crashes after searching and isn't able to recover.
Akron updated
7 years ago
-
Franck Bodmer reported that the following queries do not yield any results:
* meine* /+w1:2,s0 &Erfahrung
* meine? /+w1:2,s0 &Erfahrung
* meine+ /+w1:2,s0 &Erfahrung
-
It’s not absolutely clear yet, what this will include.
Login, registration, changing the password, email etc. will probably be served by the middleware. Integration in the 2nd frontend may not be nece…
Akron updated
7 years ago
-
Argument MAX in C2 groups together matches where multiple hits occur within the same span. For instance,
let Y contains X1, X2, X3, then ```X #IN(N,MAX) Y``` returns only 1 match.
Such grouping ca…
-
Dominance is serialized as a relation with the layer c and without a key, that is not a valid koral:term object.
Suggestion:
`node & node & #2 > #1`
`node & node & #2 ->dominance #1`
could b…