Spaces:
Runtime error
Runtime error
Update Space (evaluate main: 05209ece)
Browse files
README.md
CHANGED
@@ -10,6 +10,21 @@ pinned: false
|
|
10 |
tags:
|
11 |
- evaluate
|
12 |
- metric
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Metric Card for seqeval
|
|
|
10 |
tags:
|
11 |
- evaluate
|
12 |
- metric
|
13 |
+
description: >-
|
14 |
+
seqeval is a Python framework for sequence labeling evaluation.
|
15 |
+
seqeval can evaluate the performance of chunking tasks such as named-entity recognition, part-of-speech tagging, semantic role labeling and so on.
|
16 |
+
|
17 |
+
This is well-tested by using the Perl script conlleval, which can be used for
|
18 |
+
measuring the performance of a system that has processed the CoNLL-2000 shared task data.
|
19 |
+
|
20 |
+
seqeval supports following formats:
|
21 |
+
IOB1
|
22 |
+
IOB2
|
23 |
+
IOE1
|
24 |
+
IOE2
|
25 |
+
IOBES
|
26 |
+
|
27 |
+
See the [README.md] file at https://github.com/chakki-works/seqeval for more information.
|
28 |
---
|
29 |
|
30 |
# Metric Card for seqeval
|