On Mon, Sep 20, 2010 at 9:50 AM, Eddie Epstein <[email protected]> wrote: > Hi Diman, > > Indeed the problem is Xmi deserialization. It looks like ByteArray > features must be defined with > <multipleReferencesAllowed>true</multipleReferencesAllowed> > > At first glance this is missing from our documentation. Will double check > that. >
In fact UIMA is working as designed. It appears that your XmiCas data was serialized out with multipleReferencesAllowed=true for the feature hypernyms, but then deserialized with a different typesystem where multipleReferencesAllowed=false. Eddie
