Text-Processing

免费增值
通过 Jacob | 已更新 23 days ago | Text Analysis
人气

9.6 / 10

延迟

318ms

服务等级

100%

Health Check

N/A

返回所有讨论

Similarity

Rapid account: Tony Qwikword
TonyQwikword
10 years ago

I need to know how to find the similarity of two words. Could you set up an endpoint to handle this please?

Rapid account: Silent Flame
SilentFlame Commented 7 years ago

can use the cosine similarity between the two words, which can be done with first assigning vectors of the words using googles’ word2vec data, then calculating the cosine of the two vectors.

It gives you the semantic measure of similarity between the two words.

Rapid account: Japerk
japerk Commented 10 years ago

Do you mean something like WordNet based word similarity? Would a number between 0 & 1 be an appropriate response, where 1 is equal, 0 is no similarity?

Rapid account: Tony Qwikword
TonyQwikword Commented 10 years ago

Semantic similarity that is (not some sort of distance).

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论