SmalltalkWordNet

Description

Provides an object representation of the wordnet database

Details

Source
GitHub
Stars
3
Forks
1
Created
Oct. 10, 2016
Updated
May 1, 2024

Categories

Database

README excerpt

# SmalltalkWordNet  [![Build Status](https://travis-ci.org/hpi-swa/SmalltalkWordNet.svg)](https://travis-ci.org/hpi-swa/SmalltalkWordNet)
Provides an object representation of the wordnet database.

## Setup
To use the wordnet objects in your image you need to put the Prolog database serialization of
wordnet (https://wordnet.princeton.edu/wordnet/download/) in a 'wordnet' folder in the default image folder.

You can then load the data through:

````Smalltalk
WordNetDB install.
````

This will provide an instance you can access through ````WordNetDB current````.
← Back to results