aspell-user
[Top][All Lists]
Advanced

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

Re: [Aspell-user] Aspell Spell Helper huge dictionary


From: Krzysztof Żelechowski
Subject: Re: [Aspell-user] Aspell Spell Helper huge dictionary
Date: Sat, 18 Sep 2010 16:33:10 +0200
User-agent: KMail/1.13.5 (Linux/2.6.34-12-desktop; KDE/4.4.4; x86_64; ; )

Dnia piątek, 17 września 2010 o 03:47:47 Kevin Atkinson napisał(a):
> On Thu, 16 Sep 2010, Krzysztof ?elechowski wrote:
> 
> > 1. Is the huge English dictionary available off line?  In particular, I am 
> > interested in a dictionary containing the word "motoric".
> 
> An unoffical link:
>    http://suggest.aspell.net/huge.tar.gz
> 

The following patch will allow to build the dictionary in a build root 
environment [1].  
The name DESTDIR is, of course, arbitrary; I chose it because it is used by 
aspell-en.

diff -r1.1.1.1 Makefile
3c3
<       precat huge.cwl | aspell create master --lang=en ./english-huge.rws
---
>       precat 'huge.cwl' | aspell 'create' 'master' '--lang=en' 
> './english-huge.rws'
6c6
<       cp -a english-huge.multi english-huge.rws `aspell config dict-dir`
---
>       cp '-a' 'english-huge.multi' 'english-huge.rws' "${DESTDIR}$$(aspell 
> 'config' 'dict-dir')"

Best regards,
Chris

___
[1] 
<URL:http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch09s04s03.html>



reply via email to

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