Re: Looking for a grammar/spelling tool for XML I-D

Lars Eggert <lars@eggert.org> Thu, 20 August 2020 13:59 UTC

Return-Path: <lars@eggert.org>
X-Original-To: ietf@ietfa.amsl.com
Delivered-To: ietf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1E6013A0B5A for <ietf@ietfa.amsl.com>; Thu, 20 Aug 2020 06:59:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.099
X-Spam-Level:
X-Spam-Status: No, score=-2.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=eggert.org
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id byQowtPCF-N9 for <ietf@ietfa.amsl.com>; Thu, 20 Aug 2020 06:59:03 -0700 (PDT)
Received: from mail.eggert.org (mail.eggert.org [IPv6:2a00:ac00:4000:400:211:32ff:fe22:186f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A08993A0AF3 for <ietf@ietf.org>; Thu, 20 Aug 2020 06:59:03 -0700 (PDT)
Received: from [IPv6:2a00:ac00:4000:400:1069:5b8:4590:433a] (unknown [IPv6:2a00:ac00:4000:400:1069:5b8:4590:433a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.eggert.org (Postfix) with ESMTPSA id AE9EC683AF2; Thu, 20 Aug 2020 16:58:54 +0300 (EEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eggert.org; s=dkim; t=1597931934; bh=S3wlMAV4T/WcKwYyi3WpWmosKP5tvk5IJ6x48RVusv8=; h=From:Subject:Date:In-Reply-To:Cc:To:References; b=D5+MoOZcNkwvDl9Lga3nbFUMCm/Rn3ZgFJm44SrJiHhIkXmrnpDS3fPhAVLA8g2sL zApSV5N3w+Qm55LyaY30ACeLyEP6sKmvn5pOJ4VQxx15esqA+bphV6bxUOiYCL0SZV Y2rjTHT8QtmnB0dEYnw27gR6vebVI62JSi4P2WPo=
From: Lars Eggert <lars@eggert.org>
Message-Id: <E992727E-9B27-494B-A210-6E9E44966DE8@eggert.org>
Content-Type: multipart/signed; boundary="Apple-Mail=_B33EB08C-71B0-47DD-B201-5D6030FEF601"; protocol="application/pgp-signature"; micalg="pgp-sha512"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.1\))
Subject: Re: Looking for a grammar/spelling tool for XML I-D
Date: Thu, 20 Aug 2020 16:58:52 +0300
In-Reply-To: <27EC28EB-E58F-48EA-ABE0-99E0DF709847@cisco.com>
Cc: "ietf@ietf.org" <ietf@ietf.org>
To: "Eric Vyncke (evyncke)" <evyncke=40cisco.com@dmarc.ietf.org>
References: <27EC28EB-E58F-48EA-ABE0-99E0DF709847@cisco.com>
X-MailScanner-ID: AE9EC683AF2.A6ADC
X-MailScanner: Found to be clean
X-MailScanner-From: lars@eggert.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/ietf/fMqAy40ChFlST9azkPfuIul--Hc>
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf>, <mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ietf/>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 20 Aug 2020 13:59:12 -0000

On 2020-8-20, at 12:38, Eric Vyncke (evyncke) <evyncke=40cisco.com@dmarc.ietf.org> wrote:
> So, we are looking forward for any tools on-line/off-line being able to do this.

https://github.com/codespell-project/codespell works on md, xml and txt (and more).

Lars