bpa-config.json 1.67 KB
Newer Older
1
{
Loïc Chapron's avatar
Loïc Chapron committed
2 3
    "corpusPath"     : "Gargantext_DocsList-nodeId-185487.tsv",
    "listPath"       : "Gargantext_NgramsList-185488.tsv",
4 5
    "outputPath"     : "data",
    "corpusParser"   : {
Loïc Chapron's avatar
Loïc Chapron committed
6 7
        "tag" : "Tsv",
        "_tsv_limit" : 1500000
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
    },
    "listParser" : "V3",
    "phyloName"      : "bpa",
    "phyloScale"     : 2,
    "similarity" : {
        "tag" : "WeightedLogJaccard",
        "_wlj_sensibility" : 0.5,
        "_wlj_minSharedNgrams" : 1
    },
    "seaElevation" : {
        "tag" : "Evolving",
        "_evol_neighborhood" : true
    },
    "defaultMode" : false,
    "findAncestors" : true,
    "phyloSynchrony" : {
        "tag" : "ByProximityThreshold",
        "_bpt_threshold" : 0.6,
        "_bpt_sensibility" : 0,
        "_bpt_scope" : "AllBranches",
        "_bpt_strategy" : "MergeAllGroups"
    },
    "phyloQuality" : {
        "tag" : "Quality",
        "_qua_granularity" : 0.1,
        "_qua_minBranch" : 2
    },
    "timeUnit" : {
        "tag" : "Week",
        "_week_period" : 4,
        "_week_step" : 2,
        "_week_matchingFrame" : 5
    },
    "clique" : {
        "tag" : "Fis",
        "_fis_support" : 3,
        "_fis_size" : 1
    },
    "exportLabel" : [
        {
            "tag" : "BranchLabel",
            "_branch_labelTagger" : "MostEmergentTfIdf",
            "_branch_labelSize" : 2
        },
        {
            "tag" : "GroupLabel",
            "_group_labelTagger" : "MostEmergentInclusive",
            "_group_labelSize" : 2
        }
    ],
    "exportSort" : {
        "tag" : "ByHierarchy",
	    "_sort_order" : "Desc"
    },
    "exportFilter" : [
        {
            "tag" : "ByBranchSize",
            "_branch_size" : 2
        }
    ]
}