Dictionary vocabulary management system - features, architecture, and capabilities.
The Dictionary System is a comprehensive vocabulary management and distribution platform integrated with Hugo and HBStack. It enables extraction of vocabulary from video transcripts, generation of professional vocabulary pages, and seamless integration with your learning platform.
✅ Video-based Learning - Extract vocabulary directly from YouTube videos
✅ AI-Powered - Use Copilot/ChatGPT to intelligently select and translate words
✅ Urdu Translations - Complete Urdu meanings with contextual examples
✅ YAML Data Structure - Clean, organized, version-controllable format
✅ Hugo Integration - Automatic page generation with responsive design
✅ Accordion Display - Interactive vocabulary presentation
✅ Multi-Source - Support for videos, courses, books, articles
1Video URL
2 ↓
3Step 1: Extract Transcript (YouTube API)
4 ↓
5Step 2: AI Vocabulary Extraction (Copilot/ChatGPT)
6 ↓
7Step 3: Save YAML Data
8 ↓
9Step 4: Create Hugo Content Page
10 ↓
11Step 5: Validate & Test
12 ↓
13Step 6: Deploy
YAML Format (data/dictionary/{topic}/vocabulary.yaml):
1- word: english_word
2 part_of_speech: noun/verb/adjective/etc
3 urdu_meaning: اردو ترجمہ
4 example_en: English example sentence
5 example_ur: اردو مثال
6 additional_example_ur: اضافی اردو مثال (optional)
For detailed information, see the sections below.