On 11 Sep 2007 at 12:38, Chas Owens wrote:
> On 9/11/07, Beginner <[EMAIL PROTECTED]> wrote:
> snip
I think my installation might be broken some how.
> Would
> > you agree?
> snip
>
> At this point, yes, there is something other than the Perl code
> you/I
> wrote that is at fault. My versions a
On 9/11/07, Beginner <[EMAIL PROTECTED]> wrote:
snip
> 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?
sni
#x27;t a question of if you will
> 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/Te
On 9/11/07, Beginner <[EMAIL PROTECTED]> wrote:
snip
> 1) That was a typo in the mail but I redid it to be sure
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
> 2) I believe I have followed what y
On 11 Sep 2007 at 9:25, Chas Owens wrote:
> On 9/11/07, Dermot Paikkos <[EMAIL PROTECTED]> wrote:
> > On 10 Sep 2007 at 12:52, Chas Owens wrote:
..snip
> Three things:
> 1. You are building dict.local, but the error message says local.dict
> 2. Did you try my example and did it work?
> 3. You ar
On 9/11/07, Dermot Paikkos <[EMAIL PROTECTED]> wrote:
> On 10 Sep 2007 at 12:52, Chas Owens wrote:
>
> > On 9/10/07, Beginner <[EMAIL PROTECTED]> wrote:
> > snip
> > > Does anyone have any ideas why this isn't working? Could this be
> > due
> > > to an environment variable?
> > snip
>
>
> > Are you
On 10 Sep 2007 at 12:52, Chas Owens wrote:
> On 9/10/07, Beginner <[EMAIL PROTECTED]> wrote:
> snip
> > Does anyone have any ideas why this isn't working? Could this be
> due
> > to an environment variable?
> snip
> Are you sure you create (or updated) your dictionary correctly?
..snip
It seems
t;
use warnings;
use Text::Aspell;
my $speller = Text::Aspell->new;
die unless $speller;
$speller->set_option('master' , './dict.local');
my @not = ('not ', '');
for my $word (qw) {
print "$word $not[$speller->check($word)]found\n&qu
Beginner wrote:
I am sorry if this is a bit module specific, I am hoping someone on
the list has some experience of Text::Aspell and can help.
I am trying to use a custom dictionary. I can use the command line
aspell check --master="./dict.local" somefile
and words incl
Hi,
I am sorry if this is a bit module specific, I am hoping someone on
the list has some experience of Text::Aspell and can help.
I am trying to use a custom dictionary. I can use the command line
aspell check --master="./dict.local" somefile
and words included in my dicti
10 matches
Mail list logo