Amal, Here is a list of the supported character encoding by Java. http://download.oracle.com/javase/1.4.2/docs/guide/intl/encoding.doc.html
James On 6/21/2011 9:03 PM, Amal Elmah wrote: > Thanks > > I noticed that and I corrected mine now it works the problem in this I could > not find any error in the format but the trainer does not accept this data > > Throughout <START> Ray <END> ’ s career , he was committed to developing > public engagement with sociology and ensuring the value of sociological > research is understood by decision makers . > > thanks > > > >> Date: Tue, 21 Jun 2011 20:50:26 -0400 >> From: james.ko...@gmail.com >> To: opennlp-users@incubator.apache.org >> Subject: Re: What is the problem with the training filr >> >> On 6/21/2011 2:25 PM, Amal Elmah wrote: >>>>> --------------------------------------------------------------------------- >>>>> I do not know what is the problem and this is part of my data in the text >>>>> file >>>>> >>>>> Professor<START> Michael<END> >>>>> Professor<START> Naci<END> >>>>> Dr<START> Richard<END> ( p / t ) >>>>> Dr<START> David<END> >>>>> Professor<START> Vic<END> >>>>> Dr<START> Adrian<END> >>>>> Dr<START> Martin<END> >>>>> Dr<START> Timothy<END> >>>>> Dr<START> Ian<END> >>>>> Dr<START> Ali<END> >>>>> ----------------------------------------------------------------------------------------------------------------------- >>>>> >> Amal, >> >> (1) This isn't exactly the correct format. The format needs to be like >> this: >> >> Professor <START> Michael <END> >> Professor <START> Naci <END> >> Dr <START> Richard <END> ( p / t ) >> Dr <START> David <END> >> Professor <START> Vic <END> >> Dr <START> Adrian <END> >> Dr <START> Martin <END> >> Dr <START> Timothy <END> >> Dr <START> Ian <END> >> Dr <START> Ali <END> >> >> >