Would be possible to have fuzzy-search?
Or rather Pascal-based search? RTAE -> RTAbstractExample BCF -> BlConfigurableFormatter etc. |
Would be fantastic!
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
|
In reply to this post by Peter Uhnak
Hi,
Would you like to try to propose a implementation for this? This would fit as a subclass of GTFilter? Cheers, Doru > On Mar 9, 2016, at 4:04 PM, Peter Uhnák <[hidden email]> wrote: > > Would be possible to have fuzzy-search? > Or rather Pascal-based search? > > RTAE -> RTAbstractExample > BCF -> BlConfigurableFormatter > > etc. -- www.tudorgirba.com www.feenk.com "Every successful trip needs a suitable vehicle." |
+1 I wanted to copy the algo from selecta but never got to it… https://github.com/garybernhardt/selecta/blob/master/selecta On 9 March 2016 at 20:51, Tudor Girba <[hidden email]> wrote: Hi, |
I just translated an algo that was guessed from Sublime Text: https://blog.forrestthewoods.com/reverse-engineering-sublime-text-s-fuzzy-match-4cffeed33fdb The code is not too pretty (one 54-line method) but it seems to give the same scores as the online demo. We can have a look in Namur or during a sprint :) On 10 March 2016 at 03:13, Damien Pollet <[hidden email]> wrote:
|
Awesome!
I will try to be online on Thursday afternoon (I do not know yet about Friday). Cheers, Doru > On Mar 30, 2016, at 12:41 AM, Damien Pollet <[hidden email]> wrote: > > I just translated an algo that was guessed from Sublime Text: https://blog.forrestthewoods.com/reverse-engineering-sublime-text-s-fuzzy-match-4cffeed33fdb > > The code is not too pretty (one 54-line method) but it seems to give the same scores as the online demo. We can have a look in Namur or during a sprint :) > > On 10 March 2016 at 03:13, Damien Pollet <[hidden email]> wrote: > +1 > > I wanted to copy the algo from selecta but never got to it… https://github.com/garybernhardt/selecta/blob/master/selecta > > On 9 March 2016 at 20:51, Tudor Girba <[hidden email]> wrote: > Hi, > > Would you like to try to propose a implementation for this? This would fit as a subclass of GTFilter? > > Cheers, > Doru > > > > On Mar 9, 2016, at 4:04 PM, Peter Uhnák <[hidden email]> wrote: > > > > Would be possible to have fuzzy-search? > > Or rather Pascal-based search? > > > > RTAE -> RTAbstractExample > > BCF -> BlConfigurableFormatter > > > > etc. > > -- > www.tudorgirba.com > www.feenk.com > > "Every successful trip needs a suitable vehicle." > > > > > > > > -- www.tudorgirba.com www.feenk.com "Sometimes the best solution is not the best solution." |
Free forum by Nabble | Edit this page |