<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Turbo Lingo</TITLE>
<META content="text/html; charset=windows-1250" http-equiv=Content-Type>
</HEAD>
<BODY  bgColor=gainsboro>
<hr>
<center><h2>Turbo Lingo</h2>
<hr>
Enter a web page <b><font color="red">or</font></b> copy and paste a text into the texbox below. Check the operations you would like to perform on your web page or text. This is a test version of this script. You can take a look at the <a href="page.txt">source of this page</a> and the <a href="script.txt">Perl script</a> behind it. Please report all bugs to: <a href="mailto:Danko.Sipka@asu.edu">Danko.Sipka@asu.edu</a>.
<hr>
<FORM NAME="upis" action="http://localhost/cgi-bin/lingo.pl" method=post>
<TABLE>
<tr><b>Web page you would like to process:</b></tr>
<tr><input type="text" name="page" size="99" value="http://"></tr>
</table>
<table>
<tr><b>Paste your text here:</b></tr>
<tr><TEXTAREA name="boks" cols=87 rows=5 wrap=virtual></textarea></tr>
<p><br><p>
<tr><b>Choose your operations</b></tr>
<tr>
<td>Concordance.............<input type="checkbox" name="conc"></td>
<td>Frequency list..........<input type="checkbox" name="freq"></td>
<td>Reversed freq. list.....<input type="checkbox" name="rfreq"></td>
<td>Sentence length count...<input type="checkbox" name="sleng"></td></tr>
<tr>
<td>Letter concordance......<input type="checkbox" name="lconc"></td>
<td>Letter frequency........<input type="checkbox" name="lfreq"></td>
<td>1x1phonotactics.........<input type="checkbox" name="phono"></td>
<td>1x1 lex. combinatorics..<input type="checkbox" name="lexa"></td></tr>
</tr></table>
<table>
<tr><td align=center><i>Number of words on both sides of your word concordance............ 
<input type="text" name="b" size="3" value="5"></td>
<td align =center><i>Number of letters on both sides of your letter concordance...........
<input type="text" name="bb" size="3" value="10"></td></tr>
</table>
<hr>
<table>
<tr><i>You can enter the sort order for your concordance by providing both upper and lowercase characters (including digraphs) below in their sorting sequence separated by a single space, for example: a b c æ cz d... If you do not change this field, the standard English sort will be performed.</i></tr>
<tr><input type="text" name="sort" size="99" value="A a B b C c D d E e F f G g H h I i J j K k L l M m N n O o P p Q q R r S s T t U u V v W w X x Y y Z z"></tr>
<tr><i>You can enter a list of words for your concordance below. In that case, the concordance of only those lexical items will be provided. If you leave the field below blank, all forms will be tabulated</i></tr>
<tr><TEXTAREA name="stopw" cols=87 rows=3 wrap=virtual></textarea></tr>
</table>
<table>
<tr><td><input type="submit" value="Submit"></td><td><input type="reset" value="Clear"></td></tr>
</table>
</form>
</body>
</html>