Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added cognitive services: TextAnalytics - Recognition of named entity, Key Phrase Extraction and Bing Image Search #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sykril
Copy link

@Sykril Sykril commented Jan 4, 2020

Hello everybody,

I updated this application to include the following things:

  • Detect the name of the person via TextAnalytics - Recognition of named entity (Person type). Obviously the person must enter a name as my name is Seb

  • Detect age via TextAnalytics - Named Entity Recognition (Quantity type and age subtype). Obviously the person must enter something like: i'm five years old.

  • Detect the keywords in order to propose a coloring image in accordance with the content. I use the Key Phrase Extraction from TextAnalytics. I eliminate key phrase that are not recognized by Named Entities Recognition.

  • Finally I propose an image to color (link + thumbnail) via Bing Image Search

In the follow capture, the result:
Capture-Start
Capture-End

My feedback: I am pleasantly surprised by the ease of use and the speed of implementation. Well done. I find that TextAnalytics can be improved for the French language;)

Thank you for this challenge, see you soon, Seb.

I updated this application to include the following things:
- Detect the name of the person via TextAnalytics - Recognition of named entity (Person type). Obviously the person must enter a name as my name is Seb

- Detect age via TextAnalytics - Named Entity Recognition (Quantity type and age subtype). Obviously the person must enter something like: i'm five years old.

- Detect the keywords in order to propose a coloring image in accordance with the content. I use the Key Phrase Extraction from TextAnalytics. I eliminate key phrase that are not recognized by Named Entities Recognition.

- Finally I propose an image to color (link + thumbnail) via Bing Image Search

My feedback: I am pleasantly surprised by the ease of use and the speed of implementation. Well done. I find that TextAnalytics can be improved for the French language;)

Thank you for this challenge, see you soon, Seb.
@Sykril Sykril changed the title Hello everybody, Added cognitive services: TextAnalytics - Recognition of named entity, Key Phrase Extraction and Bing Image Search Jan 4, 2020
@codemillmatt
Copy link
Owner

Love it @Sykril - Here's the link to the swag: https://aka.ms/santa-talk-swag

@codemillmatt
Copy link
Owner

Hey @Sykril - your PR number was randomly selected to receive one of the $25 gift cards to the .NET Foundation store! Make sure to fill out the form above!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants