Named entity recognition tools: Difference between revisions
Jump to navigation
Jump to search
m
→Google Cloud Natural Language
| Line 55: | Line 55: | ||
* language support: [https://cloud.google.com/natural-language/docs/languages 語言支援 | Cloud Natural Language API | Google Cloud] included Traditional Chinese | * language support: [https://cloud.google.com/natural-language/docs/languages 語言支援 | Cloud Natural Language API | Google Cloud] included Traditional Chinese | ||
* programming language: multiple | * programming language: multiple | ||
* Score: Available. '''salience score''' in the [0, 1.0] range. "The salience score for an entity provides information about the importance or centrality of that entity to the entire document text. Scores closer to 0 are less salient, while scores closer to 1.0 are highly salient.<ref>[https://cloud.google.com/natural-language/docs/reference/rest/v1/Entity Entity | Cloud Natural Language API | Google Cloud]</ref>" | |||
* classes of entity: Details on [https://cloud.google.com/natural-language/docs/reference/rest/v1/Entity Entity | Cloud Natural Language API | Google Cloud] -> Type of the entity e.g. "UNKNOWN, PERSON, LOCATION, ORGANIZATION, EVENT, WORK_OF_ART, CONSUMER_GOOD, OTHER, PHONE_NUMBER, ADDRESS, DATE, NUMBER and PRICE" | * classes of entity: Details on [https://cloud.google.com/natural-language/docs/reference/rest/v1/Entity Entity | Cloud Natural Language API | Google Cloud] -> Type of the entity e.g. "UNKNOWN, PERSON, LOCATION, ORGANIZATION, EVENT, WORK_OF_ART, CONSUMER_GOOD, OTHER, PHONE_NUMBER, ADDRESS, DATE, NUMBER and PRICE" | ||