The browser rule inserts familiar forms such as thou art, thy, thee, hail, good fellow, and anon. Everything outside that list keeps its original wording.
The six-rule result will appear here...
The pairs below call the same local converter as the visible page. Together they exercise every rule, replacement order, punctuation retention, and two word-boundary non-matches.
English
hello, friend
Translation
hail, good fellow
Hello and friend replaced while the comma remains
English
you are my friend
Translation
thou art my good fellow
The longer you are rule runs before the standalone you rule
English
your oath is ready
Translation
thy oath is ready
Your changes to thy while all surrounding words remain
English
I will see you soon.
Translation
I will see thee anon.
Standalone you and soon changed without moving the full stop
English
You are here; your friend is coming soon.
Translation
thou art here; thy good fellow is coming anon.
Every configured expression changed in a longer modern sentence
English
young friends stay
Translation
young friends stay
Young and friends remain because neither is an exact rule key
| Source pattern | Fixed result | Rule position |
|---|---|---|
| you are | thou art | First, phrase match |
| your | thy | Second, whole word |
| you | thee | Third, whole word |
| hello | hail | Fourth, whole word |
| friend | good fellow | Fifth, whole word |
| soon | anon | Sixth, whole word |
The first row must run before the standalone you rule; the remaining rows are complete-word substitutions.
These gaps explain why adding a few archaic-looking words does not establish a historical variety.
| Missing analysis | Example risk | Needed next step |
|---|---|---|
| Pronoun role | Thee used as a subject | Review grammatical case |
| Verb agreement | Modern verb left untouched | Choose a documented paradigm |
| Date and dialect | Mixed historical cues | Define a source tradition |
| Lexical coverage | Most wording stays modern | Consult period dictionaries |
| Word order | Modern syntax remains | Edit the entire sentence |
Show why a longer phrase must run before a shorter overlapping key. The you are example makes rule ordering concrete without hiding the implementation.

Mark an early character line with a few familiar archaisms, then rewrite it for voice and consistency. Do not label the draft as documented speech from a historical community.

Compare you with young and friend with friends. The unchanged longer words demonstrate how regular-expression boundaries prevent accidental partial replacement.

Use the output to identify everything the filter did not address: verb forms, article choice, idiom, spelling, agreement, rhythm, and historical setting.

The page documents exact string behavior instead of claiming broad knowledge of historical English.
You are becomes thou art before any standalone pronoun replacement is attempted. This sequencing is part of the observable result.
Your, you, hello, friend, and soon map to thy, thee, hail, good fellow, and anon when each source appears as a complete word.
The converter keeps sentence structure and every unrecognized term. It never decides whether a replacement fits the grammatical role.
The implemented browser path returns a deterministic string without asking the shared provider to compose additional wording.
Rule order, historical scope, grammar gaps, and boundary behavior.
Check out these related translation and AI tools to enhance your experience
Treat the page like an inspectable editing filter rather than a historical-language service.
Write a line containing one or more configured expressions. Include ordinary words as controls so you can see how narrowly the filter operates.
Use the action to apply the local one-way sequence. The two-word phrase is checked before the shorter pronoun, followed by the remaining standalone keys.
Read the result as a novelty draft. If period-sensitive prose matters, research grammar, syntax, vocabulary, dialect, and date instead of relying on these six substitutions.
Enter a modern sentence with configured and unconfigured words, run the sequence, and review the surface changes against the complete rule table.