[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Remembrance Agents
From: |
Jean Louis |
Subject: |
Re: Remembrance Agents |
Date: |
Mon, 30 Nov 2020 14:15:52 +0300 |
User-agent: |
Mutt/2.0 (3d08634) (2020-11-07) |
* Eric S Fraga <e.fraga@ucl.ac.uk> [2020-11-29 20:48]:
> On Sunday, 29 Nov 2020 at 20:29, Jean Louis wrote:
> > Sadly there are some errors today.
>
> On Debian, at least, there is a remembrance-agent package which has the
> binaries and the Emacs package.
PostgreSQL supports relevance search with its built-in functions:
https://www.postgresql.org/docs/current/textsearch-intro.html
Emacs package emacs-libpq is soon coming to GNU ELPA.
emacs-libpq @ Github
https://github.com/anse1/emacs-libpq
Using Emacs Lisp functions to store documents for indexing and to get
relevant results is then integration that may be useful.
I may use this functions for semantic locating functions in
Hyperscope. Think of something, put some words and get it, without me
putting great effort to parse words, format them, juggle with terms,
lists and so on.
PostgreSQL database support is provided in general for any language
and there is support for specific languages:
database=# \dF
List of text search configurations
Schema | Name | Description
------------+------------+---------------------------------------
pg_catalog | arabic | configuration for arabic language
pg_catalog | danish | configuration for danish language
pg_catalog | dutch | configuration for dutch language
pg_catalog | english | configuration for english language
pg_catalog | finnish | configuration for finnish language
pg_catalog | french | configuration for french language
pg_catalog | german | configuration for german language
pg_catalog | greek | configuration for greek language
pg_catalog | hungarian | configuration for hungarian language
pg_catalog | indonesian | configuration for indonesian language
pg_catalog | irish | configuration for irish language
pg_catalog | italian | configuration for italian language
pg_catalog | lithuanian | configuration for lithuanian language
pg_catalog | nepali | configuration for nepali language
pg_catalog | norwegian | configuration for norwegian language
pg_catalog | portuguese | configuration for portuguese language
pg_catalog | romanian | configuration for romanian language
pg_catalog | russian | configuration for russian language
pg_catalog | simple | simple configuration
pg_catalog | spanish | configuration for spanish language
pg_catalog | swedish | configuration for swedish language
pg_catalog | tamil | configuration for tamil language
pg_catalog | turkish | configuration for turkish language
(23 rows)
- Remembrance Agents, Gerardo Moro, 2020/11/28
- Re: Remembrance Agents, George Mauer, 2020/11/28
- Re: Remembrance Agents, Jean Louis, 2020/11/28
- Re: Remembrance Agents, Gerardo Moro, 2020/11/30
- Re: Remembrance Agents, Eric S Fraga, 2020/11/30
- Re: Remembrance Agents, Gerardo Moro, 2020/11/30
- Re: Remembrance Agents, Eric S Fraga, 2020/11/30
- Re: Remembrance Agents, Jean Louis, 2020/11/30
- Re: Remembrance Agents, Jean Louis, 2020/11/30
- Re: Remembrance Agents, Jean Louis, 2020/11/30
- Re: Remembrance Agents, Gerardo Moro, 2020/11/30
- Re: Remembrance Agents, Jean Louis, 2020/11/30
- Re: Remembrance Agents, Jean Louis, 2020/11/29