Re: Fwd: How to convert the tree string representation into a tree object

2014-02-05 Thread Tim Miller
Carlos, I am not sure I totally understand your question, but I think you're asking how to get a tree structure from a Parse object? In which case the answer is that the Parse object is a tree structure (with a bunch of other stuff). You can use getChildCount(), getChildren(), getType(), etc.

Build failed in Jenkins: OpenNLP #453

2014-02-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/OpenNLP/453/changes Changes: [markg] OPENNLP-643 Removed old constructors in lieu of MapString,Pattern[] constructor and changed find methods appropriately. Updated unit tests for RegexNameFinder. [markg] OPENNLP-600 Changed to MockInputStreamFactory

Re: Build failed in Jenkins: OpenNLP ยป Apache OpenNLP UIMA Annotators #453

2014-02-05 Thread Richard Eckart de Castilho
Hi everybody, I took the liberty to manually trigger this build after stumbling over a post on Stackoverflow pointing out that the current trunk version doesn't compile. Maybe somebody forgot to check in some files in the last commit? I also wonder why Jenkins didn't automatically build.