Portable Prolog WordNet resource packs
- Prolog version of WordNet 3.0 (Princeton)
- Prolog version of WordNet 3.1.2 (Eric Kafe)
- Prolog version of WordNet 3.0.2 (Eric Kafe)
- Prolog version of English WordNet 2020 (Eric Kafe)
- Prolog version of Open English Wordnet 2022 (Eric Kafe)
- A Prolog library to access WordNet
To add this pack registry to your system, start Logtalk with your favorite Prolog backend and then:
?- {packs(loader)}.
...
?- registries::add('https://github.com/LogtalkDotOrg/wordnet.git').
...
?- packs::available(wordnet).
...
To look into a pack details, e.g. wordnet
, and then install it:
?- packs::describe(wordnet).
...
?- packs::install(wordnet).
...
The packs are installed in the $LOGTALKPACKS/packs
directory in a
sub-directory named after the pack. When the LOGTALKPACKS
environment
variable is not defined, the ~/logtalk_packs/packs
directory is used
instead.
See the packs home pages for more details.