Skip to content

Commit

Permalink
publish version with new howto format by @tomaarsen, cf nltk/nltk#2856
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbird committed Oct 18, 2021
1 parent 8d9c079 commit 5a2905d
Show file tree
Hide file tree
Showing 821 changed files with 85,283 additions and 36,534 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions _modules/index.html
Expand Up @@ -68,7 +68,7 @@ <h1>Documentation</h1>
<p class="caption" role="heading"><span class="caption-text">NLTK Documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../api/nltk.html">API Reference</a></li>
<li class="toctree-l1"><a class="reference external" href="http://www.nltk.org/howto">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../howto.html">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../py-modindex.html">Module Index</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki">Wiki</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki/FAQ">FAQ</a></li>
Expand Down Expand Up @@ -423,7 +423,7 @@ <h1>All modules for which code is available</h1>


<li class="footer-element">
Oct 11, 2021
Oct 18, 2021
</li>

</ul>
Expand Down
10 changes: 5 additions & 5 deletions _modules/nltk.html
Expand Up @@ -68,7 +68,7 @@ <h1>Documentation</h1>
<p class="caption" role="heading"><span class="caption-text">NLTK Documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../api/nltk.html">API Reference</a></li>
<li class="toctree-l1"><a class="reference external" href="http://www.nltk.org/howto">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../howto.html">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../py-modindex.html">Module Index</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki">Wiki</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki/FAQ">FAQ</a></li>
Expand Down Expand Up @@ -101,7 +101,7 @@ <h1>Source code for nltk</h1><div class="highlight"><pre>
<span class="c1"># Copyright (C) 2001-2021 NLTK Project</span>
<span class="c1"># Authors: Steven Bird &lt;stevenbird1@gmail.com&gt;</span>
<span class="c1"># Edward Loper &lt;edloper@gmail.com&gt;</span>
<span class="c1"># URL: &lt;http://nltk.org/&gt;</span>
<span class="c1"># URL: &lt;https://www.nltk.org/&gt;</span>
<span class="c1"># For license information, see LICENSE.TXT</span>

<span class="sd">&quot;&quot;&quot;</span>
Expand All @@ -111,7 +111,7 @@ <h1>Source code for nltk</h1><div class="highlight"><pre>

<span class="sd">Steven Bird, Ewan Klein, and Edward Loper (2009).</span>
<span class="sd">Natural Language Processing with Python. O&#39;Reilly Media Inc.</span>
<span class="sd">http://nltk.org/book</span>
<span class="sd">https://www.nltk.org/book</span>

<span class="sd">isort:skip_file</span>
<span class="sd">&quot;&quot;&quot;</span>
Expand Down Expand Up @@ -165,7 +165,7 @@ <h1>Source code for nltk</h1><div class="highlight"><pre>
<span class="s2">&quot;natural language&quot;</span><span class="p">,</span>
<span class="s2">&quot;text analytics&quot;</span><span class="p">,</span>
<span class="p">]</span>
<span class="n">__url__</span> <span class="o">=</span> <span class="s2">&quot;http://nltk.org/&quot;</span>
<span class="n">__url__</span> <span class="o">=</span> <span class="s2">&quot;https://www.nltk.org/&quot;</span>

<span class="c1"># Maintainer, contributors, etc.</span>
<span class="n">__maintainer__</span> <span class="o">=</span> <span class="s2">&quot;NLTK Team&quot;</span>
Expand Down Expand Up @@ -324,7 +324,7 @@ <h1>Source code for nltk</h1><div class="highlight"><pre>


<li class="footer-element">
Oct 11, 2021
Oct 18, 2021
</li>

</ul>
Expand Down
6 changes: 3 additions & 3 deletions _modules/nltk/app/chartparser_app.html
Expand Up @@ -68,7 +68,7 @@ <h1>Documentation</h1>
<p class="caption" role="heading"><span class="caption-text">NLTK Documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../api/nltk.html">API Reference</a></li>
<li class="toctree-l1"><a class="reference external" href="http://www.nltk.org/howto">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../howto.html">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../py-modindex.html">Module Index</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki">Wiki</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki/FAQ">FAQ</a></li>
Expand Down Expand Up @@ -102,7 +102,7 @@ <h1>Source code for nltk.app.chartparser_app</h1><div class="highlight"><pre>
<span class="c1"># Author: Edward Loper &lt;edloper@gmail.com&gt;</span>
<span class="c1"># Jean Mark Gawron &lt;gawron@mail.sdsu.edu&gt;</span>
<span class="c1"># Steven Bird &lt;stevenbird1@gmail.com&gt;</span>
<span class="c1"># URL: &lt;http://nltk.org/&gt;</span>
<span class="c1"># URL: &lt;https://www.nltk.org/&gt;</span>
<span class="c1"># For license information, see LICENSE.TXT</span>

<span class="sd">&quot;&quot;&quot;</span>
Expand Down Expand Up @@ -2685,7 +2685,7 @@ <h1>Source code for nltk.app.chartparser_app</h1><div class="highlight"><pre>


<li class="footer-element">
Oct 11, 2021
Oct 18, 2021
</li>

</ul>
Expand Down
6 changes: 3 additions & 3 deletions _modules/nltk/app/chunkparser_app.html
Expand Up @@ -68,7 +68,7 @@ <h1>Documentation</h1>
<p class="caption" role="heading"><span class="caption-text">NLTK Documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../api/nltk.html">API Reference</a></li>
<li class="toctree-l1"><a class="reference external" href="http://www.nltk.org/howto">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../howto.html">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../py-modindex.html">Module Index</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki">Wiki</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki/FAQ">FAQ</a></li>
Expand Down Expand Up @@ -100,7 +100,7 @@ <h1>Source code for nltk.app.chunkparser_app</h1><div class="highlight"><pre>
<span class="c1">#</span>
<span class="c1"># Copyright (C) 2001-2021 NLTK Project</span>
<span class="c1"># Author: Edward Loper &lt;edloper@gmail.com&gt;</span>
<span class="c1"># URL: &lt;http://nltk.org/&gt;</span>
<span class="c1"># URL: &lt;https://www.nltk.org/&gt;</span>
<span class="c1"># For license information, see LICENSE.TXT</span>

<span class="sd">&quot;&quot;&quot;</span>
Expand Down Expand Up @@ -1616,7 +1616,7 @@ <h1>Source code for nltk.app.chunkparser_app</h1><div class="highlight"><pre>


<li class="footer-element">
Oct 11, 2021
Oct 18, 2021
</li>

</ul>
Expand Down
6 changes: 3 additions & 3 deletions _modules/nltk/app/collocations_app.html
Expand Up @@ -68,7 +68,7 @@ <h1>Documentation</h1>
<p class="caption" role="heading"><span class="caption-text">NLTK Documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../api/nltk.html">API Reference</a></li>
<li class="toctree-l1"><a class="reference external" href="http://www.nltk.org/howto">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../howto.html">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../py-modindex.html">Module Index</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki">Wiki</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki/FAQ">FAQ</a></li>
Expand Down Expand Up @@ -100,7 +100,7 @@ <h1>Source code for nltk.app.collocations_app</h1><div class="highlight"><pre>
<span class="c1"># Much of the GUI code is imported from concordance.py; We intend to merge these tools together</span>
<span class="c1"># Copyright (C) 2001-2021 NLTK Project</span>
<span class="c1"># Author: Sumukh Ghodke &lt;sghodke@csse.unimelb.edu.au&gt;</span>
<span class="c1"># URL: &lt;http://nltk.org/&gt;</span>
<span class="c1"># URL: &lt;https://www.nltk.org/&gt;</span>
<span class="c1"># For license information, see LICENSE.TXT</span>
<span class="c1">#</span>

Expand Down Expand Up @@ -554,7 +554,7 @@ <h1>Source code for nltk.app.collocations_app</h1><div class="highlight"><pre>


<li class="footer-element">
Oct 11, 2021
Oct 18, 2021
</li>

</ul>
Expand Down
6 changes: 3 additions & 3 deletions _modules/nltk/app/concordance_app.html
Expand Up @@ -68,7 +68,7 @@ <h1>Documentation</h1>
<p class="caption" role="heading"><span class="caption-text">NLTK Documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../api/nltk.html">API Reference</a></li>
<li class="toctree-l1"><a class="reference external" href="http://www.nltk.org/howto">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../howto.html">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../py-modindex.html">Module Index</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki">Wiki</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki/FAQ">FAQ</a></li>
Expand Down Expand Up @@ -100,7 +100,7 @@ <h1>Source code for nltk.app.concordance_app</h1><div class="highlight"><pre>
<span class="c1">#</span>
<span class="c1"># Copyright (C) 2001-2021 NLTK Project</span>
<span class="c1"># Author: Sumukh Ghodke &lt;sghodke@csse.unimelb.edu.au&gt;</span>
<span class="c1"># URL: &lt;http://nltk.org/&gt;</span>
<span class="c1"># URL: &lt;https://www.nltk.org/&gt;</span>
<span class="c1"># For license information, see LICENSE.TXT</span>

<span class="kn">import</span> <span class="nn">queue</span> <span class="k">as</span> <span class="nn">q</span>
Expand Down Expand Up @@ -825,7 +825,7 @@ <h1>Source code for nltk.app.concordance_app</h1><div class="highlight"><pre>


<li class="footer-element">
Oct 11, 2021
Oct 18, 2021
</li>

</ul>
Expand Down
6 changes: 3 additions & 3 deletions _modules/nltk/app/nemo_app.html
Expand Up @@ -68,7 +68,7 @@ <h1>Documentation</h1>
<p class="caption" role="heading"><span class="caption-text">NLTK Documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../api/nltk.html">API Reference</a></li>
<li class="toctree-l1"><a class="reference external" href="http://www.nltk.org/howto">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../howto.html">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../py-modindex.html">Module Index</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki">Wiki</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki/FAQ">FAQ</a></li>
Expand Down Expand Up @@ -97,7 +97,7 @@ <h1>Documentation</h1>

<h1>Source code for nltk.app.nemo_app</h1><div class="highlight"><pre>
<span></span><span class="c1"># Finding (and Replacing) Nemo, Version 1.1, Aristide Grange 2006/06/06</span>
<span class="c1"># http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/496783</span>
<span class="c1"># https://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/496783</span>

<span class="sd">&quot;&quot;&quot;</span>
<span class="sd">Finding (and Replacing) Nemo</span>
Expand Down Expand Up @@ -279,7 +279,7 @@ <h1>Source code for nltk.app.nemo_app</h1><div class="highlight"><pre>


<li class="footer-element">
Oct 11, 2021
Oct 18, 2021
</li>

</ul>
Expand Down
6 changes: 3 additions & 3 deletions _modules/nltk/app/rdparser_app.html
Expand Up @@ -68,7 +68,7 @@ <h1>Documentation</h1>
<p class="caption" role="heading"><span class="caption-text">NLTK Documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../api/nltk.html">API Reference</a></li>
<li class="toctree-l1"><a class="reference external" href="http://www.nltk.org/howto">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../howto.html">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../py-modindex.html">Module Index</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki">Wiki</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki/FAQ">FAQ</a></li>
Expand Down Expand Up @@ -100,7 +100,7 @@ <h1>Source code for nltk.app.rdparser_app</h1><div class="highlight"><pre>
<span class="c1">#</span>
<span class="c1"># Copyright (C) 2001-2021 NLTK Project</span>
<span class="c1"># Author: Edward Loper &lt;edloper@gmail.com&gt;</span>
<span class="c1"># URL: &lt;http://nltk.org/&gt;</span>
<span class="c1"># URL: &lt;https://www.nltk.org/&gt;</span>
<span class="c1"># For license information, see LICENSE.TXT</span>

<span class="sd">&quot;&quot;&quot;</span>
Expand Down Expand Up @@ -1168,7 +1168,7 @@ <h1>Source code for nltk.app.rdparser_app</h1><div class="highlight"><pre>


<li class="footer-element">
Oct 11, 2021
Oct 18, 2021
</li>

</ul>
Expand Down
6 changes: 3 additions & 3 deletions _modules/nltk/app/srparser_app.html
Expand Up @@ -68,7 +68,7 @@ <h1>Documentation</h1>
<p class="caption" role="heading"><span class="caption-text">NLTK Documentation</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../api/nltk.html">API Reference</a></li>
<li class="toctree-l1"><a class="reference external" href="http://www.nltk.org/howto">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../howto.html">Example Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../py-modindex.html">Module Index</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki">Wiki</a></li>
<li class="toctree-l1"><a class="reference external" href="https://github.com/nltk/nltk/wiki/FAQ">FAQ</a></li>
Expand Down Expand Up @@ -100,7 +100,7 @@ <h1>Source code for nltk.app.srparser_app</h1><div class="highlight"><pre>
<span class="c1">#</span>
<span class="c1"># Copyright (C) 2001-2021 NLTK Project</span>
<span class="c1"># Author: Edward Loper &lt;edloper@gmail.com&gt;</span>
<span class="c1"># URL: &lt;http://nltk.org/&gt;</span>
<span class="c1"># URL: &lt;https://www.nltk.org/&gt;</span>
<span class="c1"># For license information, see LICENSE.TXT</span>

<span class="sd">&quot;&quot;&quot;</span>
Expand Down Expand Up @@ -1053,7 +1053,7 @@ <h1>Source code for nltk.app.srparser_app</h1><div class="highlight"><pre>


<li class="footer-element">
Oct 11, 2021
Oct 18, 2021
</li>

</ul>
Expand Down

0 comments on commit 5a2905d

Please sign in to comment.