Commit
·
d75b8cf
1
Parent(s):
1703cb4
Upload conll2003.py
Browse files- conll2003.py +1 -1
conll2003.py
CHANGED
@@ -2,8 +2,8 @@ from dataclasses import dataclass
|
|
2 |
|
3 |
import datasets
|
4 |
import pytorch_ie.data.builder
|
5 |
-
from pytorch_ie import AnnotationList, annotation_field
|
6 |
from pytorch_ie.annotations import LabeledSpan
|
|
|
7 |
from pytorch_ie.documents import TextDocument
|
8 |
from pytorch_ie.utils.span import tokens_and_tags_to_text_and_labeled_spans
|
9 |
|
|
|
2 |
|
3 |
import datasets
|
4 |
import pytorch_ie.data.builder
|
|
|
5 |
from pytorch_ie.annotations import LabeledSpan
|
6 |
+
from pytorch_ie.core import AnnotationList, annotation_field
|
7 |
from pytorch_ie.documents import TextDocument
|
8 |
from pytorch_ie.utils.span import tokens_and_tags_to_text_and_labeled_spans
|
9 |
|