Re: Text::Aspell

2007-09-14 Thread Beginner
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

Re: Text::Aspell

2007-09-11 Thread Chas Owens
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

Re: Text::Aspell

2007-09-11 Thread Beginner
#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

Re: Text::Aspell

2007-09-11 Thread Chas Owens
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

Re: Text::Aspell

2007-09-11 Thread Beginner
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

Re: Text::Aspell

2007-09-11 Thread Chas Owens
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

Re: Text::Aspell

2007-09-11 Thread Dermot Paikkos
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

Re: Text::Aspell

2007-09-10 Thread Chas Owens
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

Re: Text::Aspell

2007-09-10 Thread Rob Dixon
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

Text::Aspell

2007-09-10 Thread Beginner
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