# Last edited on 2012-02-02 01:42:49 by stolfilocal

FORMAT OF THE ".wds" FILES

  Each output line begins with a TYPE followed by a space.
  The TYPE describes the line type

    # #TEXT   -- TEXT is a #-comment
    $ SECID   -- Subsequent entries belong to section SECID of ".src" file
    @ NLIN    -- Subsequent entries belong to line NLIN of ".src" file
    a WORD    -- An "alpha" word.
    s WORD    -- A "symbol" word.
    p WORD    -- A "punct" word.

  The SECID is the concatenation of all TAGs of sections 
  containing the next words, with each TAG in braces, e.g.
  "$ {GEN}{c5}{v23}".  

  Blank lines, stand-alone #-comments,stand-alone @-directives
  are all written to the output, with an "# " prepended to them.