Torsten Zesch

Results 35 comments of Torsten Zesch

For this, you could look into RUTA patterns: https://uima.apache.org/ruta.html -Torsten On 21.11.19, 22:14, "Alain Désilets" wrote: On Thu, Nov 21, 2019 at 1:03 PM Richard Eckart de Castilho < [email protected]>...

Analyzing this a bit, the missing PRN constituent is not annotated by the OpenNLP parser in my fresh checkout of Core. I am unsure why this still works on Jenkins...

The same seems to be the case for the English models.

Is this a duplicate of #517 ?

Wouldn't that also be type system specific? ``` cas.select(TOKEN).as_text() # token.getCoveredText() cas.select(LEMMA).as_text() # lemma.getValue() ```

This would somewhat diminish the usefulness, as many types beyond token would not return useful results. If we use an accessor, couldn't it decide to return different feature values depending...

1) There should be a way to access feature values of annotations. 2) I would find it confusing if `cas.select(TOKEN).as_text()` and `cas.select(POS).as_text()` would return the same values (as they would...

Is there anywhere an example of how to use the DKPro type system?

You mean for testing purposes? I think it would be the job of the other library to provide the initializer. Although for DKPro, Cassis could also provide it directly :)

Not sure I really understand the implications. Whatever works best on your side.