Parallelism and Indexation in Quickref

From LRDE

Revision as of 17:23, 27 June 2019 by Bot (talk | contribs) (Created page with "{{CSIReport | authors = Antoine Hacquard | title = Parallelism and Indexation in Quickref | year = 2019 | number = 1907 | abstract = Quicklisp is a library manager working wit...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Abstract

Quicklisp is a library manager working with your existing Common Lisp implementation to download and install around 2000 libraries, from a central archive. Quickref, an application itself written in Common Lisp, generates automatically and by introspection, a technical documentation of every libraries of Quicklisp, and produce a website from this documentation. This technical report has a vocation to summarized the work performed until now on two aspect of this library. The first one is the parallelization of Quickref whereas the second one is the creation of three new indexes (by author, by keyword and by theme), requiring the implementation of text retrieval algorithms (lexical, semantic, etc...)