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
- Host: GitHub
- URL: https://github.com/cholnhial/libswni
- Owner: cholnhial
- Created: 2015-10-30T13:44:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T13:48:47.000Z (almost 10 years ago)
- Last Synced: 2025-01-01T02:29:30.720Z (9 months ago)
- Topics: c, static-library, wordnet
- Language: C
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`