28mm / Fovea

unified cli for various saas image classification apis.
MIT License
40 stars 5 forks source link

Ontology links #14

Closed 28mm closed 7 years ago

28mm commented 7 years ago

Implement a --ontology flag so that links to the Google Knowledge Graph or Wordnet synsets are preserved and printed.

  1. Imagga will return wordnet synset ids, if its verbose parameter is set. https://docs.imagga.com/#tagging
  2. Google mids refer to Google Knowledge Graph https://developers.google.com/knowledge-graph/
                {
                    "mid": "/m/02vkl_w",
                    "description": "agaricomycetes",
                    "score": 0.6304753
                }
28mm commented 7 years ago

--ontology flag works with --celebrities, now, as well. Not with the Watson provider, however, but folding that concern into the Watson ticket.