Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lggruspe committed Jul 13, 2023
1 parent 34b0f56 commit dcc840a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,22 @@ Colexification graphs extracted from Wiktionary.

A colexification graph is an undirected graph.

- Nodes represent meanings/sense-annotated words.
- The weight of an edge between two nodes is the number of languages where the same word is used for both meanings.
- Nodes represent concepts/sense-annotated words.
- The weight of an edge between two nodes is the number of languages where the same word is used for both concepts.

## Format

The graphs are available in TSV and JSON formats.

TSV columns:

1. node 1 word
2. node 1 sense
3. node 2 word
4. node 2 sense
5. weight of edge between node 1 and node 2
1. node 1 ID
2. node 1 word
3. node 1 sense
4. node 2 ID
5. node 2 word
6. node 2 sense
7. weight of edge between node 1 and node 2

The JSON file is compatible with [Cytoscape.js](https://js.cytoscape.org/).

Expand Down

0 comments on commit dcc840a

Please sign in to comment.