LogtalkDotOrg / wordnet

Portable Prolog WordNet resource packs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordnet

Portable Prolog WordNet resource packs

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.

About

Portable Prolog WordNet resource packs

License:Apache License 2.0


Languages

Language:Logtalk 100.0%