help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Let ispell use use multiple dictionaries stored in different files.


From: Emanuel Berg
Subject: Re: Let ispell use use multiple dictionaries stored in different files.
Date: Sun, 08 Aug 2021 05:58:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hongyi Zhao wrote:

> combine the wamerican-insane and Webster_s_Unabridged_3 into
> one even bigger word list file, which includes 790592
> entries at the moment:
>
> $ awk '!a[$0]++' /usr/share/dict/american-english-insane
> Webster_s_Unabridged_3.txt |
>    tee ~/american-english-insane-Webster_s_Unabridged | wc
>  790592  892589 8649982

Hm, is awk '!a[$0]++' faster than sort -u?

  $ sort -u A B > AB
  $ wc -l AB

Where did you find Webster_s_Unabridged_3.txt ?

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]