hs-conllu-0.1.5: Conllu validating parser and utils.
Copyright© 2018 bruno cuconato
LicenseLPGL-3
Maintainerbruno cuconato <bcclaro+hackage@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Conllu.Print

Description

prints CoNLL-U.

Synopsis

Documentation

printDoc :: Doc -> String Source #

prints a list of sentences to a string.

printSent :: Sent -> String Source #

prints a sentence to a string.