Re: CAS Editor: link feature structure with other FSes

2012-06-20 Thread Marshall Schor
Hi Eric, It would be greatly appreciated if you could please provide a patch for the documentation that fixes this :-) . -Marshall (who, as usual, is swamped, and is trying to share the load :-) ) On 6/20/2012 5:52 PM, Eric Riebling wrote: > I think a VERY important step is missing from the ins

Re: CAS Editor: link feature structure with other FSes

2012-06-20 Thread Eric Riebling
I think a VERY important step is missing from the instructions: what to do when you want to link feature structures. Simply by guessing and trial and error, I was able to come up with this solution: * By hook or by crook, get the FS into which you want to link another FS into the Edit V

CAS Editor: link feature structure with other FSes

2012-06-20 Thread Eric Riebling
I know the instructions say that you can create referenced feature structures including arrays, and that you can link a feature structure with other feature structures. But the instructions leave out the details of HOW. Somehow the phrases "it can be pinned to the edit view" and "This means that

Re: CollectionProcessComplete Event thrown with Outstanding CAS Count

2012-06-20 Thread Jaroslaw Cwiklik
Yes, I am working on the next release. Cant commit to a specific date yet. Jerry On Wed, Jun 20, 2012 at 3:06 PM, Thomas Ginter wrote: > Thanks Jerry. BTW will we be seeing a UIMA-AS 2.4.0 sometime soon? > > Thanks, > > Thomas Ginter > 801-448-7676 > thomas.gin...@utah.edu > > > > > On Jun 20,

Re: CollectionProcessComplete Event thrown with Outstanding CAS Count

2012-06-20 Thread Thomas Ginter
Thanks Jerry. BTW will we be seeing a UIMA-AS 2.4.0 sometime soon? Thanks, Thomas Ginter 801-448-7676 thomas.gin...@utah.edu On Jun 20, 2012, at 1:03 PM, Jaroslaw Cwiklik wrote: > I've checked the code and indeed this is a bug in uima-as client when > running with a CR. As soon as the CR >

Re: CollectionProcessComplete Event thrown with Outstanding CAS Count

2012-06-20 Thread Jaroslaw Cwiklik
I've checked the code and indeed this is a bug in uima-as client when running with a CR. As soon as the CR returns false from hasNext() the uima-as client process() method calls collectionProcessComplete(). The fix for this is to wait until all outstanding CASes are processed before calling collect

Re: List of jar files that are not allowed by the UIMA framework

2012-06-20 Thread Spico Florin
Thank you, Marshall! I've found out that also the uimaj-*.jar can cause the same erros. I've erased from the classpath the dependencies on the uimaj-core.jar and uimaj-tools.jar and voila...I overpassed this exception..But not a clean installation. I've bumped out in another oneI'll write a

Re: ePub-Collection Reader

2012-06-20 Thread Nils Reiter
Hi Jochen, hi Diman, thanks for your answers. I'll try it with the epublib. Best, Nils On 19.06.2012, at 11:29, Nils Reiter wrote: > Hi, > > do you know of a collection reader to read ePub-Formatted eBooks? I'm not > after images, DRM or any fancy stuff. I would be happy to have the basic tex

Re: Stripping HTML but maintaining annotations for tags

2012-06-20 Thread Nicolas Hernandez
Hi David The components XML2CAS of the uima-connectors project [1,2] do that too in a similar way to the Tika MarkupAnnotator. You can also specify the input and the output views. The major differences are: * XML2CAS works only with XML but it allows you to specify the XML tags you want to turn