Announcing the Newest Addition to MLKit: Entity Extraction

By Google Developers Blog - 2020-12-12

Description

Today we are excited to add Entity Extraction to the official ML Kit lineup and also debut a new API for our early access program, Selfie Segmentation

Summary

  • With ML Kit’s Entity Extraction API, you can now improve the user experience inside your app by understanding text and performing specific actions on it.
  • The Entity Extraction API allows you to detect and locate entities from raw text, and take action based on those entities.
  • Lastly, ML Kit will automatically download the required language-specific models to the device dynamically.
  • The API also allows you to delete models that are no longer required.

 

Topics

  1. NLP (0.27)
  2. Frontend (0.13)
  3. UX (0.13)

Similar Articles

Top 5 Cryptocurrency APIs for Developers

By Medium - 2020-06-07

In this article, we learn the top 5 best crypto APIs in 2020. Learn how to develop with Python for accurate cryptocurrency market data endpoints, crypto price api, Live price streaming, crypto social ...

Using a REST API in react

By DEV Community - 2020-12-30

WHAT IS AN API An API stands for an "Application Programming Interface". It allows communi... Tagged with webdev, react, html, javascript.

10 Fun APIs to Use For Your Next Project

By DEV Community - 2021-01-01

To put it simply: a web API (application programming interface) is a tool which tells a particular sy... Tagged with javascript, webdev, todayilearned, productivity.

Six Levels of Auto ML. TL;DR

By Medium - 2020-02-24

In this blog post we propose a taxonomy of 6 levels of Auto ML, similar to the taxonomy used for self-driving cars. Here are the 6 levels: ●Level 3: Automatic (technical) feature engineering and…