Hi, The OpenNLP sentence detector detects sentences when the period at the end of a sentence and the next word are separated by a <space>. If there is no <space> in between it doesn't split them. Is there a way that could help me solve this?
*Example.1* It is with great pleasure that I write to invite you to the launch of the University of Reading’s Centre for Food Security on Thursday 25 November 2010.*<space>* The Centre offers a new focus for research on the challenges of meeting global demands for food in a sustainable way. *Output1* It is with great pleasure that I write to invite you to the launch of the University of Reading’s Centre for Food Security on Thursday 25 November 2010. The Centre offers a new focus for research on the challenges of meeting global demands for food in a sustainable way. *Example.2* It is with great pleasure that I write to invite you to the launch of the University of Reading’s Centre for Food Security on Thursday 25 November 2010.The Centre offers a new focus for research on the challenges of meeting global demands for food in a sustainable way. *Output2* It is with great pleasure that I write to invite you to the launch of the University of Reading’s Centre for Food Security on Thursday 25 November 2010.The Centre offers a new focus for research on the challenges of meeting global demands for food in a sustainable way. Thanks, Manoj.
