Wordnetって何? つWordNet - Wikipedia つ日本語 Wordnet 簡単に言うと同義語などの情報が載った辞書. 中身をのぞいてみよう データベースの構造の説明が見つからなかったので,まずはwnjpn.db.gzを解凍してsqlite3.exeでwnjpn.dbの中身を覗いてみます. ファイルを開く >sqlite3 wnjpn.db データベースの構造を確認 sqlite>.schemaCREATE TABLE ancestor (synset1 text, synset2 text, hops int); CREATE TABLE link_def (link text, lang text, def text); CREATE TABLE pos_def (pos text, lang text, def text); CREATE TABLE sense (s