GTSpotter fuzzy search

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

GTSpotter fuzzy search

Peter Uhnak
Would be possible to have fuzzy-search?
Or rather Pascal-based search?

RTAE -> RTAbstractExample
BCF -> BlConfigurableFormatter

etc.
Reply | Threaded
Open this post in threaded view
|

Re: GTSpotter fuzzy search

abergel
Would be fantastic!
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



On Mar 9, 2016, at 12: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.

Reply | Threaded
Open this post in threaded view
|

Re: GTSpotter fuzzy search

Tudor Girba-2
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."






Reply | Threaded
Open this post in threaded view
|

Re: GTSpotter fuzzy search

Damien Pollet-2
+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."







Reply | Threaded
Open this post in threaded view
|

Re: GTSpotter fuzzy search

Damien Pollet-2
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."








Reply | Threaded
Open this post in threaded view
|

Re: GTSpotter fuzzy search

Tudor Girba-2
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."