ArneBinder
commited on
Commit
·
2d9edd3
1
Parent(s):
9c5f797
pie-datasets 0.6.0
Browse files- requirements.txt +1 -1
- sciarg.py +1 -1
requirements.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
pie-datasets>=0.
|
|
|
1 |
+
pie-datasets>=0.6.0,<0.7.0
|
sciarg.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from
|
2 |
RegexPartitioner,
|
3 |
RelationArgumentSorter,
|
4 |
TextSpanTrimmer,
|
|
|
1 |
+
from pie_modules.document.processing import (
|
2 |
RegexPartitioner,
|
3 |
RelationArgumentSorter,
|
4 |
TextSpanTrimmer,
|