-
Notifications
You must be signed in to change notification settings - Fork 661
language: verbose mode #1782
Copy link
Copy link
Closed
Labels
api: languageIssues related to the Cloud Natural Language API API.Issues related to the Cloud Natural Language API API.priority: p0Highest priority. Critical issue. P0 implies highest priority.Highest priority. Critical issue. P0 implies highest priority.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Metadata
Metadata
Assignees
Labels
api: languageIssues related to the Cloud Natural Language API API.Issues related to the Cloud Natural Language API API.priority: p0Highest priority. Critical issue. P0 implies highest priority.Highest priority. Critical issue. P0 implies highest priority.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
We've received some feedback for our Natural Language implementation from the API team. They have some concerns about our
verboseoption.If you're unfamiliar with said option, it essentially collapses data that was deemed non-crucial. Using the following text, please refer to the examples below - Google is an American multinational technology company specializing in Internet-related services and products.
Non-verbose Entities
Verbose Entities
I believe the intention for
verbosewas to supply the user with the information returned from the API that covered the most common use cases, however we may actually be supplying the user with too little information making the non-verbose mode impractical. I'd like to use this issue to open a line of dialogue to see if we can improve our implementation in this area and to address any concerns from the API team.