Difference between revisions of "Speling tools"

From Apertium
Jump to navigation Jump to search
(New page: The '''Speling tools''' are a number of scripts and programs which process Speling format files, they consist of: And can be found in Apertium SVN under <code>trunk/apertium-too...)
 
Line 1: Line 1:
 
The '''Speling tools''' are a number of scripts and programs which process [[Speling format]] files, they consist of:
 
The '''Speling tools''' are a number of scripts and programs which process [[Speling format]] files, they consist of:
   
  +
* <code>split-speling.py</code> -- To split a full-form list into manageable chunks for [[paradigm chopper]]
 
  +
* <code>speling-paradigms.py</code> -- To generate all possible paradigms for a given full-form list
  +
* <code>paradigm-chopper.py</code> -- To merge identical paradigms.
   
 
And can be found in [[Apertium SVN]] under <code>trunk/apertium-tools/speling</code>.
 
And can be found in [[Apertium SVN]] under <code>trunk/apertium-tools/speling</code>.

Revision as of 14:24, 17 September 2009

The Speling tools are a number of scripts and programs which process Speling format files, they consist of:

  • split-speling.py -- To split a full-form list into manageable chunks for paradigm chopper
  • speling-paradigms.py -- To generate all possible paradigms for a given full-form list
  • paradigm-chopper.py -- To merge identical paradigms.

And can be found in Apertium SVN under trunk/apertium-tools/speling.

See also