On 1/7/2013 10:48 AM, Adi wrote:
Hi William and James, Thanks for the response, I will try using the
latest trunk. I was previously using version 1.5.3 (jar lib). This is
how my detection (after i trained the model) code looks: String
sentences[] = sentenceDetector.sentDetect(testString); InputStream
modelIn = new FileInputStream("models/custom-abbr-sentence
detector.bin"); SentenceModel model = new SentenceModel(modelIn);
SentenceDetectorME sentenceDetector = new SentenceDetectorME(model);
Thanks, Adi
How many sentences do you have in the training set used to train your model?
What parameters did you use?
Do the sentences have a variation of sentences with and without
abbreviations?
James