textenglishvocabularynlplinguisticsword-frequencymorphologyparts-of-speechtext-analysislanguage

English Vocabulary & Linguistic Properties — 15,000 Words with Frequency, POS, Morphology & Phonetics

Category
Text
Records
15,000 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

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

NameTypeDescription
wordstring
lengthstring
syllable_countstring
primary_posstring
all_posstring
num_definitionsstring
primary_definitionstring
corpus_frequencystring
frequency_rankstring
vowel_countstring
consonant_countstring
vowel_ratiostring
unique_letter_countstring
unique_letter_ratiostring
starts_withstring
ends_withstring
cv_patternstring
detected_prefixstring
detected_suffixstring
has_double_lettersstring
is_palindromestring
is_monosyllabicstring
is_polysyllabicstring
scrabble_scorestring
complexity_tierstring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 4.7 / 5
0 downloads
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 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
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/1f0c34f9-027c-4c83-ab9f-52c2a6714a42/download-url