File size: 652 Bytes
91eaff6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
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
{
    "src_url": "https://github.com/DerwenAI/textgraphs/blob/main",

    "module": "textgraphs",

    "classes": [
	"TextGraphs",
        "SimpleGraph",
        "Node",
        "Edge",
        "EnumBase",
        "NodeEnum",
        "RelEnum",
        "PipelineFactory",
        "Pipeline",
        "Component",
        "NERSpanMarker",
        "NounChunk",
        "KnowledgeGraph",
        "KGSearchHit",
        "KGWikiMedia",
        "LinkedEntity",
        "InferRel",
        "InferRel_OpenNRE",
        "InferRel_Rebel",
        "RenderPyVis",
        "NodeStyle",
	"GraphOfRelations",
	"TransArc",
	"RelDir",
	"SheafSeed",
	"Affinity"
    ]
}