We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a typesystem uses an array for a range, it is encoded in the Json as
"tags" : { "%NAME" : "tags", "%RANGE" : "de.tudarmstadt.ukp.dkpro.core.api.metadata.type.TagDescription[]" },
The [] trips up the finding of types by name.
[]
The text was updated successfully, but these errors were encountered:
#281 - Types with array range break JSON typesystem parsing
90515a6
- Fix handling of arrays marked using '[]' - Also genenerate feature descriptions using this form for arrays - Added test
3d39d91
Merge pull request #286 from dkpro/bugfix/281-Types-with-array-range-…
1e57a64
…break-JSON-typesystem-parsing #281 - Types with array range break JSON typesystem parsing
jcklie
reckart
No branches or pull requests
If a typesystem uses an array for a range, it is encoded in the Json as
The
[]
trips up the finding of types by name.The text was updated successfully, but these errors were encountered: