doccano / doccano/doccano-transformer
spaCy format for text classification
Open
enhancement
- Dominant language
- Python
- Stars
- 108
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
Example format:
```python
[
('Text', {'cats': {'POSITIVE': 1, 'NEGATIVE': 0}}),
('Text', {'cats': {'POSITIVE': 0, 'NEGATIVE': 1}})
]
```
Contributor guide
Assessment
This issue has not been assessed yet.