Added python script for parsing xml -> tsv or json.
Added python script for parsing xml -> tsv or json. First argument: from (example - dict.xml) Second argument: to (example - dict.json) Third argument: mode (example - json).
Sample format of tsv (' ' means space):
id \t root \t data \t extra \n
#header \t dictionary \t version \t revision \n
OpenCorpora \t dictionary \t <version_from_xml> \t
It requires much less space. This script is a sample, it requires a .sh wrapper.
#5