
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Convert Open English WordNet data to JSON or CSV, creating a structured dictionary of words and meanings.
LexiDict is a command-line tool that converts Open English WordNet data into JSON or CSV, creating a structured dictionary of words and meanings.
LexiDict automatically downloads the latest Open English WordNet XML data from https://en-word.net/ when you run the command. There's no need to manually download or manage the source files - just run the command and LexiDict handles the download, parsing, and conversion process for you. The tool caches downloaded data locally to improve performance on subsequent runs.
Install LexiDict globally using npm:
npm install -g lexidict
Run LexiDict with the desired format:
lexidict --format json
This will generate a JSON file containing dictionary data.
lexidict --format csv
This will generate a CSV file with structured dictionary entries.
lexidict --help
OR
lexidict -h
Displays all available commands and options.
{
"w-cat": {
"meanings": [
{
"definition": "A small domesticated carnivorous mammal.",
"partOfSpeech": "n"
},
{
"definition": "To hoist an anchor to the cathead of a ship.",
"partOfSpeech": "v"
}
]
},
"w-constructor": {
"meanings": [
{
"definition": "A person who builds something.",
"partOfSpeech": "n"
}
]
}
}
word,meanings
w-cat,"n: A small domesticated carnivorous mammal.; v: To hoist an anchor to the cathead of a ship."
w-constructor,"n: A person who builds something."
LexiDict is based on Open English WordNet, which is licensed under the Princeton WordNet License. This tool does not modify the word definitions but restructures them for easier use.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Feel free to open issues or submit pull requests.
Tadeusz Lewandowski
🚀 LexiDict makes it easy to convert WordNet data into structured dictionary formats. Try it out today!
FAQs
Convert Open English WordNet data to JSON or CSV, creating a structured dictionary of words and meanings.
We found that lexidict demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.