Difference between revisions of "Artificial Intelligence/Robotoff/Adding new detections"

From Open Food Facts wiki
Jump to navigation Jump to search
(Created page with "== Finding opportunities == # Download the OCR JSONL # <pre>grep -o '\<WORD\>' | wc -l</pre> == Using REGEXes == == Using Flashtext ==")
(No difference)

Revision as of 13:20, 3 August 2020

Finding opportunities

  1. Download the OCR JSONL
  2. grep -o '\<WORD\>' | wc -l

Using REGEXes

Using Flashtext