{"id":21831407,"url":"https://github.com/nodef/extra-english-wordnet","last_synced_at":"2026-01-12T02:20:06.517Z","repository":{"id":57112484,"uuid":"243147314","full_name":"nodef/extra-english-wordnet","owner":"nodef","description":"WordNet® is a large lexical database of English.","archived":false,"fork":false,"pushed_at":"2025-04-08T17:14:23.000Z","size":39713,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-07T05:58:11.446Z","etag":null,"topics":["adjectives","adverbs","data","english","extra","frames","nouns","pointers","senses","sentences","synset","verbs","wordnet","words"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/extra-wordnet.english","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nodef.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-02-26T02:13:13.000Z","updated_at":"2025-04-08T17:14:29.000Z","dependencies_parsed_at":"2025-05-03T14:11:47.397Z","dependency_job_id":null,"html_url":"https://github.com/nodef/extra-english-wordnet","commit_stats":null,"previous_names":["nodef/extra-wordnet.english"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nodef/extra-english-wordnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodef%2Fextra-english-wordnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodef%2Fextra-english-wordnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodef%2Fextra-english-wordnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodef%2Fextra-english-wordnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nodef","download_url":"https://codeload.github.com/nodef/extra-english-wordnet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodef%2Fextra-english-wordnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adjectives","adverbs","data","english","extra","frames","nouns","pointers","senses","sentences","synset","verbs","wordnet","words"],"created_at":"2024-11-27T19:10:17.436Z","updated_at":"2026-01-12T02:20:06.462Z","avatar_url":"https://github.com/nodef.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[WordNet®] is a large lexical database of English. This package includes\ndata describing all parts-of-speech, for use with [WordNet container].\n\n\u003e Refer to [WordNet container] for usage examples.\u003cbr\u003e\n\u003e All data has been transformed from [WordNet 3.1].\n\n```javascript\nconst ENGLISH = require('extra-wordnet.english');\n// -\u003e {\n//   table: {name, type, synset, pointers, frames},\n//   blob: {senses, pointers, frames}\n// }\n```\n\n### reference\n\n| Method                  | Action\n|-------------------------|-------\n| [DATA]                  | Data describing all parts-of-speech in English WordNet for use with WordNet container.\n| [ADJECTIVES]            | Adjective data of English WordNet as Map.\n| [ADJECTIVE_WORDS]       | Adjective words of English WordNet as Array.\n| [ADJECTIVE_EXCEPTIONS]  | Adjective exceptions of English WordNet as Map.\n| [ADVERBS]               | Adverb data of English WordNet as Map.\n| [ADVERB_WORDS]          | Adverb words of English WordNet as Array.\n| [ADVERB_EXCEPTIONS]     | Adverb exceptions of English WordNet as Map.\n| [NOUNS]                 | Noun data of English WordNet as Map.\n| [NOUN_WORDS]            | Noun words of English WordNet as Array.\n| [NOUN_EXCEPTIONS]       | Noun exceptions of English WordNet as Map.\n| [VERBS]                 | Verb data of English WordNet as Map.\n| [VERB_WORDS]            | Verb words of English WordNet as Array.\n| [VERB_EXCEPTIONS]       | Verb exceptions of English WordNet as Map.\n| [VERB_SENTENCES]        | Verb usage sentence list of English WordNet as Map.\n| [VERB_FRAMES]           | Verb frames text of English WordNet as Array (from number).\n\n### references\n\n- Princeton University \"About WordNet.\" [WordNet]. Princeton University. 2010.\n\n\u003cbr\u003e\n\n[![nodef](https://merferry.glitch.me/card/extra-wordnet.english.svg)](https://nodef.github.io)\n\n\u003e Browserified, minified version of this package is [extra-wordnet.english.min].\n\n[DATA]: https://github.com/nodef/extra-wordnet.english/wiki/DATA\n[ADJECTIVES]: https://github.com/nodef/extra-wordnet.english/wiki/ADJECTIVES\n[ADJECTIVE_WORDS]: https://github.com/nodef/extra-wordnet.english/wiki/ADJECTIVE_WORDS\n[ADJECTIVE_EXCEPTIONS]: https://github.com/nodef/extra-wordnet.english/wiki/ADJECTIVE_EXCEPTIONS\n[ADVERBS]: https://github.com/nodef/extra-wordnet.english/wiki/ADVERBS\n[ADVERB_WORDS]: https://github.com/nodef/extra-wordnet.english/wiki/ADVERB_WORDS\n[ADVERB_EXCEPTIONS]: https://github.com/nodef/extra-wordnet.english/wiki/ADVERB_EXCEPTIONS\n[NOUNS]: https://github.com/nodef/extra-wordnet.english/wiki/NOUNS\n[NOUN_WORDS]: https://github.com/nodef/extra-wordnet.english/wiki/NOUN_WORDS\n[NOUN_EXCEPTIONS]: https://github.com/nodef/extra-wordnet.english/wiki/NOUN_EXCEPTIONS\n[VERBS]: https://github.com/nodef/extra-wordnet.english/wiki/VERBS\n[VERB_WORDS]: https://github.com/nodef/extra-wordnet.english/wiki/VERB_WORDS\n[VERB_EXCEPTIONS]: https://github.com/nodef/extra-wordnet.english/wiki/VERB_EXCEPTIONS\n[VERB_SENTENCES]: https://github.com/nodef/extra-wordnet.english/wiki/VERB_SENTENCES\n[VERB_FRAMES]: https://github.com/nodef/extra-wordnet.english/wiki/VERB_FRAMES\n[WordNet]: https://wordnet.princeton.edu/wordnet/\n[WordNet®]: https://wordnet.princeton.edu/wordnet/\n[WordNet 3.1]: http://wordnetweb.princeton.edu/perl/webwn\n[WordNet container]: https://www.npmjs.com/package/extra-wordnet\n[extra-wordnet.english.min]: https://www.npmjs.com/package/extra-wordnet.english.min\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodef%2Fextra-english-wordnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnodef%2Fextra-english-wordnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodef%2Fextra-english-wordnet/lists"}