Update README.md
Browse files
README.md
CHANGED
@@ -109,11 +109,11 @@ An example of 'train' looks as follows:
|
|
109 |
- `h`: head entity
|
110 |
- `id`: identifier of the head entity, a `string` feature.
|
111 |
- `pos`: character offset start of the head entity and its length, a list of `int32` features.
|
112 |
-
- `name`: head entity text, a `string` feature.
|
113 |
- `t`: tail entity
|
114 |
- `id`: identifier of the tail entity, a `string` feature.
|
115 |
- `pos`: character offset start of the tail entity and its length, a list of `int32` features.
|
116 |
-
- `name`: tail entity text, a `string` feature.
|
117 |
- `relation`: a class label.
|
118 |
|
119 |
|
|
|
109 |
- `h`: head entity
|
110 |
- `id`: identifier of the head entity, a `string` feature.
|
111 |
- `pos`: character offset start of the head entity and its length, a list of `int32` features.
|
112 |
+
- `name`: normalized head entity text (not the text of the mention), a `string` feature.
|
113 |
- `t`: tail entity
|
114 |
- `id`: identifier of the tail entity, a `string` feature.
|
115 |
- `pos`: character offset start of the tail entity and its length, a list of `int32` features.
|
116 |
+
- `name`: normalized tail entity text (not the text of the mention), a `string` feature.
|
117 |
- `relation`: a class label.
|
118 |
|
119 |
|