Jan-Christoph Klie

Results 87 comments of Jan-Christoph Klie

It is in Pull Request #86 and not merged yet.

@triclops200 Which cassis version are you using? I thought that I fixed it.

Do you have a typesystem xml which I can use for that?

We can provide these methods, I am not sure about the implementation though. My question was:Is there some official DKPro typesystem XML which I can use or can you provide...

I would implement it as extending Cas, the constructor loads the DKPro sype system then. Simple and not so magic.

I would add it to cassis, so it is `from cassis import DKProCas`. DKPro to me is an important enough part of the UIMA world to add it to cassis...

Is it ok if we implement this in cassis or should it be part of pydkpro?

Pycharm offers some auto completion based on what was called before (the typing is limited then) and there are stub files where you can maybe add more information: https://mypy.readthedocs.io/en/latest/stubs.html ....

I think we need features from Python 3.8 for that and even then I am unsure. So what we have now is: 1. Use the pandas extensions style and have...