Difference between revisions of "Dixtools: Merge dictionaries"
Jump to navigation
Jump to search
m |
m |
||
Line 5: | Line 5: | ||
In order to merge two morphological dictionaries you can use the <code>dictools</code> scripts available in <code>crossdics</code> package. |
In order to merge two morphological dictionaries you can use the <code>dictools</code> scripts available in <code>crossdics</code> package. |
||
$ |
$ apertium-dixtools '''merge-morph''' apertium-xx-yy.'''xx'''.dix apertium-xx-zz.'''xx'''.dix apertium-merged-xx.dix [-debug] |
||
* Use the option <code>-debug</code> to get more details about the merging process. A log file <code>merge.log</code> will be generated. |
* Use the option <code>-debug</code> to get more details about the merging process. A log file <code>merge.log</code> will be generated. |
Revision as of 14:03, 17 March 2008
- Main article: Crossdics
Merging morphological dictionaries
In order to merge two morphological dictionaries you can use the dictools
scripts available in crossdics
package.
$ apertium-dixtools merge-morph apertium-xx-yy.xx.dix apertium-xx-zz.xx.dix apertium-merged-xx.dix [-debug]
- Use the option
-debug
to get more details about the merging process. A log filemerge.log
will be generated.