Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Java で WordNet を使用して、2 つの単語が与えられた場合に一般的なハイパーニムを見つける方法を知っている人はいますか?
たとえば、ニワトリの上位語は鳥で、オウムの上位語も鳥です。したがって、提供する場合
hypernym_finder ("parrot", "chicken")
結果は「鳥」になるはずです。
(別の投稿で、コードと詳細を含む、より具体的な質問を作成しました。より一般的な質問は、より多くの人を引き付ける可能性があります)