Jan-Christoph Klie

Results 43 issues of 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.

Documentation

**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...

Module: XMI

**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]...

🆕Enhancement
Module: CAS

Add two documentation links, one for master and one for the last release.

Documentation

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...

⚙️Refactoring
Module: CAS

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...

🆕Enhancement
Module: Type System

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()) ```...

🆕Enhancement
Module: Type System

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...

🐛Bug
Module: Annotation
Module: Document Metadata

**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...

⭐️ Enhancement
Module: Remote API