Registry / other / wordnet

wordnet

JSON →
library3.0vcpkgunverified

WordNet is a large lexical database of English

vcpkg install wordnet
INSTALL
IMPORT
SIG · WORDNET
W
wordnet
othercppv3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

wn.h
#include <wn.h>

Look up morphological information for a word

#include "wn.h" #include <iostream> int main() { char *info = morphword("running", NOUN); std::cout << info << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
Resources

No resource links recorded.

wordnet — pip install wordnet · libregistry