Difference between revisions of "Publications/hacquard.21.els"
From LRDE
Line 4: | Line 4: | ||
| authors = Antoine Hacquard, Didier Verna |
| authors = Antoine Hacquard, Didier Verna |
||
| title = A Corpus Processing and Analysis Pipeline for Quickref |
| title = A Corpus Processing and Analysis Pipeline for Quickref |
||
− | | booktitle = 14th European Lisp Symposium |
+ | | booktitle = Proceedings of the 14th European Lisp Symposium (ELS) |
| pages = 27 to 35 |
| pages = 27 to 35 |
||
| address = Online |
| address = Online |
||
Line 14: | Line 14: | ||
@InProceedings<nowiki>{</nowiki> hacquard.21.els, |
@InProceedings<nowiki>{</nowiki> hacquard.21.els, |
||
author = <nowiki>{</nowiki>Antoine Hacquard and Didier Verna<nowiki>}</nowiki>, |
author = <nowiki>{</nowiki>Antoine Hacquard and Didier Verna<nowiki>}</nowiki>, |
||
− | title = <nowiki>{</nowiki>A Corpus Processing and Analysis Pipeline for |
+ | title = <nowiki>{</nowiki>A Corpus Processing and Analysis Pipeline for <nowiki>{</nowiki>Q<nowiki>}</nowiki>uickref<nowiki>}</nowiki>, |
− | booktitle = <nowiki>{</nowiki>14th European Lisp Symposium<nowiki>}</nowiki>, |
+ | booktitle = <nowiki>{</nowiki>Proceedings of the 14th European Lisp Symposium (ELS)<nowiki>}</nowiki>, |
year = 2021, |
year = 2021, |
||
pages = <nowiki>{</nowiki>27--35<nowiki>}</nowiki>, |
pages = <nowiki>{</nowiki>27--35<nowiki>}</nowiki>, |
Revision as of 16:37, 6 September 2021
- Authors
- Antoine Hacquard, Didier Verna
- Where
- Proceedings of the 14th European Lisp Symposium (ELS)
- Place
- Online
- Type
- inproceedings
- Date
- 2021-05-01
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, generatesautomatically and by introspection, a technical documentation for every library in Quicklisp, and produces a website for this documentation. In this paper, we present a corpus processing and analysis pipeline for Quickref. This pipeline consists of a set of natural language processing blocks allowing us to analyze Quicklisp libraries, based on natural language contents sources such as README filesdocstrings, or symbol names. The ultimate purpose of this pipeline is the generation of a keyword index for Quickrefalthough other applications such as word clouds or topic analysis are also envisioned.
Bibtex (lrde.bib)
@InProceedings{ hacquard.21.els, author = {Antoine Hacquard and Didier Verna}, title = {A Corpus Processing and Analysis Pipeline for {Q}uickref}, booktitle = {Proceedings of the 14th European Lisp Symposium (ELS)}, year = 2021, pages = {27--35}, month = may, address = {Online}, isbn = 9782955747452, doi = {10.5281/zenodo.4714443}, 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 for every library in Quicklisp, and produces a website for this documentation. In this paper, we present a corpus processing and analysis pipeline for Quickref. This pipeline consists of a set of natural language processing blocks allowing us to analyze Quicklisp libraries, based on natural language contents sources such as README files, docstrings, or symbol names. The ultimate purpose of this pipeline is the generation of a keyword index for Quickref, although other applications such as word clouds or topic analysis are also envisioned.} }