Is there any good command line spellcheckers for Docbook avaliable that could be configured to ignore certain tags such as <programlisting>.
Preferably it would use hunspell dictionaries since I have a good Swedish dictionary to that.
|
Is there any good command line spellcheckers for Docbook avaliable that could be configured to ignore certain tags such as <programlisting>. Preferably it would use hunspell dictionaries since I have a good Swedish dictionary to that.
| |||
|
feedback
|
|
Aspell provides multiple operating modes to work in.
Sounds like you just need to install the hunspell dictionaries and then you can run aspell with the -H (--mode=Html/Sgml) option. | |||
|
feedback
|