On Mon, Feb 6, 2012 at 6:15 PM, Jim - FooBar(); <jimpil1...@gmail.com>wrote:
> Now the easy and straightforward solution to that is to NOT add spaces in > the tag like this : > > <START:drug>Folic acid<END> (this will NOT match "acid" in later parsing) > > I honestly wasn't expecting that to make any difference to the training > process but as it turns out it breaks it completely. That is how we defined the training format. The <START> and <END> tag MUST be white space separated, otherwise it will be recognized as a token. Jörn