Hi Jim, Thanks for your interest. I realize that's how most other people solved this error message, but it's not applicable in my case. The code errors out on the first document, which doesn't commit this formatting error, and it's not possible for any of my text to be formatted like that because the script that generates it puts in spaces. To be thorough, I did search the docs and nothing comes up. Does anyone have any ideas what could be wrong here?
Thanks On Wed, Nov 20, 2013 at 2:38 AM, Jim - FooBar(); <[email protected]>wrote: > On 20/11/13 07:23, Walrus theCat wrote: > >> In training my NameFinderME, I get the following error message: >> >> Computing event counts... java.io.IOException: Found unexpected >> annotation: >> >> In everything else Google has found me for this error message, it's always >> a simple error in the spacing of the training data (e.g., change >> <START:entity>some >> text<END> to <START:entity> some text <END> . This isn't applicable to me >> (it's all correctly spaced.) It's all UTF-16, and specified to be so when >> I >> set up the objects to do the training. Any ideas on what could be wrong? >> >> Thank you >> >> > press ctrl+f on your favourite editor and search 'n' replace ">." with "> > ." and possibly ">," with "> ,". I've been bitten by this before :) > > hope that helps, > Jim >
