concraft-0.14.2: Morphological disambiguation based on constrained CRFs

Safe HaskellNone
LanguageHaskell98

NLP.Concraft.DAG.Morphosyntax.Ambiguous

Description

Segmentation-level ambiguities. TODO: consider moving the module contents to DAG.

Synopsis

Documentation

identifyAmbiguousSegments :: DAG a b -> DAG a Bool Source #

Identify ambigouos segments (roughly, segments which can be by-passed) in the given DAG. Such ambiguous edges are marked in the resulting DAG with True values.