|
131 | 131 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
132 | 132 | <head>
|
133 | 133 | <meta http-equiv="Content-Type" content="text/html; charset=ascii" />
|
134 |
| -<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" /> |
| 134 | +<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" /> |
135 | 135 | <title>Preface</title>
|
136 | 136 | <style type="text/css">
|
137 | 137 |
|
|
202 | 202 | border-bottom: 1px solid gray;
|
203 | 203 | font-weight: bold; background-color: #eeffee;
|
204 | 204 | }
|
205 |
| - |
| 205 | +table pre span { |
| 206 | + white-space: pre-wrap; |
| 207 | +} |
206 | 208 | table tr td.doctest {
|
207 | 209 | padding: 0.2em; margin: 0;
|
208 | 210 | border-left: 1px solid gray;
|
@@ -967,11 +969,11 @@ <h1>Conventions Used in This Book</h1>
|
967 | 969 | <p><tt class="doctest"><span class="pre">Constant width italic</span></tt> -- Shows text that should be
|
968 | 970 | replaced with user-supplied values or by values
|
969 | 971 | determined by context; also used for metavariables within program code examples.</p>
|
970 |
| -<div class="note"> |
| 972 | +<div class="admonition note"> |
971 | 973 | <p class="first admonition-title">Note</p>
|
972 | 974 | <p class="last">This icon signifies a tip, suggestion, or general note.</p>
|
973 | 975 | </div>
|
974 |
| -<div class="caution"> |
| 976 | +<div class="admonition caution"> |
975 | 977 | <p class="first admonition-title">Caution!</p>
|
976 | 978 | <p class="last">This icon indicates a warning or caution.</p>
|
977 | 979 | </div>
|
@@ -1098,18 +1100,18 @@ <h1>Royalties</h1>
|
1098 | 1100 | </div>
|
1099 | 1101 | <hr class="docutils" />
|
1100 | 1102 | <!-- Footer to be used in all chapters -->
|
1101 |
| -<div class="admonition-about-this-document admonition"> |
| 1103 | +<div class="admonition admonition-about-this-document"> |
1102 | 1104 | <p class="first admonition-title">About this document...</p>
|
1103 | 1105 | <p>UPDATED FOR NLTK 3.0.
|
1104 | 1106 | This is a chapter from <em>Natural Language Processing with Python</em>,
|
1105 |
| -by <a class="reference external" href="http://estive.net/">Steven Bird</a>, <a class="reference external" href="http://homepages.inf.ed.ac.uk/ewan/">Ewan Klein</a> and <a class="reference external" href="http://ed.loper.org/">Edward Loper</a>, |
1106 |
| -Copyright © 2014 the authors. |
| 1107 | +by <a class="reference external" href="http://stevenbird.net/">Steven Bird</a>, <a class="reference external" href="http://homepages.inf.ed.ac.uk/ewan/">Ewan Klein</a> and <a class="reference external" href="http://ed.loper.org/">Edward Loper</a>, |
| 1108 | +Copyright © 2019 the authors. |
1107 | 1109 | It is distributed with the <em>Natural Language Toolkit</em> [<tt class="doctest"><span class="pre">http://nltk.org/</span></tt>],
|
1108 | 1110 | Version 3.0, under the terms of the
|
1109 | 1111 | <em>Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License</em>
|
1110 | 1112 | [<a class="reference external" href="http://creativecommons.org/licenses/by-nc-nd/3.0/us/">http://creativecommons.org/licenses/by-nc-nd/3.0/us/</a>].</p>
|
1111 | 1113 | <p class="last">This document was built on
|
1112 |
| -Wed 1 Jul 2015 12:30:05 AEST</p> |
| 1114 | +Mon 1 Apr 2019 20:30:15 ACST</p> |
1113 | 1115 | </div>
|
1114 | 1116 | </div>
|
1115 | 1117 | </div>
|
|
0 commit comments