unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Amirouche Boubekki <amirouche@hypermove.net>
To: Guile User <guile-user@gnu.org>
Cc: guile-user <guile-user-bounces+amirouche=hypermove.net@gnu.org>
Subject: Re: [HELP] a search engine in GNU Guile
Date: Fri, 23 Sep 2016 07:52:36 +0200	[thread overview]
Message-ID: <df373352de62a777d307165dd6d6dcf4@hypermove.net> (raw)
In-Reply-To: <d00c3636fdd04e699e480b4708d770ef@hypermove.net>

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 from the result set
- index small-ish domains

There is no UI yet to add your website to the index, if you want
your website to be part of the experiment reach me.

I tried two search backends. One based on a graph database which
is more versatile but much slower and another based on inverted
index. The latter is the one that is used currently. It's fast
enough right now.

What will be done next:

- Add wikipedia, wiktionary, stackoverflow and hackernews to the
   database

- Improve how results are displayed

- Remove feeds from results

- Index pdf

- Remove duplicate entries from the results

- Paginate

- Make use of fibers to run the http server

- Better crawling algorithm that support updating the index

At some point there will be a 0.1 release, not sure when.

The code is also available at framagit [1] the web interface
is implemented in a single module [2].

[1] https://framagit.org/a-guile-mind/culturia
[2] https://framagit.org/a-guile-mind/culturia/blob/master/src/web.scm

Happy hacking!

On 2016-08-13 17:25, Amirouche Boubekki wrote:
> 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 aspect
> of the project is that it wants to be useable offline as such it will
> come with infrastructure to dump, load and store dataset for offline 
> use.
> 
> The current state of the project can be described as a big ball of mud.
> There is a tiny search engine with crawling skills and that's basically
> all of it.
> 
> The immediate changes that should happen are in order of preference:
> 
> - offline stackoverflow (cf. sotoki.scm) and use the generated
>   website to create a zim for kiwix [0]. This is great occasion to
>   show how great GNU Guile is!
> - port whoosh/lucene to guile to improve text search
> - offline hackernews, wikidata, wikipedia, wiktionary
> - implement BM25f
> 
> Culturia is a reference to _Culture and Empire_ by Pieter Hintjens.
> 
> It has a sparse documentation is available online [1].
> It's hosted on github [2] (This can change, if contributors
> don't want to use github).
> 
> The TODO list is big, here is some stuff that needs to be done:
> 
> - finish GrammarLink bindings
> - create sophia [3] bindings
> - implement TextRank
> - implement PageRank
> - create a GUI using sly or html
> - explore ways to easily share database among several processus
> 
> And many other things! Newbies are accepted obviously!
> 
> Send me a mail or use #guile @ irc.freenode.net, I am amz3.
> 
> 
> Happy hacking!
> 
> 
> [0] http://www.kiwix.org/wiki/Main_Page
> [1] https://amirouche.github.io/Culturia/doc/
> [2] https://github.com/amirouche/Culturia
> [3] http://sophia.systems/

-- 
Amirouche ~ amz3 ~ http://www.hyperdev.fr



      parent reply	other threads:[~2016-09-23  5:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-13 15:25 [HELP] a search engine in GNU Guile Amirouche Boubekki
2016-09-04 13:35 ` Amirouche Boubekki
2016-09-09 14:40   ` Christopher Allan Webber
2016-09-10  6:33     ` Amirouche Boubekki
2016-09-09 14:39 ` Christopher Allan Webber
2016-09-09 14:05   ` Ralf Mattes
2016-09-09 18:10     ` Amirouche Boubekki
2017-02-10 10:56       ` amirouche
2016-09-23  5:52 ` Amirouche Boubekki [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=df373352de62a777d307165dd6d6dcf4@hypermove.net \
    --to=amirouche@hypermove.net \
    --cc=guile-user-bounces+amirouche=hypermove.net@gnu.org \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).