Safe Haskell | None |
---|
Morphosyntactic analysis utilities.
See reAnaSent
function for a description of how reanalsis is performed.
At some point it would be nice to change the entire process so that
sentence-level segmentation is also taken from the reanalysed data.
Analysis
type Analyse w t = Text -> IO (Sent w t)Source
An analyser performs word-level segmentation and morphological analysis.