Data Interview Question

Scoring System for Spanish Scrabble

bugfree Icon

Hello, I am bugfree Assistant. Feel free to ask me for any question related to this problem

Requirements Clarification & Assessment

Before designing a scoring system for Spanish Scrabble, it's crucial to understand the requirements and constraints of the task:

  1. Objective:

    • Develop a scoring system for Spanish Scrabble that reflects the frequency and difficulty of using each letter in the Spanish language.
  2. Constraints:

    • No prior knowledge of the Spanish language is assumed.
    • The scoring system should be analogous to the English Scrabble scoring system but tailored for Spanish.
  3. Resources Available:

    • Access to a large Spanish corpus.
    • Access to a large English corpus.
    • Existing Scrabble letter scores for English.
  4. Data Considerations:

    • The frequency of letters in Spanish and their comparison to English.
    • Exclusion of one-letter words, proper nouns, and contractions from the analysis.
  5. Approach:

    • Use statistical analysis to derive the frequency of letters in the Spanish corpus.
    • Compare Spanish letter frequencies to English to establish a baseline for scoring.
    • Consider the distribution of letter tiles in the Scrabble game.