View Single Post
Old 01-26-2013, 05:46 AM   #1
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,608
Karma: 3000161
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Batch process of words for the hunspell user dictionnary

Hi,

I have a plain but rather big list of approved words in text format (one word every line) and I would like to insert all of them in my user dictionnary.

If I use hunspell with the command line.
Code:
hunspell filename
presents the words one by one, and I can either ask for the next word (Space) or insert it in the user dictionnary (i).

This is a tedious process. Is there a way to batch process this list?

I read in the man hunspell that the command
Code:
hunspell -s filename
"stems the words of the input text". Does somebody understand what it means?
roger64 is offline   Reply With Quote