doccano-transformer
doccano-transformer copied to clipboard
The official tool for transforming doccano format into common dataset formats.
Hello, I want to report a bug. I have a Sentence like this: `As a administrator, I want to refund sponsorship money that was processed via stripe, so that people...
hI there I tried using this library but I couldn't figure out how to use it. Can you provide detailed documentation?
How to reproduce the behaviour --------- ```json {"id": 19523, "text": "\"颜姑娘。\"易左古不懂颜幼韶所道万福是什么意思。", "meta": {}, "annotation_approver": null, "labels": [[6, 9, "SPEAKER"]]} ``` when to_conll2003, the B-SPEAKER is not corresponding to 易, it...
Example format: ```python [ ('Text', {'cats': {'POSITIVE': 1, 'NEGATIVE': 0}}), ('Text', {'cats': {'POSITIVE': 0, 'NEGATIVE': 1}}) ] ```
Example: ```bash __label__sauce __label__cheese How much does potato starch affect a cheese sauce recipe? __label__food-safety __label__acidity Dangerous pathogens capable of growing in acidic environments __label__cast-iron __label__stove How do I cover...
You have provided jsonl to spacy function. Could you add function to transform spacy to jsonl ?
# Description Implements Dataset for text classifiation with fasttext conversion #9 ## Type of change - [x] New feature (non-breaking change which adds functionality) # How Has This Been Tested?...
Environment --------- * Operating System: Windows * Python Version Used: 3.9.13 * Spacy Version Used: 3.4 * doccano-transformer Version: module 'doccano_transformer' has no attribute '__version__' When importing `from doccano_transformer.datasets import...
# Description This suggestion updates the `spacy` methods in order to use latest package version available. According to [this documentation](https://spacy.io/usage/v3), `spacy.gold` was replaced by `spacy.training` with different method signatures. Fixes...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...