Difference between revisions of "Dixtools: Enhance"

From Apertium
Jump to navigation Jump to search
(Created page with " How to use it: * java -jar path/to/apertium-dixtools.jar enhance existing_dict.xml name_new_dict.dix There are 3 parameters enhance the name for the tool ...")
 
Line 16: Line 16:
   
 
See discussion at http://thread.gmane.org/gmane.comp.nlp.apertium/2946/focus=2987
 
See discussion at http://thread.gmane.org/gmane.comp.nlp.apertium/2946/focus=2987
  +
  +
  +
[[Category:Writing dictionaries]]

Revision as of 07:07, 19 March 2014

How to use it:

  • java -jar path/to/apertium-dixtools.jar enhance existing_dict.xml name_new_dict.dix

There are 3 parameters

   enhance 
       the name for the tool
   existing_dict.dix
       the name of the existing dict (i.e.: apertium-es-ca.ca.dix)
   name_new_dict.dix
       the name we want the new (enhanced) dict to be saved
       ALERT: the tool simply overrides whatever file exists with that name


See discussion at http://thread.gmane.org/gmane.comp.nlp.apertium/2946/focus=2987