Re: [Bug-apl] Spell corrector - APL

2016-09-13 Thread Ala'a Mohammad
Apology! It was my mistake rushing to conclusion (fat finger typo). It works and Thanks A Lot! the total time went down to 4 min +- few seconds (compared to the previous 2 hours and ~ 30 mins). Also the Total Memory was less by 100MiB Thanks again. Below is the summary. (the latest update with s

Re: [Bug-apl] Spell corrector - APL

2016-09-13 Thread Juergen Sauermann
Hi, it works on my machine and is much faster than the previous approach. /// Jürgen On 09/13/2016 05:25 PM, Jay Foad wrote: This looks like you are applying desc to an array that does not have rank 2. I don't

Re: [Bug-apl] Spell corrector - APL

2016-09-13 Thread Jay Foad
This looks like you are applying desc to an array that does not have rank 2. I don't see how that can happen if you entered this exactly, since the argument of desc must have shape 39 2: desc 39 2⍴(⍪u),≢¨⊂⍨x[⍋x←u⍳w] Jay. On 12 September 2016 at 18:34, Ala'a Mohammad wrote: > Thanks for the alt