Artificial Intelligence/Robotoff/Adding new detections

From Open Food Facts wiki
Revision as of 13:20, 3 August 2020 by Teolemon (talk | contribs) (Created page with "== Finding opportunities == # Download the OCR JSONL # <pre>grep -o '\<WORD\>' | wc -l</pre> == Using REGEXes == == Using Flashtext ==")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Finding opportunities

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

Using REGEXes

Using Flashtext