Skip to content

Commit

Permalink
updating litcoin graph spec
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Oct 24, 2024
1 parent 1446738 commit aaf6b2c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions graph_specs/litcoin-graph-spec.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
graphs:

- graph_id: LitCoinSapBERT
graph_name: LitCoinSapBERT
graph_description: A graph for the LitCoin project using SapBERT
- graph_id: LitCoin_ORION
graph_name: LitCoin ORION
graph_description: A graph for the LitCoin project using Bagel from ORION
conflation: True
strict_normalization: True
output_format: neo4j
sources:
- source_id: LitCoinSapBERT
- source_id: LitCoin

- graph_id: LitCoin
graph_name: LitCoin
graph_description: A graph for the LitCoin project using Name Resolver for name resolution
- graph_id: LitCoin_BagelService
graph_name: LitCoin Bagel Service
graph_description: A graph for the LitCoin project using the Bagel Service
conflation: True
strict_normalization: True
output_format: neo4j
sources:
- source_id: LitCoin
- source_id: LitCoinBagelService

0 comments on commit aaf6b2c

Please sign in to comment.