Skip to content
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

XmlWriterInline documentation should state "inaccuracies", warnings should be issued to the log #7

Closed
reckart opened this issue May 12, 2015 · 2 comments
Labels
🐛Bug Something isn't working
Milestone

Comments

@reckart
Copy link
Member

reckart commented May 12, 2015

We need to document the "inaccuracies" of CasToInlineXml and possibly include some sanity
checks that log warnings if a CAS contains overlapping annotations and complex feature
structures being used as features - just to be that novice users are aware that strange
things my be happening:

- Features whose values are FeatureStructures are not represented.
- Feature values which are strings longer than 64 characters are truncated.
- Feature values which are arrays of primitives are represented by strings that look
like [ xxx, xxx ]
- The Subject of analysis is presumed to be a text string.
-Some characters in the document's Subject-of-analysis are replaced by blanks, because
the characters aren't valid in xml documents.
- It doesn't work for annotations which are overlapping, because these cannot be properly
represented as properly - nested XML.

Original issue reported on code.google.com by richard.eckart on 2011-03-29 18:50:37

@reckart
Copy link
Member Author

reckart commented May 12, 2015

(No text was entered with this change)

Original issue reported on code.google.com by richard.eckart on 2011-05-07 21:14:28

  • Labels added: Milestone-1.2.0

@reckart reckart added Priority-Low 🐛Bug Something isn't working labels May 12, 2015
@reckart
Copy link
Member Author

reckart commented May 12, 2015

Documentation added.
---
rev 92

Original issue reported on code.google.com by richard.eckart on 2011-10-02 15:06:21

@reckart reckart closed this as completed May 12, 2015
@reckart reckart modified the milestone: 1.2.0 May 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant