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.
私はWordnetにかなり慣れていないので、正直言って少し混乱しています. Wordnet データベースから名詞の完全なリストと形容詞の完全なリストを生成するにはどうすればよいのでしょうか。
ありがとう
MySQLバージョンのWordnet3.0を使用している場合は、次のクエリを使用できます。
単語から補題を選択します。words.wordid=senses.wordidの感覚を左結合します。senses.synsetid=synsets.synsetidのsynsetsを左結合します。ここでpos='n'
そして、形容詞の「n」を「a」に置き換えます。
スティーブ