Re: [HELP] a search engine in GNU Guile

2017-02-10 Thread amirouche
Héllo Ralf, On 09/09/2016 20:10, Amirouche Boubekki wrote: On 2016-09-09 16:05, Ralf Mattes wrote: On Fri, Sep 09, 2016 at 09:39:24AM -0500, Christopher Allan Webber wrote: Amirouche Boubekki writes: [...] (and, in the case of Lucene, a rather well working, It's not possible to use a cus

Re: [HELP] a search engine in GNU Guile

2016-09-22 Thread Amirouche Boubekki
Héllo, I made some progress regarding culturia. Now there is a web interface available at hypermove.net [0]. [0] http://hypermove.net/?query=guile+algorithms+-wingolog Now you can: - search a bunch of website related to Guile I quickly selected - use minus char "-" to exclude some keyword fro

Re: [HELP] a search engine in GNU Guile

2016-09-09 Thread Amirouche Boubekki
On 2016-09-09 16:40, Christopher Allan Webber wrote: Amirouche Boubekki writes: Héllo, I'd like to share with you a mini-project on the road of Culturia 0.1 [0] which is a boolean keyword search engine (similar in principle to xapian, lucene and whoosh (with less polish and features)). ...

Re: [HELP] a search engine in GNU Guile

2016-09-09 Thread Amirouche Boubekki
On 2016-09-09 16:05, Ralf Mattes wrote: On Fri, Sep 09, 2016 at 09:39:24AM -0500, Christopher Allan Webber wrote: Amirouche Boubekki writes: > - port whoosh/lucene to guile to improve text search Sorry, but I don't see the point of this. I mean to say "to improve text search of my previous

Re: [HELP] a search engine in GNU Guile

2016-09-09 Thread Ralf Mattes
On Fri, Sep 09, 2016 at 09:39:24AM -0500, Christopher Allan Webber wrote: > Amirouche Boubekki writes: > > > - port whoosh/lucene to guile to improve text search Sorry, but I don't see the point of this. At least Lucene has a http-based interface that can be accessed by any kind of client languag

Re: [HELP] a search engine in GNU Guile

2016-09-09 Thread Christopher Allan Webber
Amirouche Boubekki writes: > Héllo, > > > I'd like to share with you a mini-project on the road of Culturia 0.1 > [0] which is a boolean keyword search engine (similar in principle to > xapian, lucene and whoosh (with less polish and features)). ... and I didn't read this until after I wrote my l

Re: [HELP] a search engine in GNU Guile

2016-09-09 Thread Christopher Allan Webber
Amirouche Boubekki writes: > - port whoosh/lucene to guile to improve text search This is something I'd love to see generally. It would be nice to have an indexing library, either by writing bindings to Xapian (which unfortunately couldn't use the FFI since it's C++), or natively porting somethi

Re: [HELP] a search engine in GNU Guile

2016-09-04 Thread Amirouche Boubekki
Héllo, I'd like to share with you a mini-project on the road of Culturia 0.1 [0] which is a boolean keyword search engine (similar in principle to xapian, lucene and whoosh (with less polish and features)). [0] https://github.com/amirouche/Culturia The dependencies are wiredtiger develop branc

[HELP] a search engine in GNU Guile

2016-08-13 Thread Amirouche Boubekki
Héllo, The goal of Culturia is to create a framework that makes it easy to tape into Natural Language Understanding algorithms (and NLP) and provide an interface for common tasks. Culturia is an intelligence augmentation software. It's primary interface is a search engine. Another important as