Difference between revisions of "Brands"

From Open Food Facts wiki
Jump to navigation Jump to search
(More than 2 brands)
(By Sainsbury's case)
Line 17: Line 17:
 
* A brand can contain &, such as <code>M&M's</code>
 
* A brand can contain &, such as <code>M&M's</code>
 
* A brand can contain commas, such as <code>Williams, West & Witt's Products</code>; https://world.openfoodfacts.org/brand/williams-west-witt-s-prods
 
* A brand can contain commas, such as <code>Williams, West & Witt's Products</code>; https://world.openfoodfacts.org/brand/williams-west-witt-s-prods
 +
* A brand can have a sub-brand containing its own name: <code>Sainsbury's</code> use a brand called [https://en.wikipedia.org/wiki/Sainsbury%27s#Product_ranges <code>By Sainsbury's</code>].
  
 
=== Some particular cases for a product ===
 
=== Some particular cases for a product ===
Line 27: Line 28:
  
 
See [https://github.com/openfoodfacts/openfoodfacts-server/issues?q=is%3Aissue+is%3Aopen+ingredients+label%3Abrands issues related to <code>brands</code>].
 
See [https://github.com/openfoodfacts/openfoodfacts-server/issues?q=is%3Aissue+is%3Aopen+ingredients+label%3Abrands issues related to <code>brands</code>].
 +
 +
Preventing OFF AI to detect some false brands: see [https://github.com/openfoodfacts/robotoff/blob/master/data/ocr/brand_taxonomy_blacklist.txt brand_taxonomy_blacklist.txt].

Revision as of 09:17, 22 September 2020

This is the brands of the product. The main brand, generally clearly displayed on the front pack, should be entered first. A product can have other brands:

There's no taxonomy for brands for the moment, so just do your best and don't waste too much time to enter brands.

Data issues

Some brands are difficult to read:

  • is it Coop, coop, COOP, CO OP?

Brands are changing sometimes. How to deal with that?

Some particular cases for a brand

  • A brand can contain only numbers, such as 1664, 1883 or 365.
  • A brand can contain quotes, such as The Muffin "Mam" Inc
  • A brand can contain &, such as M&M's
  • A brand can contain commas, such as Williams, West & Witt's Products; https://world.openfoodfacts.org/brand/williams-west-witt-s-prods
  • A brand can have a sub-brand containing its own name: Sainsbury's use a brand called By Sainsbury's.

Some particular cases for a product

  • A product can have more than 2 brands; eg:
    • Coop, in Switzerland, can add up to three brands on a product: Betty Bossi, Karma and Coop in this product; they justify it: "We offer a wide range of own-label brands and brand worlds." (source)
    • In this product, Lipton belongs to Unilever but this product is distributed by Pepsico

Implementation in Open Food Facts

In the database, this field is called brands.

See issues related to brands.

Preventing OFF AI to detect some false brands: see brand_taxonomy_blacklist.txt.