libtextclassifier: add Amanda to OWNER BUG=none TEST=no need for test Change-Id: Ie2410c794a50258e8bd0d4a10a2307f4c2caa72b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/libtextclassifier/+/2636553 Reviewed-by: Amanda Deacon <[email protected]> Reviewed-by: Honglin Yu <[email protected]> Tested-by: Honglin Yu <[email protected]> Commit-Queue: Honglin Yu <[email protected]>
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,