concraft-0.3.2: Morphosyntactic tagging tool based on constrained CRFs

Safe HaskellNone

NLP.Concraft.Format.Plain

Description

Simple format for morphosyntax representation which assumes that all tags have a textual representation with no spaces inside and that one of the tags indicates unknown words.

Synopsis

Documentation

plainFormat :: Tag -> Doc [] [Token] TokenSource

Create document handler given value of the ignore tag.