You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Full Exercise 3 — Bigram Text Generator section replacing the stub: - Setup instructions (cargo new, cargo add rand) - Starter code skeleton with BigramModel struct - Step 1: tokenize corpus with split_whitespace + to_lowercase - Step 2: build transition table via windows(2) with count tracking - Step 3: integer weighted sampling helper (sample_weighted) - Step 4: generate implementation with dead-end handling - Step 5: run the generator with the Alice corpus and seeded RNG - Step 6: guidance for trying a larger Project Gutenberg corpus - Full reference solution in a collapsible details block Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
3 months ago | |
|---|---|---|
| .. | ||
| .nbd/tickets | 3 months ago | |
| markov.md | 3 months ago | |