LR-POR / cl-conllu

tool for working with conllu files in CL
Apache License 2.0
13 stars 5 forks source link

Special sentence to text #49

Closed GPPassos closed 6 years ago

GPPassos commented 6 years ago

This branch adds a special formatting option to sentence->text, leaving the current usage untouched. This is done by two new key arguments.

This modification was used to produce the list of tokens which presented some difference in a POS confusion matrix and could be reused in the future.

arademaker commented 6 years ago

The special-format-function could be only the format string to be used by the CL format function. But I accepted the PR