Difference between revisions of "Publications/hacquard.19.seminar"

From LRDE

(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...")
 
 
Line 4: Line 4:
 
| year = 2019
 
| year = 2019
 
| number = 1907
 
| number = 1907
| 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...)
+
| 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 authorby keyword and by theme), requiring the implementation of text retrieval algorithms (lexical, semantic, etc...)
 
| type = techreport
 
| type = techreport
 
| id = hacquard.19.seminar
 
| id = hacquard.19.seminar

Latest revision as of 18:22, 9 November 2020

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 authorby keyword and by theme), requiring the implementation of text retrieval algorithms (lexical, semantic, etc...)