Changes between Version 16 and Version 17 of GrammarCheckingID
- Timestamp:
- 17/11/20 14:26:24 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GrammarCheckingID
v16 v17 1 1 = Tools to Check Grammar in IETF Draft 2 2 3 This page lists a couple of tools and techniques to check the English grammar in XML or MarkDown IETF drafts.3 This page lists a couple of tools and techniques to check the English grammar and spelling in XML or MarkDown IETF drafts. 4 4 5 The use of thistool is highly recommended to ease the reading and the understanding of documents. Authors should use one of these tools before submitting a draft.5 The use of such a tool is highly recommended to ease the reading and the understanding of documents. Authors should use one of these tools before submitting a draft. 6 6 7 7 Note: this list was compiled in 2020 by the IETF community and includes [#generic generic tools] on the Internet and [#specific specific tools] (often make by IETF authors). … … 11 11 12 12 Those tools do not always understand the structure of IETF draft and often require a TXT files without page headings (use `xml2rfc --raw` to get such a TXT file). 13 14 === GNU spell (no grammar check) 15 16 http://aspell.net/ is a well-known spell checker. It has a filter for HTML/SGML that basically works with XML with the option `-H` or `--mode=html`. 13 17 14 18 === Codespell (no grammar check)