Skip to content

Commit b5031d2

Browse files
authored
Merge pull request #45 from UBC-MDS/yhouyang02-patch-1
Update with dataset source and LLM usage
2 parents 07eea88 + 56f1dc2 commit b5031d2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To use `wordguess` in your code:
4545

4646
* Dataset: `minidict` (*list*)
4747
* **Location:** `/src/wordguess/_internals.py`
48-
* **Description:** A default list of more than 600 valid and non-valid English words, each five letters in length. This serves as the fallback `corpus` for all functions unless a custom list is provided.
48+
* **Description:** A default list of more than 600 valid and non-valid English words, each five letters in length. This serves as the fallback `corpus` for all functions unless a custom list is provided. This example dataset is generated by [Claude Sonnet 4.5](https://www.anthropic.com/news/claude-sonnet-4-5).
4949

5050
* `get_result(target, guess, corpus=minidict)`
5151
* **Location:** `/src/wordguess/get_result.py`
@@ -96,6 +96,17 @@ To ensure consistency for **users** (developers) and **players** (end-users), th
9696
| **Pattern** | The visual, emoji-based representation of a **Result**. |
9797
| **Score** | A numerical value quantifying how close a **Guess** is to a **Target**. |
9898

99+
## LLM usage disclosure
100+
101+
Large language models (LLMs) are involved in assisting test development, code review, and corpus generation.
102+
103+
| Model | Usage | Last Accessed |
104+
| --- | --- | --- |
105+
| [Claude Sonnet 4.5](https://www.anthropic.com/news/claude-sonnet-4-5) | Corpus generation | January 2026 |
106+
| [GitHub Copilot](https://github.com/features/copilot) | Pull request review, code fix, style consistency | January 2026 |
107+
| [GPT-5.2](https://openai.com/index/introducing-gpt-5-2/) | Test coverage review and improvement | January 2026 |
108+
109+
99110
## Copyright
100111

101112
- Copyright © 2026 Sarisha Das, Sarah Gauthier, Yuheng Ouyang, Harry Yau.

0 commit comments

Comments
 (0)