syntaxnet-haskell-0.1.1.0: Working with Google's SyntaxNet output files - CoNLL, Tree

Safe HaskellNone
LanguageHaskell2010

NLP.SyntaxNet.SyntaxNet

Documentation

readCnll :: FilePath -> IO [SnConllToken Text] Source #

readParseTree :: FilePath -> IO (Maybe (Tree (SnConllToken Text))) Source #