Ecosyste.ms: Awesome
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 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T13:48:47.000Z (about 9 years ago)
- Last Synced: 2023-08-01T08:43:34.588Z (over 1 year 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`