in reply to Re: create an xml file from column file
in thread create an xml file from column file
the full output i want is as shown
<text> how are you> </text> <annotation><type> NP</type><text>how></text></annotation><annotation><type>NP</type><text>are</text></annotation><annotation><type>NP</type><text>you</text></annotation>so the type should contain the 2nd column of corresponding text in the tab seperated input file
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: create an xml file from column file
by hdb (Monsignor) on Jul 24, 2013 at 11:23 UTC |