Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KnowledgeGarden/de633ad9ba1b7ed8d5b622f67766228b to your computer and use it in GitHub Desktop.
Save KnowledgeGarden/de633ad9ba1b7ed8d5b622f67766228b to your computer and use it in GitHub Desktop.
20231015 full
{
"corefs": [
{
"chainId": "CHAIN8",
"cargo": [
{
"chain": "\"Saccharomyces cerevisiae var. boulardii\"",
"sentence": "1"
},
{
"chain": "\"S. cerevisiae var. boulardii\"",
"sentence": "2"
},
{
"chain": "\"its\"",
"sentence": "2"
}
]
},
{
"chainId": "CHAIN11",
"cargo": [
{
"chain": "\"a eukaryotic organism that has been used in scientific investigations since the time of its discovery [ 2 ]\"",
"sentence": "2"
},
{
"chain": "\"This model organism\"",
"sentence": "3"
},
{
"chain": "\"its\"",
"sentence": "3"
}
]
}
],
"mentions": [
[
"Saccharomyces cerevisiae var. boulardii",
"the most significant probiotic yeast species"
],
[
"2",
"S. cerevisiae var. boulardii",
"a eukaryotic organism that has been used in scientific investigations since the time of its discovery [ 2 ]",
"scientific investigations",
"the time of its discovery",
"its discovery",
"its"
],
[
"This model organism",
"its alterable and flexible genome",
"its"
]
],
"sentences": [
{
"text": "Saccharomyces cerevisiae var. boulardii is the most significant probiotic yeast species.",
"spcy": {
"error": "class java.lang.String cannot be cast to class com.google.gson.JsonObject (java.lang.String is in module java.base of loader 'bootstrap'; com.google.gson.JsonObject is in unnamed module of loader 'app')"
},
"nouns": [
"Saccharomyces cerevisiae var. boulardii",
"the most significant probiotic yeast species"
],
"verbs": [
"is the most significant probiotic yeast species"
],
"relns": []
},
{
"text": "S. cerevisiae var. boulardii is a eukaryotic organism that has been used in scientific investigations since the time of its discovery [2].",
"spcy": {
"error": "class java.lang.String cannot be cast to class com.google.gson.JsonObject (java.lang.String is in module java.base of loader 'bootstrap'; com.google.gson.JsonObject is in unnamed module of loader 'app')"
},
"nouns": [
"S. cerevisiae var. boulardii",
"a eukaryotic organism that has been used in scientific investigations since the time of its discovery [2]",
"a eukaryotic organism",
"scientific investigations",
"the time of its discovery",
"the time",
"its discovery",
"2"
],
"verbs": [
"is a eukaryotic organism that has been used in scientific investigations since the time of its discovery [2]",
"has been used in scientific investigations since the time of its discovery [2]",
"been used in scientific investigations since the time of its discovery [2]",
"used in scientific investigations since the time of its discovery [2]"
],
"relns": []
},
{
"text": "This model organism has unique importance because of its alterable and flexible genome.",
"spcy": {
"error": "class java.lang.String cannot be cast to class com.google.gson.JsonObject (java.lang.String is in module java.base of loader 'bootstrap'; com.google.gson.JsonObject is in unnamed module of loader 'app')"
},
"nouns": [
"This model organism",
"unique importance because of its alterable and flexible genome",
"unique importance",
"its alterable and flexible genome"
],
"verbs": [
"has unique importance because of its alterable and flexible genome"
],
"relns": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment