Jancs wrote:
i suppose, you have to edit unmuch source to get such option.

Janis

Yes Jancs, you was write, I've modified the /src/tools/unmunch.c file from the hunspell package.
Just added a line:
  fprintf(stdout, "%s\n", "---");
after the block that writes out wordforms:
   for (i=0; i < numwords; i++) {
     fprintf(stdout,"%s\n",wlist[i].word);
     free(wlist[i].word);
     wlist[i].word = NULL;
     wlist[i].pallow = 0;
   }


It was easier than I thought :))
Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to