Skip to content

LogtalkDotOrg/wordnet

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published