**Description:** Parse Wikipedia/Reddit summaries of parks to extract mentioned place names. **Tasks:** - [ ] Use regex + simple NLP to extract proper nouns from summaries - [ ] Or use lightweight LLM prompt: "Extract all specific place/landmark names from this text" - [ ] Store extracted names with reference to parent park - [ ] Search those in our DB > If found score them, if not add them **Acceptance Criteria:** - All place names extracted from existing park summaries - Stored in structured format for matching
Description:
Parse Wikipedia/Reddit summaries of parks to extract mentioned place names.
Tasks:
Acceptance Criteria: