Difference between revisions of "Dixtools: Enhance"

From Apertium
Jump to navigation Jump to search
Line 1: Line 1:
  +
[[Dixtools]] has an <code>enhance</code> option to add new words to a dictionary.
   
 
How to use it:
 
How to use it:

Revision as of 07:08, 19 March 2014

Dixtools has an enhance option to add new words to a dictionary.

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