forked from DanielTillett/CutSpel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
66 lines (64 loc) · 4.28 KB
/
options.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<html>
<head>
<title>Simplified Spelling Options</title>
</head>
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="options.js" type="text/javascript"></script>
<body>
<div class="container">
<div class="row">
<div class="col-md-8" style="width:800px" style="margin-left: 100px;">
<h3>Simplified Spelling<br> Written as it sounds. Pronounced as it is written.</h3>
<p>
English spelling is notoriously complex and difficult to learn. English spells its 42 spoken sounds in over 400 ways! Children spend years memorizing thousands of spelling exceptions in order to learn to read and write. Those learning English as a second language are hindered by this haphazard system.
</p>
<p>
Today computers make experimenting with simplified spelling easy. With this Chrome extension, you can try it with the click of a button on your web browser.
</p>
<h3>Instructions</h3>
<p><strong>Simplified Spelling</strong> can be turned on or off for any webpage
by clicking on the <strong>Simplified Spelling Toolbar Icon</strong>.<br>
<img src="ON.png" width="16" height="16">ON <img src="OFF.png" width="16" height="16">OFF</p>
You may need to reload the page (under view menu) to see the spelling change. The extension should be turned off when using web forms such as Gmail.
</p>
<p>
The Simplified Spelling Chrome extension may be downloaded from the <a href="https://chrome.google.com/webstore/detail/simplified-spelling/aaacilckajbambkbjbeghcjjobcibnkb">Chrome Webstore</a>, and the code is available at <a href="https://github.com/mark-petersen/SimplifiedSpelling">https://github.com/mark-petersen/SimplifiedSpelling</a>.
</p>
<h3>SoundSpel</h3>
<p>
This <strong>Simpified Spelling</strong> translator uses the SoundSpel system, which has origins that date back to 1910, and is described in detail in the 1986 publication <a href="http://www.americanliteracy.com/resources/Dictionary_of_Simplified_American_Spelling.pdf">Dictionary of Simplified American Spelling</a><sup>1</sup>. Soundspel is based on very simple, consistent spelling rules:
</p>
<ol>
<li>Short vowels are a single letter, as in: sat, set, did, dot, cut</li>
<li>Long vowels are followed immediately by an e, as in: sundae, see, die, toe, cue</li>
<li>No silent letters</li>
<li>Most double letters are removed</li>
<li>Consonants such as f, s, j have a consistent, single sound and spelling, <br>i.e. tough, phone, city, judge, gorgeous→ tuf, foen, sity, juj, gorjus
</ol>
<p>
A few other sounds, rules, and exeptions<sup>1,2</sup> will be obvious to the reader. This results in a spelling system with nearly one-to-one correspondence between sounds and spelling. For example:
</p>
<ul>
<li>hat, have, laugh, plaid → hat, hav, laf, plad
<li>red, head, said, friend → red, hed, sed, frend
<li>herd, earth, birth, journey → herd, erth, berth, jerny
<li>hide, fight, find, sign, knight → hied, fiet, fiend, sien, niet
<li>roll, hole, soul, goal, bowl → roel, hoel, soel, goel, boel
<li>tough, love, judge, tongue → tuf, luv, juj, tung
<li>knight, receipt, asthma → niet, reseet, azma
</ul>
<p>
This Chrome extension was created by members of the <a href="http://www.americanliteracy.com">American Literacy Council</a>, a non-profit organization founded in 1876. The American Literacy Council faithfully supports the vision of its founders, who valued any and all methods that could enlarge the circle of English-reading people. We support the founders' vision, which values gradual unforced evolution of the written language toward more simple and consistent spellings.
</p>
<h3>References</h3>
<ol>
<li>Rondthaler, Edward and Edward J. Lias, <a href="http://www.americanliteracy.com/resources/Dictionary_of_Simplified_American_Spelling.pdf">Dictionary of Simplified American Spelling</a> New York: The American Language Academy, 1986.
<li>"SoundSpel", Wikipedia, <a href="https://en.wikipedia.org/wiki/SoundSpel">https://en.wikipedia.org/wiki/SoundSpel</a>
<li>American Literacy Council, <a href="http://www.americanliteracy.com">http://www.americanliteracy.com</a>
</ol>
</div>
</div>
<div>
</body>
</html>