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

Safe HaskellNone
LanguageHaskell2010

NLP.GenI.Report

Synopsis

Documentation

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

Return the output directory (might be a tmpdir)

mkReport :: Html -> Html -> ([Result] -> Html) -> [Section] -> Html 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