Add 13 new grammar notes with 1010 exercises from video extraction
Scraped a 4h Spanish fundamentals YouTube video (transcript + OCR on 14810 frames), extracted structured content across 52 chapters, and generated fill-in-the-blank quizzes for every grammar topic. - 13 new GrammarNote entries (articles, possessives, demonstratives, greetings, poder, al/del, prepositional pronouns, irregular yo, stem-changing, stressed possessives, present/future perfect, present indicative conjugation) - 1010 generated exercises across all 36 grammar notes (new + existing) - Fix tense guide parser to handle unnumbered *Usages* blocks - Rewrite 6 broken tense guide bodies (imperative, subj pluperfect, subj future) with numbered usage format - Bump courseDataVersion 5→6 with TenseGuide refresh on upgrade - Add docs/spanish-fundamentals/ with raw transcripts, polished notes, structured JSON, and exercise data Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
# 32. Stressed Possessive Adjectives
|
||||
|
||||
> Source: [A Complete Guide To Every Fundamental In Spanish (The Conclusion)](https://youtube.com/watch?v=YHDZSHCt1DE&t=8722s)
|
||||
|
||||
Stressed (or "long-form") possessive adjectives indicate to whom something belongs and translate as **mine, yours, his, hers, ours, theirs**. They go **after** the noun (or after *ser*) and agree with the noun in gender and number.
|
||||
|
||||
## Key Rules
|
||||
- Forms agree in **gender** (-o/-a) and **number** (+s).
|
||||
- Used after the noun ("un amigo mío") or as a predicate after *ser* ("el libro es mío").
|
||||
- *Suyo/a(s)* can mean his, hers, yours (formal), or theirs — clarify with *de él / de ella / de usted / de ellos* if ambiguous.
|
||||
- Equivalent in meaning to a regular possessive used before the noun: *tu cuaderno* = *el cuaderno tuyo*.
|
||||
- Pluralize by adding **-s**.
|
||||
|
||||
## Conjugation / Pattern Tables
|
||||
|
||||
### Stressed possessive adjectives
|
||||
| Owner | Singular (m/f) | Plural (m/f) |
|
||||
|---|---|---|
|
||||
| mine | mío / mía | míos / mías |
|
||||
| yours (tú) | tuyo / tuya | tuyos / tuyas |
|
||||
| his / hers / yours (Ud.) / theirs | suyo / suya | suyos / suyas |
|
||||
| ours | nuestro / nuestra | nuestros / nuestras |
|
||||
| yours (vosotros) | vuestro / vuestra | vuestros / vuestras |
|
||||
|
||||
## Examples
|
||||
| Spanish | English |
|
||||
|---|---|
|
||||
| El libro es mío. | The book is mine. |
|
||||
| El libro mío es nuevo. | My book (the book of mine) is new. |
|
||||
| John es un amigo mío. | John is a friend of mine. |
|
||||
| La computadora tuya es rápida. | Your computer (the computer of yours) is fast. |
|
||||
| La clase nuestra empieza ahora. | Our class starts now. |
|
||||
| Las clases nuestras son largas. | Our classes are long. |
|
||||
| El teclado es suyo. | The keyboard is his/hers/theirs. |
|
||||
| El teclado de él. | His keyboard (clarified). |
|
||||
| El teclado suyo. | His/her/their keyboard. |
|
||||
| El cuaderno tuyo. | Your notebook / the notebook of yours. |
|
||||
| Estos zapatos son míos. | These shoes are mine. |
|
||||
|
||||
## Notes & Gotchas
|
||||
- Always agree with the **possessed noun**, not the owner: *los amigos nuestros* (our friends — masculine plural).
|
||||
- *Suyo* is ambiguous; in spoken Spanish people often replace it with *de él / de ella / de usted / de ellos* for clarity.
|
||||
- Stressed forms emphasize the possession; the unstressed forms (mi, tu, su, nuestro, vuestro) are more common in everyday speech before the noun.
|
||||
Reference in New Issue
Block a user