xxxxxxxxxx
31
<html lang="en">
<head>
<script src="https://unpkg.com/rita@1.3.86/lib/rita.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<h1>Demonstrating Rita Library</h1>
<ul>
<li><a href="https://www.ling.upenn.edu/courses/Fall_2003/ling001/penn_treebank_pos.html">Penn POS Tagging</a></li>
<li><a href="http://www.rednoise.org/rita/reference/">RiTa Reference</a></li>
</ul>
<h3>Type a sentence</h3>
<p><input id="sentence" value="Coronavirus causing death." / style="width:400px;"></p>
<p>
<button id="pos">swap parts of speech</button>
<button id="rhyme">swap rhyming words</button>
</p>
<script src="sketch.js"></script>
</body>
</html>