-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Working with Google's SyntaxNet output files - CoNLL, Tree -- -- Allows to parse SyntaxNet output files in CoNLL or Syntax Tree -- formats. @package syntaxnet-haskell @version 0.1.1.0 module NLP.SyntaxNet.SyntaxNet readCnll :: FilePath -> IO [SnConllToken Text] readParseTree :: FilePath -> IO (Maybe (Tree (SnConllToken Text)))