Difference between revisions of "Format dictionaries"
Jump to navigation
Jump to search
m |
m |
||
Line 24: | Line 24: | ||
... |
... |
||
</pre> |
</pre> |
||
The 1-line format can be useful if you use [http://es.wikipedia.org/wiki/Grep grep] or any similar tool to process dictionaries. |
|||
[[Category:Documentation]] |
[[Category:Documentation]] |
Revision as of 11:17, 31 January 2008
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.