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
Describe the bug When reading a CAS with an FSArray feature and then serializing it again, the output has an extra array wrapping the original one
To Reproduce
Expected behavior There should be no extra array
Please complete the following information:
The text was updated successfully, but these errors were encountered:
#242 - Array features are wrapped in extra array
dd16c7b
- Added test for the problem (currently fails)
4564886
- Fixed bug that wraps array in another array instance for FS-array features where multiple references are not allowed
Merge pull request #243 from dkpro/bugfix/242-Array-features-are-wrap…
2a51991
…ped-in-extra-array #242 - Array features are wrapped in extra array
reckart
No branches or pull requests
Describe the bug
When reading a CAS with an FSArray feature and then serializing it again, the output has an extra array wrapping the original one
To Reproduce
Expected behavior
There should be no extra array
Please complete the following information:
The text was updated successfully, but these errors were encountered: