Jan-Christoph Klie
Jan-Christoph Klie
**Is your feature request related to a problem? Please describe.** Document that typesystem can be extended during runtime. UIMAj cant do this but cassis can.
**Is your feature request related to a problem? Please describe.** We need more tests. **Describe the solution you'd like** Webanno TSV has many CAS XMI files which can be used...
**Is your feature request related to a problem? Please describe.** It would be nice to add more cas select methods like `CasUtil` does. **Describe the solution you'd like** - [x]...
Add two documentation links, one for master and one for the last release.
Right now, all annotations are stored in a sorted list ordered by `(begin, end)`. This enables us to use binary search when looking for covered annotations. There is one list...
Right now, `DocumentMetaData` is treated as an ordinary annotation. It would be better to parse it specially right into fields that can be queried from the CAS. This has several...
it would be nice to be able to initialize a CAS with a certain type system, e.g. ``` from somewhere import DKProCoreTypeSystem from cassis import Cas cas = Cas(DKProCoreTypeSystem()) ```...
Hi, thank you for forking and maintaining this project, it helps us a lot with our Matrix instance. One question, is it possible to assign admin permissions via a ldap...
### Describe the bug When adding new document level annotations, I would expect the list to be ordered. But they are added in between the existing ones without any apparent...
**Describe the bug** The remote API requires using the project ID for things, but INCEpTION recently just exposes the url slug. It would be good to support either both or...