Building or Finding a “relevant terms” suggestion feature

后端 未结 3 570
谎友^
谎友^ 2021-02-02 03:12

Given a few words of input, I want to have a utility that will return a diverse set of relevant terms, phrases, or concepts. A caveat is that it would need to have a large grap

3条回答
  •  名媛妹妹
    2021-02-02 03:42

    You might be interested in WordNet. It takes a bit of linguistic knowledge to understand the API, but basically the system is a database of meaning-based links between English words, which is more or less what you're searching for. I'm sure I can dig up more information if you want it.

提交回复
热议问题