An open API service indexing awesome lists of open source software.

https://github.com/cholnhial/libswni

Library Simple Wordnet (libswni) a library which makes it simple to use libwordnet
https://github.com/cholnhial/libswni

c static-library wordnet

Last synced: 8 months ago
JSON representation

Library Simple Wordnet (libswni) a library which makes it simple to use libwordnet

Awesome Lists containing this project

README

          

## About
A simple easy use wordnet dictionary API that wraps around libwordnet to get a definition of a word along with its simililarties and other properties such as its familiarity.

## Dependencies:
* glib-2.0
* libwordnet-3.0

## Installation
To install it simply enter the following commands in to your terminal you must make sure all dependencies are met:

`make && sudo make install`