Spaces:
Running
Running
docs: update content descriptions to use consistent language
Browse files- Replace "classic literature" with "historical and literary passages/texts"
- Add "randomly excerpted" to accurately describe the content sourcing
- Update both README.md and welcome overlay for consistency
- Remove outdated terminology in favor of more accurate descriptions
- README.md +2 -2
- src/welcomeOverlay.js +2 -2
README.md
CHANGED
@@ -11,14 +11,14 @@ thumbnail: >-
|
|
11 |
|
12 |
# Cloze Reader
|
13 |
|
14 |
-
An interactive cloze reading practice application with AI-powered assistance. Practice reading comprehension by filling in blanks in
|
15 |
|
16 |
## Features
|
17 |
|
18 |
- **Progressive Level System**: Start with 1 blank, advance to 2-3 blanks as you improve
|
19 |
- **Smart Hints**: Get word length, first letter, and contextual clues
|
20 |
- **AI Chat Help**: Click 💬 for intelligent hints about any blank
|
21 |
-
- **
|
22 |
- **Level-Appropriate Challenges**: Hints adapt based on your current level
|
23 |
|
24 |
## How to Use
|
|
|
11 |
|
12 |
# Cloze Reader
|
13 |
|
14 |
+
An interactive cloze reading practice application with AI-powered assistance. Practice reading comprehension by filling in blanks in randomly excerpted historical and literary passages.
|
15 |
|
16 |
## Features
|
17 |
|
18 |
- **Progressive Level System**: Start with 1 blank, advance to 2-3 blanks as you improve
|
19 |
- **Smart Hints**: Get word length, first letter, and contextual clues
|
20 |
- **AI Chat Help**: Click 💬 for intelligent hints about any blank
|
21 |
+
- **Historical and Literary Passages**: Randomly excerpted texts from Project Gutenberg's collection
|
22 |
- **Level-Appropriate Challenges**: Hints adapt based on your current level
|
23 |
|
24 |
## How to Use
|
src/welcomeOverlay.js
CHANGED
@@ -43,7 +43,7 @@ class WelcomeOverlay {
|
|
43 |
|
44 |
<div class="welcome-content">
|
45 |
<p>
|
46 |
-
<strong>Practice reading comprehension</strong> by filling in missing words from historical and literary texts.
|
47 |
</p>
|
48 |
|
49 |
<p>
|
@@ -51,7 +51,7 @@ class WelcomeOverlay {
|
|
51 |
</p>
|
52 |
|
53 |
<p>
|
54 |
-
<strong>Data source:</strong>
|
55 |
</p>
|
56 |
|
57 |
<p style="margin-bottom: 0;">
|
|
|
43 |
|
44 |
<div class="welcome-content">
|
45 |
<p>
|
46 |
+
<strong>Practice reading comprehension</strong> by filling in missing words from randomly excerpted historical and literary texts.
|
47 |
</p>
|
48 |
|
49 |
<p>
|
|
|
51 |
</p>
|
52 |
|
53 |
<p>
|
54 |
+
<strong>Data source:</strong> Randomly excerpted historical and literary texts from Project Gutenberg's public domain collection, processed via Hugging Face Datasets.
|
55 |
</p>
|
56 |
|
57 |
<p style="margin-bottom: 0;">
|