use pie-documents 0.1.0
Browse filesfrom https://github.com/ArneBinder/pie-datasets/pull/209 (and https://github.com/ArneBinder/pie-datasets/pull/211), also see https://github.com/ArneBinder/pie-documents/releases/tag/v0.1.0
- README.md +1 -1
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -40,7 +40,7 @@ The `Attribute` annotation type is defined as follows:
|
|
| 40 |
- `value` (type: `str`, optional)
|
| 41 |
- `score` (type: `float`, optional, not included in comparison)
|
| 42 |
|
| 43 |
-
See [here](https://github.com/ArneBinder/pie-
|
| 44 |
|
| 45 |
## Document Converters
|
| 46 |
|
|
|
|
| 40 |
- `value` (type: `str`, optional)
|
| 41 |
- `score` (type: `float`, optional, not included in comparison)
|
| 42 |
|
| 43 |
+
See [here](https://github.com/ArneBinder/pie-documents/blob/main/src/pie_documents/annotations.py) for the remaining annotation type definitions.
|
| 44 |
|
| 45 |
## Document Converters
|
| 46 |
|
requirements.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
pie-datasets>=0.10.11,<0.12.0
|
| 2 |
-
pie-
|
|
|
|
| 1 |
pie-datasets>=0.10.11,<0.12.0
|
| 2 |
+
pie-documents>=0.1.0,<0.2.0
|