Re: Text::Aspell
- From: dermot@xxxxxxxxxxxxxxxx (Beginner)
- Date: Tue, 11 Sep 2007 15:28:40 +0100
On 11 Sep 2007 at 10:04, Chas Owens wrote:
On 9/11/07, Beginner <dermot@xxxxxxxxxxxxxxxx> wrote:
snip
Please do not type error messages. Copy and paste them instead.
Actually the rule should be, "don't type anything but your
commentary".
snip
mkdir temp
cd temp
echo Aberystwyth >> words
echo Perl >> words
echo FOO >> words
echo abcdfooblahsmack >> words
aspell --lang=en create master ./dict.local < words
then create the perl script I mentioned in a previous email and try to
run it, and this is the important part, in the directory you just
created.
-bash-3.00$ mkdir temp
-bash-3.00$ cd temp
-bash-3.00$ echo Aberystwyth >> words
-bash-3.00$ echo Perl >> words
-bash-3.00$ echo FOO >> words
-bash-3.00$ echo abcdfooblahsmack >> words
-bash-3.00$ aspell --lang=en create master ./dict.local < words
-bash-3.00$vi chas.pl
....snip
-bash-3.00$ perl chas.pl
Use of uninitialized value in array element at chas.pl line 18.
Aberystwyth not found
Use of uninitialized value in array element at chas.pl line 18.
Perl not found
Use of uninitialized value in array element at chas.pl line 18.
FOO not found
Use of uninitialized value in array element at chas.pl line 18.
bar not found
Use of uninitialized value in array element at chas.pl line 18.
abcdfooblahsmack not found
snipIt isn't a question of if you will
3) Oh Oui :-\snip
accidentally wound yourself, but more of when are you going to kill
yourself.
All done under my mortal login.
-bash-3.00$ find /usr/lib/perl5 -name "Aspell*" -ls
4096 Jul 6 19:20 /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-
multi/auto/Text/Aspell
93685 Jul 6 19:20 /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-
multi/auto/Text/Aspell/Aspell.so
0 Jul 6 19:20 /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-
multi/auto/Text/Aspell/Aspell.bs
11139 May 3 05:59 /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-
multi/Text/Aspell.pm
My version of Aspell is 0.60.5. My version of Text::Aspell is 0.08.
I believe I am doing everything that the docs ask and you have
suggested. I think my installation might be broken some how. Would
you agree?
Thanx,
Dp.
.
- Follow-Ups:
- Re: Text::Aspell
- From: Chas Owens
- Re: Text::Aspell
- References:
- Text::Aspell
- From: Beginner
- Re: Text::Aspell
- From: Beginner
- Re: Text::Aspell
- From: Chas Owens
- Text::Aspell
- Prev by Date: Re: array index
- Next by Date: Re: Text::Aspell
- Previous by thread: Re: Text::Aspell
- Next by thread: Re: Text::Aspell
- Index(es):
Relevant Pages
|