We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hii, Could you please let me know what is the input data format is there any example .json you can provide
However my input data is in the format of
[ { "text": "IL-2 gene expression and NF-kappa B activation through CD28 requires reactive oxygen production by 5-lipoxygenase .", "entity_types": [ "protein", "protein", "DNA", "protein" ], "entity_start_chars": [ 96, 21, 114, 47 ], "entity_end_chars": [ 113, 35, 9, 59 ], "id": "ge/train/0001", "word_start_chars": [ 0, 5, 10, 21, 25, 34, 36, 47, 55, 60, 69, 78, 85, 96, 99, 114 ], "word_end_chars": [4,9,20,24, 33, 35, 46, 54, 59, 68, 77, 84, 95, 98, 113, 115 ] },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hii, Could you please let me know what is the input data format is there any example .json you can provide
However my input data is in the format of
[
{
"text": "IL-2 gene expression and NF-kappa B activation through CD28 requires reactive oxygen production by 5-lipoxygenase .",
"entity_types": [ "protein", "protein", "DNA", "protein"
],
"entity_start_chars": [ 96, 21, 114, 47
],
"entity_end_chars": [ 113, 35, 9, 59
],
"id": "ge/train/0001",
"word_start_chars": [
0, 5, 10, 21, 25, 34, 36, 47, 55, 60, 69, 78, 85, 96, 99, 114
],
"word_end_chars": [4,9,20,24, 33, 35, 46, 54, 59, 68, 77, 84, 95, 98, 113, 115
]
},
The text was updated successfully, but these errors were encountered: