jmig-costa commited on
Commit
e88eeec
1 Parent(s): 1cefb1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -30,6 +30,8 @@ weight: 1
30
 
31
  - **end_text**: The textual representation of the ending concept or the external URL in the relationship.
32
 
 
 
33
  - **start_uri**: The unique URI identifier for the starting concept.
34
 
35
  - **relation_uri**: The unique URI identifier for the type of relationship. This URI can be used to understand the nature of the relationship. For a comprehensive list of relation types and their meanings, refer to [ConceptNet's Relation Types Documentation](https://github.com/commonsense/conceptnet5/wiki/Relations).
 
30
 
31
  - **end_text**: The textual representation of the ending concept or the external URL in the relationship.
32
 
33
+ - **surfaceText**: A human-readable sentence or phrase that illustrates the relationship between the `start_text` and `end_text` concepts. It often contains placeholders like `[start]` and `[end]` which can be replaced with the actual terms to form a coherent statement.
34
+
35
  - **start_uri**: The unique URI identifier for the starting concept.
36
 
37
  - **relation_uri**: The unique URI identifier for the type of relationship. This URI can be used to understand the nature of the relationship. For a comprehensive list of relation types and their meanings, refer to [ConceptNet's Relation Types Documentation](https://github.com/commonsense/conceptnet5/wiki/Relations).