Richard Eckart de Castilho

Results 793 comments of Richard Eckart de Castilho

The workaround is to add the `keyname` parameter in the `tycho-gpg-plugin` configuration - but that kind of makes the build specific to the system of the release manager - or...

* A column represents a feature of a given layer. * A `_` indicates that there is no annotation of the layer that the feature the column represents belongs to....

Hi @aggarwalpiush :) The issue is that cassis is meant to be a generic type-system agnostic library. I.e. it should support any UIMA type system. In fact, we have users...

Hi @aggarwalpiush :) The issue is that cassis is meant to be a generic type-system agnostic library. I.e. it should support any UIMA type system. In fact, we have users...

If we imagine TOKEN and LEMMA to be type name string constants - no.

For `as_text()`, we would use `get_covered_text()`, not a feature value.

It probably could, but it could be confusing. E.g. if `as_text()` returns the covered text for tokens but say the entity type for entities, I would find that confusing. How...

There is a way to access feature values, e.g. as @jcklie illustrated: ``` values = [x.value for x in cas.select(LEMMA)] ``` `x.value` reads the feature `value` on the feature structure...

Any specific idea how to unify them?

Please see https://github.com/dkpro/dkpro-cassis#array-support If that documentation does not solve your problem, can you provide a short script that reproduces the problem please?