-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type system in exported JSON should be minimized #3422
Comments
Maybe you could use a json schema and export that as well in a zip file. |
The type system of exported XMI could be also minimized IMHO - currently it contains TagsetDescription/FeatureDefinition which doesn't seem to be 100% necessary (as it is also contained in the TypeSystem.xml). Example TagsetDescription:
TypeSystem.xml:
Example FeatureDefinition:
However, feature quality is also described attached to its layer in the TypeSystem.xml:
|
The |
Thanks for the explanation, got it :) (uiName = display name). |
By default, only a minimal type system should be included (i.e. one that covers only the types actually used in the respective JSON file). However, I didn't have the time to investigate yet why the included type system is not minimized and if that is a bug/missing setting in INCEpTION or in the underlying UIMA library.
Originally posted by @reckart in #3402 (comment)
The text was updated successfully, but these errors were encountered: