On 2/7/2012 5:29 AM, Jim - FooBar(); wrote: > Hey James, > > First of all thanks for taking the time to reply to my massive e-mail. > I really appreciate it... > > Secondly i think you slightly misunderstood my problems..to be fair > it's quite complicated! > > Ok, so i'm using openNLP 1.5.2 so i don't think there is any newer > nameFinder code. > Hi again,
Actually, SVN has a later version that fixes a problem with the name matching over long series. A bug in the code was causing the case sensitivity flag to go away when matching other tokens in a series. This was due to an attempted optimization that was working before we fixed the case sensitivity issues which broke the optimization. James