All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bigml.binding.localmodel.languageConversions.json Maven / Gradle / Ivy

Go to download

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.

The newest version!
{
  "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