Newer
Older
indexation / test / dataset / in / data / dataset.json
@kieffer kieffer on 27 Feb 2017 593 bytes v0
{
  "indexAll": [{
    "label": "Devrait indexer tout le corpus",
    "arguments": {
      "directory": "./test/dataset/in/resources/corpus/",
      "output": "./test/dataset/out/indexAll.json"
    },
    "result": {
      "equal": null
    }
  }],
  "graphs": {
    "docToDoc": [{
      "label": "Devrait créer le graph doc2doc",
      "arguments": {
        "filePath": "./test/dataset/out/indexAll.json",
        "options": {
          "output": "./test/dataset/out/docToDoc.json",
          "minLinkValue": 1
        }
      },
      "result": {
        "equal": null
      }
    }]
  }
}