From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Grammar checking Date: Fri, 31 Mar 2023 17:39:38 +0300 Message-ID: <83tty10ytx.fsf@gnu.org> References: <87355lqs4v.fsf@gmail.com> <838rfd2mmf.fsf@gnu.org> <58158ae4984ea8345733@heytings.org> <83zg7t12i6.fsf@gnu.org> <87mt3t9ey3.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34337"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gregory@heytings.org, relekarpayas@gmail.com, rms@gnu.org, m.eliachevitch@posteo.de, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 31 16:40:14 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1piFvK-0008it-Nd for ged-emacs-devel@m.gmane-mx.org; Fri, 31 Mar 2023 16:40:14 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1piFug-0005Bs-5y; Fri, 31 Mar 2023 10:39:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piFue-0005AM-SU for emacs-devel@gnu.org; Fri, 31 Mar 2023 10:39:33 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piFue-00072W-Bi; Fri, 31 Mar 2023 10:39:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=poPV28HzCLbF2dD0Ul6rTkf0B28dEPk4KYbS6jZNWjI=; b=fJ/xTeKMT4vH /avPvKwjqfzPw3VS2yP6781DHIZGfKZl6KtR+VpSrzwfZDMeqeVn8B9pGIFsNYr6Tj2sQuQAfer5I KXSHrDiqi2TR84RzBE3R0mDHZAkF4YMBe88f8caQhMGrFMNs31ZclcOLxEBDyIjMuP7z1BAhB0hAF HXuPYQKMi/LsO3LnKusoeHmbvXzfSWuYM5Hgwu6QWye2wLjI7GvdTEAaRsPcokdhe0KUwVTasl0TN 1G0xta+qLpEdmm75h+R1FrcVI/zc8YylrY7qWgj1pXL8EwRbfWy5F914oJcTjGTO3zyENkXnPnbdf 416CYXWpXCs5Tlz6vYUYuA==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1piFuY-0000Kc-6v; Fri, 31 Mar 2023 10:39:26 -0400 In-Reply-To: <87mt3t9ey3.fsf@localhost> (message from Ihor Radchenko on Fri, 31 Mar 2023 14:24:20 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:304933 Archived-At: > From: Ihor Radchenko > Cc: Gregory Heytings , relekarpayas@gmail.com, > rms@gnu.org, m.eliachevitch@posteo.de, emacs-devel@gnu.org > Date: Fri, 31 Mar 2023 14:24:20 +0000 > > I just tried https://elpa.gnu.org/packages/doc/compat.html > > The attached are full report and the report that I cleaned up a bit, > removing false positives related to texinfo format not being understood. Not bad at all. But it consistently misses "its" mis-spelled as "it's". > Also, I noticed that checking time is actually much faster compared to > what I am getting with Elisp package: > > Time: 2994ms for 1271 sentences (424.5 sentences/sec) > > real 0m4.078s > user 0m21.279s > sys 0m0.501s > > So, the slowness I was talking about might have something to do with > https://github.com/mhayashi1120/Emacs-langtool implementation. Probably.