Richard Eckart de Castilho
Richard Eckart de Castilho
@mmev thanks for reporting this. Looking at the error output, I believe there is not much we can do about it because the problem seems to happen entirely within third-party...
Has been implemented in INCEpTION -> https://github.com/inception-project/inception/issues/2503
Would it be sufficient for you to add an option to set a default value for a feature in the feature configuration of the layers tab in the project settings?
So let's say you have an annotation with some string feature. You want that you can configure a default value for that string feature such that when you create en...
Closing because the idea is not well described. Can open again once there is a better idea of what needs to be done.
I can imagine a lot of things under this heading. What specifically do you have in mind? Can you make a concrete example?
The import/export for brat is not entirely trivial. But you can try doing a conversion outside of WebAnno. When you do that, you will notice why it is not trivial....
The schema specification in brat is very different from the one in WebAnno. It can often be mapped, but this is a task that needs to be done manually. As...
I stumbled across this C2DConverter when I was looking where the semantic and secondary heads in the NLPNode come from - and then I was looking into wrapping that conversion...
The command line that the plugin generates in `org.apache.maven.plugins.gpg.ProxySignerWithPublicKeyAccess#getPublicKeys` is: ``` gpg --export --armor ``` ... and that indeed exports the whole public keyring. I don't find a way in...