Skip to content

LR-POR/cl-conllu

Folders and files

NameName
Last commit message
Last commit date
Apr 16, 2018
May 8, 2019
Nov 8, 2016
Feb 21, 2017
May 2, 2018
Jun 16, 2021
Jun 2, 2020
May 8, 2018
Nov 17, 2017
Jun 16, 2021
Oct 28, 2021
May 2, 2019
May 8, 2018
Oct 2, 2017
Nov 3, 2018
Jun 16, 2021
Jun 2, 2020
Aug 27, 2017
Jun 17, 2020
Jun 17, 2020
Nov 11, 2020
Feb 14, 2019
Jun 16, 2021
Aug 13, 2018
May 28, 2020

Repository files navigation

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.

Install

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.

Documentation

See the https://github.com/own-pt/cl-conllu/wiki

How 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/}
}