import Data.Text (Text, unwords, unpack)
import Gargantext.Prelude
-import Gargantext.Database.Types.Node (HyperdataDocument(..))
+import Gargantext.Database.Admin.Types.Node (HyperdataDocument(..))
import Gargantext.Text.Context (TermList)
import Gargantext.Text.Corpus.Parsers.CSV (csv_title, csv_abstract, csv_publication_year)
import Gargantext.Text.Corpus.Parsers (FileFormat(..),parseFile)
printIOMsg "End of reconstruction, start the export"
- let dot = toPhyloExport phylo
+ let dot = toPhyloExport phylo
let output = (outputPath config)
<> (unpack $ phyloName config)
<> "_V2.dot"
- dotToFile output dot
\ No newline at end of file
+ dotToFile output dot