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

Semantic Text Matching like quora using Google NLP API (question) #353

Closed
jasan-s opened this issue Apr 15, 2017 · 1 comment
Closed

Semantic Text Matching like quora using Google NLP API (question) #353

jasan-s opened this issue Apr 15, 2017 · 1 comment
Labels
🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@jasan-s
Copy link

jasan-s commented Apr 15, 2017

How can I use google NLP to match say a question entered by user to calculate how much it is similar to all other previously asked questions in the database. SO i can show the user of all previous answer if the match is above certain threshold.

@jmdobry
Copy link
Member

jmdobry commented Aug 21, 2017

You could probably leverage the salience of each entity discovered by the NL API, which is a score of how strongly an entity appeared in the text. You would store those scores, comparing the stored scores to the new question.

@jmdobry jmdobry closed this as completed Aug 21, 2017
@yoshi-automation yoshi-automation added 🚨 This issue needs some love. triage me I really want to be triaged. labels Apr 6, 2020
NimJay pushed a commit that referenced this issue Nov 9, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
ahrarmonsur pushed a commit that referenced this issue Nov 18, 2022
* TTS / Sentiment GA (handoff from Nirupa)

* Lint / feedback

* Lint / feedback

* Fix tests
ahrarmonsur pushed a commit that referenced this issue Nov 18, 2022
* TTS / Sentiment GA (handoff from Nirupa)

* Lint / feedback

* Lint / feedback

* Fix tests
NimJay pushed a commit that referenced this issue Nov 18, 2022
* TTS / Sentiment GA (handoff from Nirupa)

* Lint / feedback

* Lint / feedback

* Fix tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants