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

XMLTag errantly writes debug info to standard out #95

Closed
wants to merge 1 commit into from

Conversation

dshore
Copy link

@dshore dshore commented Oct 20, 2015

There is a debug statement writing to standard out that should be commented out. Normally I do not like checking in commented out code, but this seems to be a convention that is accepted in this file.

This causes problems for extensions of CoreNLP that rely on piping standard out to other programs. I stumbled across this using https://github.com/hazyresearch/deepdive which uses the CleanXML annotator (which uses the XMLUtils.XMLTag) by default in their example code.

@gangeli gangeli closed this in 6a7a3f8 Oct 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant