all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marcin Borkowski <mbork@mbork.pl>
To: Richard Melville <6tricky9@gmail.com>
Cc: help-gnu-emacs@gnu.org, Emanuel Berg <moasenwood@zoho.eu>
Subject: Re: kill your darlings
Date: Mon, 24 Jun 2019 20:27:25 +0200	[thread overview]
Message-ID: <87ftnyyheq.fsf@mbork.pl> (raw)
In-Reply-To: <CAPeGcy-_XacX28yOkUw672P153MGN2FWmdhGhyDLAg7AC-4dqw@mail.gmail.com>


On 2019-06-24, at 10:42, Richard Melville <6tricky9@gmail.com> wrote:

> On Mon, 24 Jun 2019 at 05:13, Emanuel Berg via help-gnu-emacs <
> help-gnu-emacs@gnu.org> wrote:
>
>> Everyone knows that everyone use their favorite
>> constructs in peach and in writing. E.g.,
>> I like to use "e.g.", and I like to end
>> sentences with something like "for sure" -
>> no doubt :)
>>
>> On a mailing list this is not really a problem.
>> But for e.g. in a relationship in can become
>> very enervating, without exaggerating :) (Okay,
>> you get it, I'll stop now. Or will I...)
>>
>> We can't (?) program our relationships with
>> Elisp, but I wonder if there is a tool or
>> method to detect "darlings" in a text.
>> For example, I'm writing a LaTeX text now - it
>> isn't even halfway done, but currently at
>> 1965 lines, I have used the word "emellertid"
>> 8 times (it means "however" but sounds more
>> stiff and old-fashioned) - and if I weren't
>> aware of it, it'd be a good idea if Emacs could
>> tell me I overused the word, so I could
>> consider removing some of them. And perhaps
>> (actually it is likely) there are other of my
>> "darlings" that I *am* unaware of!
>>
>> The kind of stuff I described first, with
>> sentence constructions and so on, I get it it
>> is probably very difficult for a computer
>> program to detect. But overuse of words could
>> be as simple as
>>
>> - count all words
>>
>> - see what words are the most common
>>
>> - are there word there that much longer than
>>   the others? warn the user about possible
>>   overuse
>>
>> - obviously, if one is writing a paper on the
>>   mating process of the Trigonosaurus, one
>>   would simply disregard the recommendation to
>>   not use that wierd word all the time
>>
>> - to compare the text to the Internet would be
>>   a possibility, but I don't really like it.
>>   It would mean the program would try to make
>>   you write like everyone else. That's not the
>>   point: the point is to make you aware of
>>   something, that you might be unaware of!
>>
>> Is there anything like that going on anywhere
>> in the Emacs world?
>>
>> --
>> underground experts united
>> http://user.it.uu.se/~embe8573
>> https://dataswamp.org/~incal
>
>
> Yes, it's called proofreading.

Wow, you made my day!

Seriously though, there _are_ things like that.  I never used proselint
(http://proselint.com/), but it seems to do a similar thing - though it
detects common mistakes (and things perceived as mistakes in our stupid
times, apparently), and Emanuel wanted something that could somehow
detect peculiarities of style of a particular person.  I'm pretty sure
it's doable, though I know only a very, very little about natural
language processing to provide any details.

Doing statistics might be more difficult in languages with a lot of
inflections (like Polish or Latin).  English is way simpler wrt that;
I have no idea about Swedish (though it's not easy to imagine it being
more difficult than Polish;-)).

Best,

--
Marcin Borkowski
http://mbork.pl



  reply	other threads:[~2019-06-24 18:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-24  4:12 kill your darlings Emanuel Berg via help-gnu-emacs
2019-06-24  8:42 ` Richard Melville
2019-06-24 18:27   ` Marcin Borkowski [this message]
2019-07-02  8:25   ` Emanuel Berg via help-gnu-emacs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ftnyyheq.fsf@mbork.pl \
    --to=mbork@mbork.pl \
    --cc=6tricky9@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=moasenwood@zoho.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.