-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Comments
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. |
yoshi-automation
added
🚨
This issue needs some love.
triage me
I really want to be triaged.
labels
Apr 6, 2020
This was referenced Apr 12, 2022
This was referenced Apr 15, 2022
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>
This was referenced Nov 9, 2022
pattishin
pushed a commit
that referenced
this issue
Nov 11, 2022
🤖 I have created a release *beep* *boop* --- ## [3.1.3](https://togithub.com/googleapis/nodejs-game-servers/compare/v3.1.2...v3.1.3) (2022-11-10) ### Bug Fixes * **deps:** Use google-gax v3.5.2 ([#349](https://togithub.com/googleapis/nodejs-game-servers/issues/349)) ([879eea3](https://togithub.com/googleapis/nodejs-game-servers/commit/879eea37422f58286d3e39e27f5c1b2f6aa4ae9c)) * Regenerated protos JS and TS definitions ([#353](https://togithub.com/googleapis/nodejs-game-servers/issues/353)) ([21535e1](https://togithub.com/googleapis/nodejs-game-servers/commit/21535e16d9dc28888514414117e463271383a971)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
NimJay
pushed a commit
that referenced
this issue
Nov 11, 2022
🤖 I have created a release *beep* *boop* --- ## [3.1.3](https://togithub.com/googleapis/nodejs-game-servers/compare/v3.1.2...v3.1.3) (2022-11-10) ### Bug Fixes * **deps:** Use google-gax v3.5.2 ([#349](https://togithub.com/googleapis/nodejs-game-servers/issues/349)) ([879eea3](https://togithub.com/googleapis/nodejs-game-servers/commit/879eea37422f58286d3e39e27f5c1b2f6aa4ae9c)) * Regenerated protos JS and TS definitions ([#353](https://togithub.com/googleapis/nodejs-game-servers/issues/353)) ([21535e1](https://togithub.com/googleapis/nodejs-game-servers/commit/21535e16d9dc28888514414117e463271383a971)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
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
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.
The text was updated successfully, but these errors were encountered: