geni-util-0.25.0.1: Companion tools for use with the GenI surface realiser

Safe HaskellNone
LanguageHaskell2010

NLP.GenI.Report

Contents

Synopsis

Documentation

createReport :: FilePath -> FilePath -> IO FilePath Source #

Return the output directory (might be a tmpdir)

mkReport :: Html -> Html -> ([Result] -> Html) -> [Section] -> Html Source #

lcSort :: [Text] -> [Text] Source #

readFileIfExists :: a -> (Text -> a) -> FilePath -> IO a Source #

groupAndCount :: (Eq a, Ord a) => [a] -> [(a, Int)] Source #

dropPrefix :: Eq a => [a] -> [a] -> ([a], [a]) Source #

Orphan instances