ラベル WordNet の投稿を表示しています。 すべての投稿を表示
ラベル WordNet の投稿を表示しています。 すべての投稿を表示

2023年2月24日金曜日

概念辞書WordNetをUbuntu 22.04にインストールする

WordNetで類義語や上位語や下位語・概念を調べることが出来ます。

〇WordNetの画面

Ubuntu Softwareによるインストール方法

1. Ubuntu Softwareを起動して、wordnetを検索します。

2.WordNetのインストールボタンをクリックします

コマンドによるインストール方法

以下のコマンドを実行してWordNetをインストールします。
sudo apt-get update

sudo apt-get -y install wordnet

関連情報

・WordNetのウェブサイト
https://wordnet.princeton.edu/

2023年2月5日日曜日

概念辞書WordNetをDebian 11/Raspberry Pi OS(Bullseye)にインストールする

WordNetで類義語や上位語や下位語・概念を調べることが出来ます。

〇WordNetの画面(Debian 11 Bullseye)

〇WordNetの画面(Raspberry Pi)

インストール方法

以下のコマンドを実行してWordNetをインストールします。
sudo apt-get update

sudo apt-get -y install wordnet

関連情報

・WordNetのウェブサイト
https://wordnet.princeton.edu/