Format dictionaries
Jump to navigation
Jump to search
You can use the dictools script (crossdics package) to format each <e>
tag in the dictionary.
$ ./dictools format-1line <dic> <dic.out>
For example, these lines:
... <e> <p> <l>estilo<s n="n"/></l> <r>estil<s n="n"/></r> </p> </e> ...
will be displayed in one line.
... <e><p><l>estilo<s n="n"/></l><r>estil<s n="n"/></r></p></e> ...
The 1-line format can be useful if you use grep or any similar tool to process dictionaries.