Commit 963e28f6 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge branch 'dev' into dev-wikidata

parents 0d70d051 019c75fe
Pipeline #2157 failed with stage
in 10 minutes and 20 seconds
## Version 0.0.4.8.6
* FIX the ngrams grouping and the graph generation
## Version 0.0.4.8.5
* Unary document insertion: Doc table is reloaded after upload
......
......@@ -7,8 +7,4 @@ import qualified Data.ByteString.Lazy as L
import Gargantext.Core.NodeStory (NodeListStory)
main :: IO ()
main = do
[inFile,outFile] <- getArgs
inData <- L.readFile inFile
let outData = (encode . (id :: NodeListStory -> NodeListStory) . deserialise) inData
L.writeFile outData
main = L.interact (encode . (id :: NodeListStory -> NodeListStory) . deserialise)
name: gargantext
version: '0.0.4.8.5'
version: '0.0.4.8.6'
synopsis: Search, map, share
description: Please see README.md
category: Data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment