English Vocabulary & Linguistic Properties — 15,000 Words with Frequency, POS, Morphology & Phonetics
About this data
A comprehensive dataset of 15,000 English words enriched with 25 linguistic properties, ideal for NLP research, computational linguistics, language learning applications, and word game development. **Data Sources:** Datamuse API (word frequency, definitions, syllable counts, parts of speech) combined with computed morphological and phonetic properties. **Key Features:** - 15,000 words ranked by corpus frequency (most common to rare) - Part-of-speech tags (noun, verb, adjective, adverb) - Syllable counts and consonant-vowel patterns - Morphological analysis (common prefixes and suffixes) - Scrabble scores and complexity tiers (basic/intermediate/advanced) - Primary definitions from Wiktionary - Frequency data from large-scale English corpora **Columns (25):** word, length, syllable_count, primary_pos, all_pos, num_definitions, primary_definition, corpus_frequency, frequency_rank, vowel_count, consonant_count, vowel_ratio, unique_letter_count, unique_letter_ratio, starts_with, ends_with, cv_pattern, detected_prefix, detected_suffix, has_double_letters, is_palindrome, is_monosyllabic, is_polysyllabic, scrabble_score, complexity_tier **Use Cases:** - NLP model training and evaluation - Word difficulty scoring for education apps - Vocabulary analysis and readability tools - Word game engines (Scrabble, crosswords, Wordle-style) - Linguistic research on English morphology
Schema
| Name | Type | Description |
|---|---|---|
| word | string | |
| length | string | |
| syllable_count | string | |
| primary_pos | string | |
| all_pos | string | |
| num_definitions | string | |
| primary_definition | string | |
| corpus_frequency | string | |
| frequency_rank | string | |
| vowel_count | string | |
| consonant_count | string | |
| vowel_ratio | string | |
| unique_letter_count | string | |
| unique_letter_ratio | string | |
| starts_with | string | |
| ends_with | string | |
| cv_pattern | string | |
| detected_prefix | string | |
| detected_suffix | string | |
| has_double_letters | string | |
| is_palindrome | string | |
| is_monosyllabic | string | |
| is_polysyllabic | string | |
| scrabble_score | string | |
| complexity_tier | string |
Sample Data
Preview a sample of the data before downloading.
For AI Agents
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "English Vocabulary & Linguisti" })
// Found: 1f0c34f9-027c-4c83-ab9f-52c2a6714a42
get_download_url({ dataset_id: "1f0c34f9-027c-4c83-ab9f-52c2a6714a42" }) // free — no API key needed# Free dataset — no API key required: curl https://api.databazaar.io/datasets/1f0c34f9-027c-4c83-ab9f-52c2a6714a42/download-url