66 lines
4.1 KiB
HTML
66 lines
4.1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>CLiki: cc-bnc</title>
|
||
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
||
|
href="https://www.cliki.net/site/feed/article.atom?title=cc-bnc">
|
||
|
<link rel="stylesheet" href="static/css/style.css">
|
||
|
<link rel="stylesheet" href="static/css/colorize.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<span class="hidden">CLiki - cc-bnc</span>
|
||
|
<div id="content"><div id="content-area"><div id="article-title">cc-bnc</div><div id="article"><a href="https://sourceforge.net/projects/cl-cc-bnc/">cc-bnc</a> is an <a href="application.html" class="category">application</a> intended for learners of the English language wanting to optimize their vocabulary studies.<p><ul>
|
||
|
<li>cc-bnc means: compare and contrast with <a href="http://corpora.lancs.ac.uk/BNCweb/">BNCweb</a>
|
||
|
</li>
|
||
|
<li>is aimed at learners of English interested in optimizing their vocabulary studies.
|
||
|
</li>
|
||
|
<li>runs fine on the author's machine, but is considered to be alpha software
|
||
|
</li>
|
||
|
<li>is a <strong>mini</strong> <a href="web.html" class="internal">web</a> app using the <a href="hunchentoot.html" class="internal">hunchentoot</a> <a href="web framework.html" class="internal">web framework</a>
|
||
|
</li>
|
||
|
<li>accepts a URI, parses it through <a href="https://github.com/grobian/html2text">html2text</a>, then lists for each word found at <a href="URI.html" class="internal">URI</a> the corresponding frequency in the British National Corpus (BNC <a href="XML.html" class="internal">XML</a>).
|
||
|
</li>
|
||
|
<li>software-wise interacts with your local copy of <a href="http://corpora.lancs.ac.uk/BNCweb/">BNCweb</a> (open source, version 4.2, available from the authors), which in turn depends on the data files of the <a href="http://www.natcorp.ox.ac.uk/XMLedition/">BNC XML Edition</a> (see their page for prices).
|
||
|
</li>
|
||
|
<li>is tested on <a href="SBCL.html" class="internal">SBCL</a> and <a href="Linux.html" class="internal">Linux</a> only.
|
||
|
</li>
|
||
|
</ul></div></div>
|
||
|
<div id="footer" class="buttonbar"><ul><li><a href="cc-bnc.html">Current version</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/history?article=cc-bnc">History</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/backlinks?article=cc-bnc">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=cc-bnc&from-revision=3805914339">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
||
|
</div>
|
||
|
<div id="header-buttons" class="buttonbar">
|
||
|
<ul>
|
||
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
||
|
<li><a href="CLiki.html">About</a></li>
|
||
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
||
|
</ul>
|
||
|
<div id="search">
|
||
|
<form action="https://www.cliki.net/site/search">
|
||
|
<label for="search_query" class="hidden">Search CLiki</label>
|
||
|
<input type="text" name="query" id="search_query" value="" />
|
||
|
<input type="submit" value="search" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="pageheader">
|
||
|
<div id="header">
|
||
|
<span id="logo">CLiki</span>
|
||
|
<span id="slogan">the common lisp wiki</span>
|
||
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
||
|
<label for="login_name" class="hidden">Account name</label>
|
||
|
<input type="text" name="name" id="login_name" class="login_input" />
|
||
|
<label for= "login_password" class="hidden">Password</label>
|
||
|
<input type="password" name="password" id="login_password" class="login_input" />
|
||
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
||
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
||
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body></html>
|