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>
65 lines
2.8 KiB
Markdown
65 lines
2.8 KiB
Markdown
# 37. Nosotros Commands
|
|
|
|
> Source: [A Complete Guide To Every Fundamental In Spanish (The Conclusion)](https://youtube.com/watch?v=YHDZSHCt1DE&t=10250s)
|
|
|
|
Nosotros commands are the Spanish equivalent of English "Let's …". Form them by switching the present-tense vowel: `-amos ↔ -emos`. The same form serves both affirmative and negative.
|
|
|
|
## Key Rules
|
|
- **-ar verbs**: present `-amos` → command `-emos` (`hablamos → hablemos`).
|
|
- **-er/-ir verbs**: present `-emos`/`-imos` → command `-amos` (`comemos → comamos`, `abrimos → abramos`).
|
|
- **Negative** = same form preceded by `no`: `no hablemos`, `no comamos`.
|
|
- **Spelling-change verbs** (-car/-gar/-zar): `practicar → practiquemos`, `jugar → juguemos`, `organizar → organicemos`.
|
|
- **Stem changes** apply only to **-ir** stem-changing verbs and only with one letter: `dormir → durmamos`, `sentir → sintamos`, `pedir → pidamos`.
|
|
- **Object pronouns**: attach (with accent) in affirmative — `abrámoslo`; separate before verb in negative — `no lo abramos`.
|
|
- **Reflexive verbs**: drop the final `-s` of the verb before attaching `nos`: `sentémosnos → sentémonos`, `bañémosnos → bañémonos`. Same drop before `se`: `démosselo → démoselo`.
|
|
- **`Ir`**: affirmative `let's go` is `vamos` (informal) or `vayamos` (formal). `Let's go out` (irse) = `vámonos`. Negative uses irregular `no nos vayamos`.
|
|
|
|
## Conjugation / Pattern Tables
|
|
|
|
### Regular nosotros commands
|
|
| Verb | Affirmative | Negative |
|
|
|---|---|---|
|
|
| hablar | hablemos | no hablemos |
|
|
| comer | comamos | no comamos |
|
|
| abrir | abramos | no abramos |
|
|
|
|
### Common irregular nosotros commands
|
|
| Verb | Command (Let's…) |
|
|
|---|---|
|
|
| conducir | conduzcamos |
|
|
| decir | digamos |
|
|
| hacer | hagamos |
|
|
| oír | oigamos |
|
|
| tener | tengamos |
|
|
| traer | traigamos |
|
|
| venir | vengamos |
|
|
| ver | veamos |
|
|
| dar | demos |
|
|
| ser | seamos |
|
|
| estar | estemos |
|
|
| saber | sepamos |
|
|
| ir | vamos / vayamos |
|
|
|
|
## Examples
|
|
| Spanish | English |
|
|
|---|---|
|
|
| Hablemos español. | Let's speak Spanish. |
|
|
| No comamos ahora. | Let's not eat now. |
|
|
| Practiquemos juntos. | Let's practice together. |
|
|
| Durmamos un poco. | Let's sleep a bit. |
|
|
| Abrámoslo. | Let's open it. |
|
|
| No lo abramos. | Let's not open it. |
|
|
| Comprémoslos. | Let's buy them. |
|
|
| Llevémoselo. | Let's bring it to him/her. |
|
|
| Sentémonos. | Let's sit down. |
|
|
| No nos sentemos. | Let's not sit down. |
|
|
| Vámonos. | Let's go (out)! |
|
|
| No nos vayamos. | Let's not leave. |
|
|
| Démoselo a él. | Let's give it to him. |
|
|
|
|
## Notes & Gotchas
|
|
- The dropped `-s` before `nos`/`se` is required; saying `sentémosnos` sounds wrong.
|
|
- `Vamos` is both "we go" and informal "let's go"; context disambiguates.
|
|
- For "let's leave/go away" use `vámonos` (NOT `vayámonos`).
|
|
- Negative reflexives do NOT drop the `-s`: `no nos sentemos`.
|