|
From: Golam M. H. <gmh...@gm...> - 2009-05-13 02:11:23
|
Hi, On Tue, May 12, 2009 at 5:13 PM, Salahuddin Pasha <sal...@gm...> wrote: > Basic work is already done, but we need to define a standard XML (XML > DTD or XML Schema). > Example: test XML output. > > <?xml version="1.0" encoding="utf-8"?> > <dictionary> > <search_results> > <dict_entry id="1"> > <en_word>read</en_word> > <pos_tag>Noun, singular or mass</pos_tag> Thanks a lot for your work. I should suggest that you also try to have an entry for PennTag for Parts-of-Speech (pos) like "NN", "VV" etc. So something like <penn_tag>NN</penn_tag> This would be needed if Anubadok Online intreface needs to update its database using your XML gateway of Ankur dictionary database. Cheers, Golam |