Re: Regarding writing custom filter for GNU Aspell
Kevin Atkinson <[email protected]> Wed, 8 Mar 2017 14:32:10 -0500
| Newsgroups | gmane.comp.gnu.aspell.devel |
|---|---|
| Message-ID | <[email protected]> |
On 03/08/2017 06:34 AM, Jaysinh Shukla wrote: > 1. Is it possible to write custom filters for GNU Aspell? Yes > 2. If the answer to above question is yes then please share the > reference. I want to write filter for checking ReStructuredText format > document and will share back to this community as free software. I > request to share if any filter is existing for ReStructuredText. The best documentation is in Section 11 (Filter Interface) in the devel docs (http://aspell.net/dev-html/index.html and also distributed with Aspell). The easiest way to create a filter to to use on of the existing filters under modules/filter as a reference. Kevin, GNU Aspell Maintainer