From: Kazuaki M. <ma...@un...> - 2002-08-05 21:13:28
|
Dear Matthias, Thank you very much for pointing out the bugs. We will try to fix them as soon as possible. About the problem with UnsetAnchorOffset and your suggestion about checking the sources with respect to the ID management, my colleague Xiaoyi Ma at LDC, who is currently away, will probably be able to work on these once he comes back. Regards, Kazuaki Maeda Linguisitc Data Consortium From: Matthias Thomae <th...@ei...> Subject: [agtk-devel] lost anchor identifier at AG::splitAnnotation Date: Mon, 05 Aug 2002 14:32:03 +0200 > Dear AG developers, > > I encountered a problem using the AG::SplitAnnotation function from Tcl. > When I try to reference the newly created anchor, e.g. by setting its > offset, I get an exception with a message: > > "<anchorId> is an invalid AnchorId" > > I think this problem originates from the AG::splitAnnotation method in > AG.cc, in that the anchor which is constructed is not added to the > identifiers. After adding > > addAnchor(n); > > to AG::splitAnnotation and recompiling, the problem disappears. > > I have a similar problem when unsetting anchor offsets using > AG::UnsetAnchorOffset, but no solution. > > Maybe one of the developers could check the sources with respect to the > Identifier management, in case more of these problems exist? > > Regards. > Matthias |