update code blocks (#3863)
Browse filesCommit from https://github.com/huggingface/datasets/commit/7ab895cfbb5995d579bb089962d098d471bde550
- tuple_ie.py +4 -2
tuple_ie.py
CHANGED
|
@@ -136,8 +136,10 @@ class TupleIE(datasets.GeneratorBasedBuilder):
|
|
| 136 |
|
| 137 |
Args:
|
| 138 |
tuple_text (str): Format of extraction text:
|
| 139 |
-
|
| 140 |
-
|
|
|
|
|
|
|
| 141 |
|
| 142 |
.. note::
|
| 143 |
* ``{}`` means one can be optionally appear
|
|
|
|
| 136 |
|
| 137 |
Args:
|
| 138 |
tuple_text (str): Format of extraction text:
|
| 139 |
+
|
| 140 |
+
```
|
| 141 |
+
{Context(<context>):}(<arg1>; <rel>; {[L|T]:}<arg2_1>; {[L|T]:}<arg2_2>; ...)
|
| 142 |
+
```
|
| 143 |
|
| 144 |
.. note::
|
| 145 |
* ``{}`` means one can be optionally appear
|