which data structure should I use?
Eknath Venkataramani
eknath.iyer at gmail.com
Thu Jan 14 23:56:24 EST 2010
I have a txt file in the following format:
[code]
"confident" => {
count => 4,
trans => {
"ashahvasahta" => 0.74918568,
"atahmavaishahvaasa" => 0.09095465,
"pahraaram\.nbha" => 0.06990729,
"mailatae" => 0.02856427,
"utanai" => 0.01929341,
"anaa" => 0.01578552,
"uthaanae" => 0.01403157,
"jaitanae" => 0.01227762,
},
},
"consumers" => {
count => 4,
trans => {
"upabhaokahtaa" => 0.75144362,
"upabhaokahtaaom\.n" => 0.12980166,
"sauda\�\�\�dha" => 0.11875471,
},
},
"a" => {
count => 1164,
trans => {
"eka" => 0.14900491,
"kaisai" => 0.08834675,
"haai" => 0.06774697,
"kaoi" => 0.05394308,
"kai" => 0.04981982,
"\(none\)" => 0.04400085,
"kaa" => 0.03726579,
"kae" => 0.03446450,
},
},
[/code]
and I need to extract "confident" , "ashahvasahta" from the first
record, "consumers", "upabhaokahtaa" from the second record...
i.e. "word in english" and the "first word in the probable-translations"
Thanks is advance
Eknath
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100114/39309310/attachment.html>
More information about the Python-list
mailing list