From: garbe n. <Nic...@et...> - 2002-09-06 13:23:49
|
---------- Message transmis ---------- Subject: transcriber and ag Date: Fri, 6 Sep 2002 15:17:55 -0400 From: garbe nicolas <ga...@et...> To: Xiaoyi Ma <xm...@un...> Cc: Haejoong Lee <hae...@un...>, agt...@li... Hello, I have a probleme with Transcriber.cc If I take a transcriber 's file which begin with <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE Trans SYSTEM "trans-13.dtd"> And if try a demo like that #!/usr/bin/wish load ../src/ag_wrapper/tcl/.libs/ag.so set transId [AG::CreateAGSet "Transcriber"] AG::Load Transcriber "know.trs" $transId puts [AG::toXML $transId] AG::Store Transcriber "titi.Transcriber" $transId I have a segmentation fault with Load of transcriber I 'm obliged to delete <!DOCTYPE Trans SYSTEM "trans-13.dtd"> And so when I delete the line of dtd ,for load it's good but for store there is a problem the message error is : Error in startup script: AGExceptionAG Exception caught when calling GetFeatureNames: is not a valid AnnotationId, AGSetId, AGId, TimelineId or SignalId! while executing "AG::Store Transcriber "titi.Transcriber" $transId" If you have an idea.... nicolas garbe ------------------------------------------------------- |