cl-conllu
2021-12-09
Common Lisp library for dealing with CoNLL-U files
Upstream URL
Author
Alexandre Rademaker <alexrad@br.ibm.com>
License
Apache 2.0
Library for working with CoNLL-U files with CL
The cl-conllu
is a Common Lisp library to work with CoNLL-U,
licensed under the Apache license.
It is developed and tested with SBCL but should probably run with any other implementation.
1Install
The cl-conllu
library is now available from quicklisp distribution,
if you are not planning to change the code, just use:
(ql:quickload :cl-conllu)
If you don't have quicklisp installed already, follow these steps.
If you plan on contributing, clone this project to your
local-projects
quicklisp directory (usually at
~/quicklisp/local-projects/
) and use the same command as above to
load the code.
2Documentation
See the https://github.com/own-pt/cl-conllu/wiki
3How to cite
http://arademaker.github.io/bibliography/tilic-stil-2017.html
@inproceedings{tilic-stil-2017, author = {Muniz, Henrique and Chalub, Fabricio and Rademaker, Alexandre}, title = {CL-CONLLU: dependências universais em Common Lisp}, booktitle = {V Workshop de Iniciação Científica em Tecnologia da Informação e da Linguagem Humana (TILic)}, year = {2017}, address = {Uberlândia, MG, Brazil}, note = {https://sites.google.com/view/tilic2017/} }