org.bigml.binding.localmodel.languageConversions.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigml-binding Show documentation
Show all versions of bigml-binding Show documentation
An open source Java client that gives you a simple binding to interact with BigML. You can use it to
easily create, retrieve, list, update, and delete BigML resources.
{
"PSEUDOCODE": {
"IF": "IF", "IF_START": "", "IF_END": "", "AND": "AND", "OR": "OR", "START_BLOCK": "THEN", "END_BLOCK": null, "END_SENTENCE": null
},
"JAVA": {
"IF": "if", "IF_START": "(", "IF_END": ")", "AND": "{", "OR": "||", "START_BLOCK": "{", "END_BLOCK": "}", "END_SENTENCE": ";"
},
"PYTHON": {
"IF": "if", "IF_START": "", "IF_END": "", "AND": ":", "OR": "or", "START_BLOCK": ":", "END_BLOCK": null, "END_SENTENCE": null
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy