File size: 516 Bytes
e331e72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
workflows:
  - name: "entity_extraction"
    config:
      entity_extract:
          strategy: 
              type: "nltk"

  - name: "entity_graph"
    config:
      cluster_graph: 
        strategy: 
          type: "leiden"
      embed_graph: 
          strategy: 
              type: "node2vec"
              num_walks: 10
              walk_length: 40
              window_size: 2
              iterations: 3
              random_seed: 597832
      layout_graph: 
          strategy: 
              type: "umap"