GTSpotter fuzzy search
Would be possible to have fuzzy-search? Or rather Pascal-based search? RTAE -> *RTA*bstract*E*xample BCF -> *B*l*C*onfigurable*F*ormatter etc.
Would be fantastic! -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Mar 9, 2016, at 12:04 PM, Peter Uhnák <i.uhnak@gmail.com> wrote:
Would be possible to have fuzzy-search? Or rather Pascal-based search?
RTAE -> RTAbstractExample BCF -> BlConfigurableFormatter
etc.
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 <i.uhnak@gmail.com> 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 <tudor@tudorgirba.com> 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 <i.uhnak@gmail.com> 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."
I just translated an algo that was guessed from Sublime Text: https://blog.forrestthewoods.com/reverse-engineering-sublime-text-s-fuzzy-ma... 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 <damien.pollet+pharo@gmail.com> 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 <tudor@tudorgirba.com> 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 <i.uhnak@gmail.com> 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."
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 <damien.pollet+pharo@gmail.com> wrote:
I just translated an algo that was guessed from Sublime Text: https://blog.forrestthewoods.com/reverse-engineering-sublime-text-s-fuzzy-ma...
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 <damien.pollet+pharo@gmail.com> 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 <tudor@tudorgirba.com> 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 <i.uhnak@gmail.com> 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."
participants (4)
-
Alexandre Bergel -
Damien Pollet -
Peter Uhnák -
Tudor Girba