COIL: Migrate to HEAD Update links to point to HEAD BUG=b:224796805 TEST=navigate to updated link and/or N/A Change-Id: I8b8633fcc07e42415ddc28c6e731c79e1c4f418c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/libtextclassifier/+/5158709 Commit-Queue: Andrew Moylan <amoylan@chromium.org> Tested-by: Jonathon Murphy <jpmurphy@google.com> Reviewed-by: Andrew Moylan <amoylan@chromium.org> Auto-Submit: Jonathon Murphy <jpmurphy@google.com>
A library for on-device text classification (address, telephone number, emails etc.).
To use libtextclassifier, one also needs to install a flatbuffer model defined in “model.fbs”. For simplicity, this model file will be installed in the ebuild of ml-service.
And libtextclassifier currently depends on the chrome-icu package which requires explicitly initializing the icu data, just like chrome.
The ml-service is currently the only user of this library. If another library in Chrome OS also wants to use it, please let the owners of ml-service and libtextclassifier know because then,