]> Nishi Git Mirror - gwion.git/commitdiff
add book
authorfennecdjay <astor.jeremie@wanadoo.fr>
Mon, 11 Nov 2019 12:11:57 +0000 (13:11 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Mon, 11 Nov 2019 12:11:57 +0000 (13:11 +0100)
39 files changed:
book/Benchmarks.html
book/BuildingTheDocs.html
book/Contributing/ContributingTranslation.html
book/Contributing/index.html
book/Contributors.html
book/Overview/First_Steps/Configure.html
book/Overview/First_Steps/InstallingGwion.html
book/Overview/First_Steps/index.html
book/Overview/Keywords.html
book/Overview/Make.html
book/Overview/SpecialWords.html
book/Overview/Testing.html
book/Overview/declaration.html
book/Overview/globalvalues.html
book/Overview/index.html
book/Reference/ControlFlow/Loops.html
book/Reference/ControlFlow/Repeat.html
book/Reference/ControlFlow/forloop.html
book/Reference/ControlFlow/index.html
book/Reference/ControlFlow/whileuntil.html
book/Reference/Extending/WIP_Driver.html
book/Reference/Extending/WIP_Plugins.html
book/Reference/Extending/index.html
book/Reference/Functions/Lambdas.html
book/Reference/Functions/Variadic.html
book/Reference/Functions/index.html
book/Reference/Preprocessor.html
book/Reference/Types/Enums.html
book/Reference/Types/Function_Pointers.html
book/Reference/Types/Primitives.html
book/Reference/Types/Typedefs.html
book/Reference/Types/Unions.html
book/Reference/Types/index.html
book/Reference/index.html
book/custom.css
book/index.html
book/print.html
book/searchindex.js
book/searchindex.json

index 46587c5170091942a60b3b69f41da95c25a20f82..dbadf4f4b07906a2abd71a51ed5e5f9e91a2409a 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="index.html"></a></li><li class=""><a href="Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="Benchmarks.html" class="active">Benchmarks</a></li><li class="affix "><a href="BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="index.html">Welcome to Gwion</a></li><li class=""><a href="Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="Benchmarks.html" class="active">Benchmarks</a></li><li class="affix "><a href="BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 4ca3b89d79574fc4f826e573066eb2f3b2b4e5e0..e74fc4cbfb71922dfefc1ab3236f05f529d1ea4e 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="index.html"></a></li><li class=""><a href="Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="BuildingTheDocs.html" class="active">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="index.html">Welcome to Gwion</a></li><li class=""><a href="Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="BuildingTheDocs.html" class="active">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
 <p>All documentation files are in docs.
 They are <a href="https://github.com/fennecdjay/mdr">mdr</a> files.
 Along with them is a <code>list</code> file, helping to build the summary.</p>
+<blockquote>
+<p>To be continued ...</p>
+</blockquote>
 <h2><a class="header" href="#makefile" id="makefile">makefile</a></h2>
-<h2><a class="header" href="#sciprt" id="sciprt">sciprt</a></h2>
+<h2><a class="header" href="#scripts" id="scripts">scripts</a></h2>
 <h2><a class="header" href="#mdbook" id="mdbook">Mdbook</a></h2>
 <!-- added by doc2src.sh -->
 <footer>
index afab1951687a8f467d0d5d0221d00a8a6e7e459c..86a86f86b200e664478972420ce8c58a15ab4693 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../index.html"></a></li><li class=""><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class="expanded "><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../Contributing/ContributingTranslation.html" class="active"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../index.html">Welcome to Gwion</a></li><li class=""><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class="expanded "><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../Contributing/ContributingTranslation.html" class="active"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index b502216c04c380e8d395c7d72b9086ea48cc103c..333a9e7988ecdcf1dddb3aeffe75546ca4226aaa 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../index.html"></a></li><li class=""><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class="expanded "><a href="../Contributing/index.html" class="active"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../index.html">Welcome to Gwion</a></li><li class=""><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class="expanded "><a href="../Contributing/index.html" class="active"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index e201bd25b6804f8c3f663ce9e409fac4fc33c63d..3bc5ece17e902e137235702923c5aeb88cb2effb 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="index.html"></a></li><li class=""><a href="Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="Contributors.html" class="active">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="index.html">Welcome to Gwion</a></li><li class=""><a href="Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="Contributors.html" class="active">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 7b069944e03e251037b6f39ef6f6543eb16b176d..0ea4d2c21d03816e8b571c22531f704283e4b288 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class="expanded "><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class="expanded "><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Overview/First_Steps/Configure.html" class="active"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class="expanded "><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class="expanded "><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Overview/First_Steps/Configure.html" class="active"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 066afeb0b74283f22610cbfcac7d7899819c8db4..f201f6855d710bdc07fba3d6d5fc76729880d5b6 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class="expanded "><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class="expanded "><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class="expanded "><a href="../../Overview/First_Steps/InstallingGwion.html" class="active"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class="expanded "><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class="expanded "><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class="expanded "><a href="../../Overview/First_Steps/InstallingGwion.html" class="active"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 29e353801b7cadd187157d229c1aef4c30d17b5f..e51047d90889ba00a8eefa0a019bb0e00e714860 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class="expanded "><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class="expanded "><a href="../../Overview/First_Steps/index.html" class="active"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class="expanded "><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class="expanded "><a href="../../Overview/First_Steps/index.html" class="active"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 153019fd80f14efde1e20be37dbf751bfc081728..b235493c00e41a43467456d0de2570cd4a2fc818 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../index.html"></a></li><li class="expanded "><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class="expanded "><a href="../Overview/Keywords.html" class="active"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../index.html">Welcome to Gwion</a></li><li class="expanded "><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class="expanded "><a href="../Overview/Keywords.html" class="active"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 45a105c814bd02853545b3be5236ede78bb6fa42..a7185a7776140e2e1d5a54808e4b9edc69446ab7 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../index.html"></a></li><li class="expanded "><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class="expanded "><a href="../Overview/Make.html" class="active"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../index.html">Welcome to Gwion</a></li><li class="expanded "><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class="expanded "><a href="../Overview/Make.html" class="active"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 7718cae52ac0b718ea22218b5ade3d776cd4992b..1e9a0fc63679f3a3374ed0396b504eca0d29de0d 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../index.html"></a></li><li class="expanded "><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class="expanded "><a href="../Overview/SpecialWords.html" class="active"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../index.html">Welcome to Gwion</a></li><li class="expanded "><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class="expanded "><a href="../Overview/SpecialWords.html" class="active"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 3631a1097f01ae69eb37e12e1056945dc5ac3d53..8c1046d8afbad4339aa7bef692e10e086ce783f7 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../index.html"></a></li><li class="expanded "><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class="expanded "><a href="../Overview/Testing.html" class="active"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../index.html">Welcome to Gwion</a></li><li class="expanded "><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class="expanded "><a href="../Overview/Testing.html" class="active"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 7d204b7121fbb60f850d17721b033675cf619671..b2ae389bc369f7b32ed16119b4ac6e7e619b1409 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../index.html"></a></li><li class="expanded "><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../Overview/declaration.html" class="active"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../index.html">Welcome to Gwion</a></li><li class="expanded "><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../Overview/declaration.html" class="active"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
@@ -158,7 +158,7 @@ Object o;
 &lt;&lt;&lt; i, &quot; &quot;, o &gt;&gt;&gt;;
 </code></pre>
 <p class="mdr">
-0 0x5606684bd640</br>
+0 0x56507309c640</br>
 </br>
 &#10004;
 </p>
@@ -171,7 +171,7 @@ new Object @=&gt; ref;
 </code></pre>
 <p class="mdr">
 Reference points to no object yet: (nil)</br>
-But now it does: 0x5582d202f640</br>
+But now it does: 0x55ac72d81640</br>
 </br>
 &#10004;
 </p>
index bcc135e592c0bc4b0f77f100e8c87e3484b2eb92..c0fed19e77c4fd6b1ac9da837d32a9c1c522544f 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../index.html"></a></li><li class="expanded "><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class="expanded "><a href="../Overview/globalvalues.html" class="active"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../index.html">Welcome to Gwion</a></li><li class="expanded "><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class="expanded "><a href="../Overview/globalvalues.html" class="active"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 16114e3e4935e97802cfae7fd244c81007944f4a..3f5082fd0434e3af1d5d6e05d9b5d6bf86374528 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../index.html"></a></li><li class="expanded "><a href="../Overview/index.html" class="active"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../index.html">Welcome to Gwion</a></li><li class="expanded "><a href="../Overview/index.html" class="active"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
                 <div id="content" class="content">
                     <main>
                         <h1><a class="header" href="#overview" id="overview">Overview</a></h1>
+<!-- toc -->
 <!-- added by doc2src.sh -->
 <footer>
 built with <a href="https://github.com/rust-lang/mdBook/">mdBook</a></br>
index 3e663826c74702ba145ed813006770f2f957b02b..b0adcd9ecc05f65bcbcc8ebe559ca0c00d127003 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class="expanded "><a href="../../Reference/ControlFlow/Loops.html" class="active"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class="expanded "><a href="../../Reference/ControlFlow/Loops.html" class="active"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index aea31649956f3b967e83a7029b5042a075e546d5..412fc5d68d635791eb7b62434420877932a706a7 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class="expanded "><a href="../../Reference/ControlFlow/Repeat.html" class="active"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class="expanded "><a href="../../Reference/ControlFlow/Repeat.html" class="active"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
@@ -172,9 +172,9 @@ Hello, world!</br>
 }
 </code></pre>
 <p class="mdr">
-Hello, You!</br>
-Hello, You!</br>
-Hello, You!</br>
+Hello, Me!</br>
+Hello, Me!</br>
+Hello, Me!</br>
 </br>
 &#10004;
 </p>
index af65efa71e1a10a209b59fb69adfb42f0eab3e95..d8e0de8ed28d2ef3c911864cf5c2a1b88682aa40 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/ControlFlow/forloop.html" class="active"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/ControlFlow/forloop.html" class="active"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 51682c77319eb39c8d816f9bdabd88df4956e61c..9aa902b8e99f682b8ee033f2f353cf866016c909 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/ControlFlow/index.html" class="active"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/ControlFlow/index.html" class="active"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 50dfc23b355a15209ad69ba27d2ab4a8a9f94c21..938fdd83d5849d20edb3bc9558d1f68d5ada9796 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class="expanded "><a href="../../Reference/ControlFlow/whileuntil.html" class="active"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class="expanded "><a href="../../Reference/ControlFlow/whileuntil.html" class="active"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
 }
 </code></pre>
 <p class="mdr">
+running...</br>
+running...</br>
+running...</br>
 </br>
 &#10004;
 </p>
@@ -171,7 +174,9 @@ do{
 } while(true);
 </code></pre>
 <p class="mdr">
-true</br>
+false</br>
+running...</br>
+running...</br>
 </br>
 &#10004;
 </p>
index d6635b3fc84b27c4e58119d3297413c03f6b9692..6223ac8d7f669af5b649fbdde3ea1df48e77f36d 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class="expanded "><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/Extending/WIP_Driver.html" class="active"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class="expanded "><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/Extending/WIP_Driver.html" class="active"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 139cc2de0c91cd4a7e70a20fee271fd350444904..e014749513df5d05506cc05e1372269af2d90212 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class="expanded "><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class="expanded "><a href="../../Reference/Extending/WIP_Plugins.html" class="active"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class="expanded "><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class="expanded "><a href="../../Reference/Extending/WIP_Plugins.html" class="active"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index a369ce47add6acbb879f696449991c6461ccf252..e7fcec7b963d9e628d805fb2a4738cf4675d0b0f 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class="expanded "><a href="../../Reference/Extending/index.html" class="active"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class="expanded "><a href="../../Reference/Extending/index.html" class="active"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 9fa1086839b626fabd0550d51a6cb9eb17d4a32d..b931273c053927b071e964e6ddb48a04cedb7d5e 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class="expanded "><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/Functions/Lambdas.html" class="active"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class="expanded "><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/Functions/Lambdas.html" class="active"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 7988dafc624336740c6386a80b254bdcafa17629..25ddf8aca59b4da5c63f86c687737b02d771c425 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class="expanded "><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class="expanded "><a href="../../Reference/Functions/Variadic.html" class="active"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class="expanded "><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class="expanded "><a href="../../Reference/Functions/Variadic.html" class="active"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 4555caebe19e567b17ebc3ba2ba52aaf3f742eb3..48c0c5e4121e4169c90e6bc11e1a0feff9f43250 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class="expanded "><a href="../../Reference/Functions/index.html" class="active"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class="expanded "><a href="../../Reference/Functions/index.html" class="active"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index a692d965f1fdd331e52d7bc39c78fdff00db6eac..dcd4e7e0bbcb3c55bef99baae18004111e7a4ab9 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../index.html"></a></li><li class=""><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class="expanded "><a href="../Reference/Preprocessor.html" class="active"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../index.html">Welcome to Gwion</a></li><li class=""><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class="expanded "><a href="../Reference/Preprocessor.html" class="active"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index ef613e1402b116bdd026ffe377498780ff88bdd0..105caf9a268559328952cf52c4497468a08dd7c3 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class="expanded "><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/Types/Enums.html" class="active"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class="expanded "><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class="expanded "><a href="../../Reference/Types/Enums.html" class="active"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index c3bc89ff663ce0fd2b2c593d9246b920da6913b1..3b13470b3b4c3ba43ec52c89def1153d1802fe16 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class="expanded "><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class="expanded "><a href="../../Reference/Types/Function_Pointers.html" class="active"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class="expanded "><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class="expanded "><a href="../../Reference/Types/Function_Pointers.html" class="active"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 0fcc982edfd2204f592ab9925fb4f8a4efe41911..10fbbe8c928dd89b6e357d6ac2f6da68280b594a 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class="expanded "><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class="expanded "><a href="../../Reference/Types/Primitives.html" class="active"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class="expanded "><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class="expanded "><a href="../../Reference/Types/Primitives.html" class="active"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index e81b47458abb5065a6b8af7dc25535b91d1cdddc..0080b9266e4c9003d06b77569d9cbe15f82f9a15 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class="expanded "><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class="expanded "><a href="../../Reference/Types/Typedefs.html" class="active"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class="expanded "><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class="expanded "><a href="../../Reference/Types/Typedefs.html" class="active"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index b348800ef56960f73528f498e44d29e00db4a623..991d35871e20f0cfa2518d862699826993dbb295 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class="expanded "><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class="expanded "><a href="../../Reference/Types/Unions.html" class="active"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class="expanded "><a href="../../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class="expanded "><a href="../../Reference/Types/Unions.html" class="active"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
                 <div id="content" class="content">
                     <main>
                         <h1><a class="header" href="#union-types" id="union-types">Union types</a></h1>
+<p>Union store their component in the same memory space.
+For more infomations, see <a href="https://en.wikipedia.org/wiki/Union_type">here</a>.</p>
+<pre><code>union {
+  int a;
+  float f;
+  Object o;
+};
+</code></pre>
 <!-- added by doc2src.sh -->
 <footer>
 built with <a href="https://github.com/rust-lang/mdBook/">mdBook</a></br>
index 841bcae1c5ebf21720047e17bb5e93cce43db937..89cfde2f695a5867d558fa01196b1763251da882 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../../index.html"></a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class="expanded "><a href="../../Reference/Types/index.html" class="active"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../../index.html">Welcome to Gwion</a></li><li class=""><a href="../../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../../Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class="expanded "><a href="../../Reference/Types/index.html" class="active"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index 01e8abfba1b2d650518ac7684ea6c081c6df9faf..f16d439ac3b571516d57d0aa8703673f2e899926 100644 (file)
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="../index.html"></a></li><li class=""><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../Reference/index.html" class="active"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="../index.html">Welcome to Gwion</a></li><li class=""><a href="../Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="../Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="../Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="../Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="../Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="../Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="../Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="../Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class="expanded "><a href="../Reference/index.html" class="active"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="../Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="../Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="../Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="../Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="../Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="../Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="../Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="../Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="../Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="../Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="../Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="../Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="../Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="../Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="../Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="../Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="../BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="../Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
index d5170b1c07c14693d276cdb558c9278a6c17d459..a4532723d64d538965029d2bb1c0299e1b6db51b 100644 (file)
@@ -15,3 +15,11 @@ footer {
   font-size: small;
   font-style: italic;
 }
+
+.zoom {
+  transition: transform .2s; /* Animation */
+}
+
+.zoom:hover {
+  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
+}
index fb716fd4f0a507f9341768682000e706a3634166..3d75997895fe52b1dd18abad83168d9ee0ec8a1f 100644 (file)
@@ -3,7 +3,7 @@
     <head>
         <!-- Book generated using mdBook -->
         <meta charset="UTF-8">
-        <title> - Gwion</title>
+        <title>Welcome to Gwion - Gwion</title>
         
 
         <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
@@ -83,7 +83,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="index.html" class="active"></a></li><li class=""><a href="Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="index.html" class="active">Welcome to Gwion</a></li><li class=""><a href="Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
@@ -166,7 +166,7 @@ Hello, World!</br>
 <ul>
 <li><a href="https://en.wikipedia.org/wiki/Inheritance_(object-oriented_programming)#Design_constraints">single inheritance</a></li>
 <li>typedef (function pointers and type aliases)</li>
-<li>enums and unions</li>
+<li><a href="Reference/Types/Enums.html">enums</a> and <a href="Reference/Types/Unions.html">unions</a> </li>
 <li>templates (both class and functions)</li>
 <li>easy concurrency/async</li>
 <li><a href="Reference/Functions/Lambdas.html">lambdas</a></li>
index c9aabde544a7ed54777425a8ee70e4997833a45e..20464dcb46141f5c6e327a37af62ff8701d539f4 100644 (file)
@@ -85,7 +85,7 @@
 
         <nav id="sidebar" class="sidebar" aria-label="Table of contents">
             <div id="sidebar-scrollbox" class="sidebar-scrollbox">
-                <ol class="chapter"><li class="affix "><a href="index.html"></a></li><li class=""><a href="Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="Contributors.html">Contributors</a></li></ol>
+                <ol class="chapter"><li class="affix "><a href="index.html">Welcome to Gwion</a></li><li class=""><a href="Overview/index.html"><strong aria-hidden="true">1.</strong> Overview</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/declaration.html"><strong aria-hidden="true">1.1.</strong> Declarations</a></li><li class=""><a href="Overview/First_Steps/index.html"><strong aria-hidden="true">1.2.</strong> First Steps</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Overview/First_Steps/Configure.html"><strong aria-hidden="true">1.2.1.</strong> Configuring Gwion</a></li><li class=""><a href="Overview/First_Steps/InstallingGwion.html"><strong aria-hidden="true">1.2.2.</strong> Installing gwion</a></li></ol></li><li class=""><a href="Overview/globalvalues.html"><strong aria-hidden="true">1.3.</strong> Global Values</a></li><li class=""><a href="Overview/Keywords.html"><strong aria-hidden="true">1.4.</strong> Keywords</a></li><li class=""><a href="Overview/Make.html"><strong aria-hidden="true">1.5.</strong> Makefile</a></li><li class=""><a href="Overview/SpecialWords.html"><strong aria-hidden="true">1.6.</strong> Special Values</a></li><li class=""><a href="Overview/Testing.html"><strong aria-hidden="true">1.7.</strong> Tests</a></li></ol></li><li class=""><a href="Reference/index.html"><strong aria-hidden="true">2.</strong> Reference</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/index.html"><strong aria-hidden="true">2.1.</strong> Control Flow</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/ControlFlow/forloop.html"><strong aria-hidden="true">2.1.1.</strong> For Loops</a></li><li class=""><a href="Reference/ControlFlow/Loops.html"><strong aria-hidden="true">2.1.2.</strong> Loops</a></li><li class=""><a href="Reference/ControlFlow/Repeat.html"><strong aria-hidden="true">2.1.3.</strong> the Repeat keyword</a></li><li class=""><a href="Reference/ControlFlow/whileuntil.html"><strong aria-hidden="true">2.1.4.</strong> Loops</a></li></ol></li><li class=""><a href="Reference/Extending/index.html"><strong aria-hidden="true">2.2.</strong> Extending</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Extending/WIP_Driver.html"><strong aria-hidden="true">2.2.1.</strong> Giving gwion a new driver</a></li><li class=""><a href="Reference/Extending/WIP_Plugins.html"><strong aria-hidden="true">2.2.2.</strong> Writing a Gwion plugin</a></li></ol></li><li class=""><a href="Reference/Functions/index.html"><strong aria-hidden="true">2.3.</strong> Functions</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Functions/Lambdas.html"><strong aria-hidden="true">2.3.1.</strong> Lambda</a></li><li class=""><a href="Reference/Functions/Variadic.html"><strong aria-hidden="true">2.3.2.</strong> Variadic functions</a></li></ol></li><li class=""><a href="Reference/Types/index.html"><strong aria-hidden="true">2.4.</strong> Types</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Reference/Types/Enums.html"><strong aria-hidden="true">2.4.1.</strong> Enums</a></li><li class=""><a href="Reference/Types/Function_Pointers.html"><strong aria-hidden="true">2.4.2.</strong> Function Pointers</a></li><li class=""><a href="Reference/Types/Primitives.html"><strong aria-hidden="true">2.4.3.</strong> Primitive types</a></li><li class=""><a href="Reference/Types/Typedefs.html"><strong aria-hidden="true">2.4.4.</strong> Typedefs</a></li><li class=""><a href="Reference/Types/Unions.html"><strong aria-hidden="true">2.4.5.</strong> Union types</a></li></ol></li><li class=""><a href="Reference/Preprocessor.html"><strong aria-hidden="true">2.5.</strong> Gwion Preprocessor</a></li></ol></li><li class=""><a href="Contributing/index.html"><strong aria-hidden="true">3.</strong> Contributing</a><a class="toggle"><div>❱</div></a></li><li><ol class="section"><li class=""><a href="Contributing/ContributingTranslation.html"><strong aria-hidden="true">3.1.</strong> Contributing translations</a></li></ol></li><li class=""><a href="Benchmarks.html">Benchmarks</a></li><li class="affix "><a href="BuildingTheDocs.html">How this doc is build</a></li><li class="spacer"></li><li class="affix "><a href="Contributors.html">Contributors</a></li></ol>
             </div>
             <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
         </nav>
@@ -168,7 +168,7 @@ Hello, World!</br>
 <ul>
 <li><a href="https://en.wikipedia.org/wiki/Inheritance_(object-oriented_programming)#Design_constraints">single inheritance</a></li>
 <li>typedef (function pointers and type aliases)</li>
-<li>enums and unions</li>
+<li><a href="Reference/Types/Enums.html">enums</a> and <a href="Reference/Types/Unions.html">unions</a> </li>
 <li>templates (both class and functions)</li>
 <li>easy concurrency/async</li>
 <li><a href="Reference/Functions/Lambdas.html">lambdas</a></li>
@@ -181,6 +181,7 @@ built with <a href="https://github.com/rust-lang/mdBook/">mdBook</a></br>
 You'll find the source <a href="https://github.com/fennecdjay/Gwion">here</a>, Luke!
 </footer>
 <h1><a class="header" href="#overview" id="overview">Overview</a></h1>
+<!-- toc -->
 <!-- added by doc2src.sh -->
 <footer>
 built with <a href="https://github.com/rust-lang/mdBook/">mdBook</a></br>
@@ -194,7 +195,7 @@ Object o;
 &lt;&lt;&lt; i, &quot; &quot;, o &gt;&gt;&gt;;
 </code></pre>
 <p class="mdr">
-0 0x5606684bd640</br>
+0 0x56507309c640</br>
 </br>
 &#10004;
 </p>
@@ -207,7 +208,7 @@ new Object @=&gt; ref;
 </code></pre>
 <p class="mdr">
 Reference points to no object yet: (nil)</br>
-But now it does: 0x5582d202f640</br>
+But now it does: 0x55ac72d81640</br>
 </br>
 &#10004;
 </p>
@@ -574,9 +575,9 @@ Hello, world!</br>
 }
 </code></pre>
 <p class="mdr">
-Hello, You!</br>
-Hello, You!</br>
-Hello, You!</br>
+Hello, Me!</br>
+Hello, Me!</br>
+Hello, Me!</br>
 </br>
 &#10004;
 </p>
@@ -593,6 +594,9 @@ You'll find the source <a href="https://github.com/fennecdjay/Gwion">here</a>, L
 }
 </code></pre>
 <p class="mdr">
+running...</br>
+running...</br>
+running...</br>
 </br>
 &#10004;
 </p>
@@ -606,7 +610,9 @@ do{
 } while(true);
 </code></pre>
 <p class="mdr">
-true</br>
+false</br>
+running...</br>
+running...</br>
 </br>
 &#10004;
 </p>
@@ -851,6 +857,14 @@ built with <a href="https://github.com/rust-lang/mdBook/">mdBook</a></br>
 You'll find the source <a href="https://github.com/fennecdjay/Gwion">here</a>, Luke!
 </footer>
 <h1><a class="header" href="#union-types" id="union-types">Union types</a></h1>
+<p>Union store their component in the same memory space.
+For more infomations, see <a href="https://en.wikipedia.org/wiki/Union_type">here</a>.</p>
+<pre><code>union {
+  int a;
+  float f;
+  Object o;
+};
+</code></pre>
 <!-- added by doc2src.sh -->
 <footer>
 built with <a href="https://github.com/rust-lang/mdBook/">mdBook</a></br>
@@ -930,8 +944,11 @@ You'll find the source <a href="https://github.com/fennecdjay/Gwion">here</a>, L
 <p>All documentation files are in docs.
 They are <a href="https://github.com/fennecdjay/mdr">mdr</a> files.
 Along with them is a <code>list</code> file, helping to build the summary.</p>
+<blockquote>
+<p>To be continued ...</p>
+</blockquote>
 <h2><a class="header" href="#makefile-1" id="makefile-1">makefile</a></h2>
-<h2><a class="header" href="#sciprt" id="sciprt">sciprt</a></h2>
+<h2><a class="header" href="#scripts" id="scripts">scripts</a></h2>
 <h2><a class="header" href="#mdbook" id="mdbook">Mdbook</a></h2>
 <!-- added by doc2src.sh -->
 <footer>
index 7fabc679d37f45d82d4e1726fd289d0c3d617e24..705aa9b850519d954e25807986c8871e49e4cdab 100644 (file)
@@ -1 +1 @@
-Object.assign(window.search, {"doc_urls":["index.html#welcome-to-gwion","index.html#and-now-for-the-hello-world","index.html#bag-of-features","Overview/index.html#overview","Overview/declaration.html#declarations","Overview/declaration.html#basics","Overview/declaration.html#declaring-a-reference","Overview/declaration.html#arrays","Overview/declaration.html#array-as-refs","Overview/First_Steps/index.html#first-steps","Overview/First_Steps/Configure.html#configuring-gwion","Overview/First_Steps/Configure.html#utilconfigmk","Overview/First_Steps/Configure.html#astconfigmk","Overview/First_Steps/Configure.html#configmk","Overview/First_Steps/InstallingGwion.html#installing-gwion","Overview/First_Steps/InstallingGwion.html#get-the-sources","Overview/First_Steps/InstallingGwion.html#dont-forget-submodules","Overview/First_Steps/InstallingGwion.html#build-the-libraries-and-program","Overview/First_Steps/InstallingGwion.html#install-the-package","Overview/globalvalues.html#global-values","Overview/Keywords.html#keywords","Overview/Make.html#makefile","Overview/Make.html#basic-operations","Overview/Make.html#translations","Overview/Make.html#docs","Overview/SpecialWords.html#special-values","Overview/Testing.html#tests","Overview/Testing.html#gwion-tests","Overview/Testing.html#shell-test","Reference/index.html#reference","Reference/ControlFlow/index.html#control-flow","Reference/ControlFlow/forloop.html#for-loops","Reference/ControlFlow/forloop.html#basic-loops","Reference/ControlFlow/forloop.html#nested-loops","Reference/ControlFlow/forloop.html#auto-loops","Reference/ControlFlow/forloop.html#auto-pointer-loop","Reference/ControlFlow/Loops.html#loops","Reference/ControlFlow/Repeat.html#the-repeat-keyword","Reference/ControlFlow/Repeat.html#basic-example","Reference/ControlFlow/Repeat.html#block-example","Reference/ControlFlow/whileuntil.html#loops","Reference/Extending/index.html#extending","Reference/Extending/WIP_Driver.html#giving-gwion-a-new-driver","Reference/Extending/WIP_Driver.html#basics","Reference/Extending/WIP_Driver.html#concept","Reference/Extending/WIP_Driver.html#upd-driver","Reference/Extending/WIP_Plugins.html#writing-a-gwion-plugin","Reference/Extending/WIP_Plugins.html#getting-started","Reference/Extending/WIP_Plugins.html#headers","Reference/Extending/WIP_Plugins.html#class","Reference/Extending/WIP_Plugins.html#handling-constructors-and-destructors","Reference/Extending/WIP_Plugins.html#import-function","Reference/Functions/index.html#functions","Reference/Functions/index.html#a-simple-commented-example","Reference/Functions/Lambdas.html#lambda","Reference/Functions/Lambdas.html#overview","Reference/Functions/Lambdas.html#call-a-function-just-once","Reference/Functions/Lambdas.html#use-case","Reference/Functions/Lambdas.html#passing-to-a-function-pointer","Reference/Functions/Lambdas.html#as-argument-to-functions","Reference/Functions/Variadic.html#variadic-functions","Reference/Functions/Variadic.html#a-simple-example","Reference/Types/index.html#types","Reference/Types/Enums.html#enums","Reference/Types/Enums.html#enums-in-gwion","Reference/Types/Enums.html#storage-and-access-specifiers","Reference/Types/Function_Pointers.html#function-pointers","Reference/Types/Primitives.html#primitive-types","Reference/Types/Typedefs.html#typedefs","Reference/Types/Unions.html#union-types","Reference/Preprocessor.html#gwion-preprocessor","Contributing/index.html#contributing","Contributing/ContributingTranslation.html#contributing-translations","Contributing/ContributingTranslation.html#step-1--init-the-translation-language","Contributing/ContributingTranslation.html#step-2--edit","Contributing/ContributingTranslation.html#step-3--update","Contributing/ContributingTranslation.html#step-4--add-to--vcs","Benchmarks.html#benchmarks","Benchmarks.html#test","BuildingTheDocs.html#how-this-doc-is-build","BuildingTheDocs.html#this-is-basically-markdown","BuildingTheDocs.html#makefile","BuildingTheDocs.html#sciprt","BuildingTheDocs.html#mdbook","Contributors.html#contributors"],"index":{"documentStore":{"docInfo":{"0":{"body":13,"breadcrumbs":2,"title":2},"1":{"body":9,"breadcrumbs":3,"title":3},"10":{"body":0,"breadcrumbs":5,"title":2},"11":{"body":5,"breadcrumbs":4,"title":1},"12":{"body":0,"breadcrumbs":4,"title":1},"13":{"body":11,"breadcrumbs":4,"title":1},"14":{"body":0,"breadcrumbs":5,"title":2},"15":{"body":14,"breadcrumbs":4,"title":1},"16":{"body":19,"breadcrumbs":6,"title":3},"17":{"body":1,"breadcrumbs":6,"title":3},"18":{"body":12,"breadcrumbs":5,"title":2},"19":{"body":25,"breadcrumbs":3,"title":2},"2":{"body":26,"breadcrumbs":2,"title":2},"20":{"body":29,"breadcrumbs":2,"title":1},"21":{"body":0,"breadcrumbs":2,"title":1},"22":{"body":0,"breadcrumbs":3,"title":2},"23":{"body":0,"breadcrumbs":2,"title":1},"24":{"body":7,"breadcrumbs":2,"title":1},"25":{"body":9,"breadcrumbs":3,"title":2},"26":{"body":8,"breadcrumbs":2,"title":1},"27":{"body":27,"breadcrumbs":3,"title":2},"28":{"body":26,"breadcrumbs":3,"title":2},"29":{"body":7,"breadcrumbs":1,"title":1},"3":{"body":7,"breadcrumbs":1,"title":1},"30":{"body":7,"breadcrumbs":3,"title":2},"31":{"body":7,"breadcrumbs":4,"title":1},"32":{"body":27,"breadcrumbs":5,"title":2},"33":{"body":22,"breadcrumbs":5,"title":2},"34":{"body":18,"breadcrumbs":5,"title":2},"35":{"body":38,"breadcrumbs":6,"title":3},"36":{"body":7,"breadcrumbs":4,"title":1},"37":{"body":9,"breadcrumbs":5,"title":2},"38":{"body":9,"breadcrumbs":5,"title":2},"39":{"body":20,"breadcrumbs":5,"title":2},"4":{"body":0,"breadcrumbs":2,"title":1},"40":{"body":22,"breadcrumbs":4,"title":1},"41":{"body":7,"breadcrumbs":2,"title":1},"42":{"body":0,"breadcrumbs":6,"title":4},"43":{"body":3,"breadcrumbs":3,"title":1},"44":{"body":0,"breadcrumbs":3,"title":1},"45":{"body":7,"breadcrumbs":4,"title":2},"46":{"body":9,"breadcrumbs":5,"title":3},"47":{"body":2,"breadcrumbs":4,"title":2},"48":{"body":6,"breadcrumbs":3,"title":1},"49":{"body":12,"breadcrumbs":3,"title":1},"5":{"body":12,"breadcrumbs":2,"title":1},"50":{"body":50,"breadcrumbs":5,"title":3},"51":{"body":7,"breadcrumbs":4,"title":2},"52":{"body":0,"breadcrumbs":2,"title":1},"53":{"body":40,"breadcrumbs":4,"title":3},"54":{"body":0,"breadcrumbs":3,"title":1},"55":{"body":13,"breadcrumbs":3,"title":1},"56":{"body":4,"breadcrumbs":5,"title":3},"57":{"body":0,"breadcrumbs":4,"title":2},"58":{"body":9,"breadcrumbs":5,"title":3},"59":{"body":19,"breadcrumbs":4,"title":2},"6":{"body":20,"breadcrumbs":3,"title":2},"60":{"body":12,"breadcrumbs":4,"title":2},"61":{"body":38,"breadcrumbs":4,"title":2},"62":{"body":7,"breadcrumbs":2,"title":1},"63":{"body":9,"breadcrumbs":3,"title":1},"64":{"body":20,"breadcrumbs":4,"title":2},"65":{"body":19,"breadcrumbs":5,"title":3},"66":{"body":7,"breadcrumbs":4,"title":2},"67":{"body":7,"breadcrumbs":4,"title":2},"68":{"body":7,"breadcrumbs":3,"title":1},"69":{"body":7,"breadcrumbs":4,"title":2},"7":{"body":0,"breadcrumbs":2,"title":1},"70":{"body":7,"breadcrumbs":3,"title":2},"71":{"body":7,"breadcrumbs":1,"title":1},"72":{"body":22,"breadcrumbs":3,"title":2},"73":{"body":21,"breadcrumbs":6,"title":5},"74":{"body":10,"breadcrumbs":4,"title":3},"75":{"body":15,"breadcrumbs":4,"title":3},"76":{"body":34,"breadcrumbs":5,"title":4},"77":{"body":0,"breadcrumbs":1,"title":1},"78":{"body":7,"breadcrumbs":1,"title":1},"79":{"body":0,"breadcrumbs":2,"title":2},"8":{"body":16,"breadcrumbs":3,"title":2},"80":{"body":11,"breadcrumbs":2,"title":2},"81":{"body":0,"breadcrumbs":1,"title":1},"82":{"body":0,"breadcrumbs":1,"title":1},"83":{"body":7,"breadcrumbs":1,"title":1},"84":{"body":12,"breadcrumbs":1,"title":1},"9":{"body":7,"breadcrumbs":3,"title":2}},"docs":{"0":{"body":"Gwion is a strongly timed programming language, aiming to be easy, powerful and fast strongly-timed programming language,","breadcrumbs":"Welcome to Gwion","id":"0","title":"Welcome to Gwion"},"1":{"body":"Here is the piece of code you're waiting for 😜: <<< \"Hello, World!\" >>>; Hello, World! ✔","breadcrumbs":"And now for the hello world","id":"1","title":"And now for the hello world"},"10":{"body":"","breadcrumbs":"Overview » First Steps » Configuring Gwion","id":"10","title":"Configuring Gwion"},"11":{"body":"double gettext memcheck lto coverage","breadcrumbs":"Overview » First Steps » util/config.mk","id":"11","title":"util/config.mk"},"12":{"body":"","breadcrumbs":"Overview » First Steps » ast/config.mk","id":"12","title":"ast/config.mk"},"13":{"body":"Here are a few choices left built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » First Steps » config.mk","id":"13","title":"config.mk"},"14":{"body":"","breadcrumbs":"Overview » First Steps » Installing gwion","id":"14","title":"Installing gwion"},"15":{"body":"The source is accessible on github . Provided you have git installed, you can get it with: git clone https:#!github.com/fennecdjay/gwion then change to the source directory cd gwion","breadcrumbs":"Overview » First Steps » Get the sources","id":"15","title":"Get the sources"},"16":{"body":"You'll need the sources for all base module git submodule update --init util ast At this point, you may want to configure the build. In this case, have a look at the configuration page","breadcrumbs":"Overview » First Steps » Don't forget submodules","id":"16","title":"Don't forget submodules"},"17":{"body":"make","breadcrumbs":"Overview » First Steps » Build the libraries and program","id":"17","title":"Build the libraries and program"},"18":{"body":"make install You may need root privilege to do this. built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » First Steps » Install the package","id":"18","title":"Install the package"},"19":{"body":"adc blackhole dac pi null samp ms second hour me this _ func _ _ file _ _ line _ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Global Values","id":"19","title":"Global Values"},"2":{"body":"single inheritance typedef (function pointers and type aliases) enums and unions templates (both class and functions) easy concurrency/async lambdas memoization variadic functions built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"(Bag of) Features","id":"2","title":"(Bag of) Features"},"20":{"body":"fun/function operator return goto switch/case/default if/else break/continue until/do/while/for/repeat global/static private/protect const new spork fork typeof typedef class dtor extends enum union auto built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Keywords","id":"20","title":"Keywords"},"21":{"body":"","breadcrumbs":"Overview » Makefile","id":"21","title":"Makefile"},"22":{"body":"","breadcrumbs":"Overview » Basic operations","id":"22","title":"Basic operations"},"23":{"body":"","breadcrumbs":"Overview » translations","id":"23","title":"translations"},"24":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Docs","id":"24","title":"Docs"},"25":{"body":"me this vararg maybe built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Special Values","id":"25","title":"Special Values"},"26":{"body":"test.sh requires valgrind there are two kinds of tests: gwion bash","breadcrumbs":"Overview » Tests","id":"26","title":"Tests"},"27":{"body":"those tests are just gwion (.gw) files, handling special comments: #! [skip] ( optionally followed by reason to skip) #! [todo] ( optionally followed by reason to delay testing) #! [contains] followed by string to match #! [excludes] followed by string not to match","breadcrumbs":"Overview » Gwion tests","id":"27","title":"Gwion tests"},"28":{"body":"those tests are just bash (.sh) files. they should start with this snippet #!/bin/bash\n# [test] #5\nn=0\n[ \"$1\" ] && n=\"$1\"\n[ \"$n\" -eq 0 ] && n=1\nsource tests/sh/common.sh built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Shell test","id":"28","title":"Shell test"},"29":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference","id":"29","title":"Reference"},"3":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview","id":"3","title":"Overview"},"30":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow","id":"30","title":"Control Flow"},"31":{"body":"For loops in Gwion is pretty similar to classic C syntax","breadcrumbs":"Reference » Control Flow » For Loops","id":"31","title":"For Loops"},"32":{"body":"for(int i; i < 3; ++i) <<< i >>>; 0\n1\n2 ✔ It also works with a block of code. for(int i; i < 3; ++i) { i/2 => float f1; i/2. => float f2; <<< i, \" \" , f1, \" \", f2 >>>;\n} 0 0.0000 0.0000\n1 0.0000 0.5000\n2 1.0000 1.0000 ✔","breadcrumbs":"Reference » Control Flow » basic loops","id":"32","title":"basic loops"},"33":{"body":"int array[3][4]; for(int i; i < 3; ++i) { for(int j; j < 4; ++j) { <<< array[i][j] >>>; }\n} 0\n0\n0\n0\n0\n0\n0\n0\n0\n0\n0\n0 ✔","breadcrumbs":"Reference » Control Flow » Nested Loops","id":"33","title":"Nested Loops"},"34":{"body":"Simple auto loop int array[2][3];\nfor(auto a: array) { <<< a >>>; for(auto b: a) <<< b >>>;\n} int[]\n0\n0\n0\nint[]\n0\n0\n0 ✔","breadcrumbs":"Reference » Control Flow » Auto Loops","id":"34","title":"Auto Loops"},"35":{"body":"If you want to change it the value in the array, you need a pointer int array[2][3];\nint i;\nfor(auto a: array) { for(auto @b: a) <<< ++i => *b >>>;\n}\nfor(auto a: array) { for(auto @b: a) <<< *b >>>;\n} 1\n2\n3\n4\n5\n6\n1\n2\n3\n4\n5\n6 ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow » Auto Pointer loop","id":"35","title":"Auto Pointer loop"},"36":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow » Loops","id":"36","title":"Loops"},"37":{"body":"let start simple ;-) The easiest way to do an action repeatidly in Gwion is, ... the repeat keyword!","breadcrumbs":"Reference » Control Flow » the Repeat keyword","id":"37","title":"the Repeat keyword"},"38":{"body":"repeat(3) <<< \"Hello, world!\" >>>; Hello, world!\nHello, world!\nHello, world! ✔","breadcrumbs":"Reference » Control Flow » Basic example","id":"38","title":"Basic example"},"39":{"body":"of course this also works with a block code. repeat(3) { maybe ? \"You\" : \"Me\" => string s; <<< \"Hello, \", s, \"!\" >>>;\n} Hello, You!\nHello, You!\nHello, You! ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow » Block example","id":"39","title":"Block example"},"4":{"body":"","breadcrumbs":"Overview » Declarations","id":"4","title":"Declarations"},"40":{"body":"while(true) { if(maybe) break; <<< \"running...\" >>>;\n} ✔ well this may output nothing... lets try <<< maybe >>>;\ndo{ if(maybe) break; <<< \"running...\" >>>;\n} while(true); true ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow » Loops","id":"40","title":"Loops"},"41":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Extending","id":"41","title":"Extending"},"42":{"body":"","breadcrumbs":"Reference » Extending » Giving gwion a new driver","id":"42","title":"Giving gwion a new driver"},"43":{"body":"in order to use GWION_CTL ...","breadcrumbs":"Reference » Extending » basics","id":"43","title":"basics"},"44":{"body":"","breadcrumbs":"Reference » Extending » concept","id":"44","title":"concept"},"45":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Extending » upd driver","id":"45","title":"upd driver"},"46":{"body":"THIS IS OUTDATED. please look at the source code in src/lib/ instead [getting started]","breadcrumbs":"Reference » Extending » Writing a Gwion plugin","id":"46","title":"Writing a Gwion plugin"},"47":{"body":"use the script","breadcrumbs":"Reference » Extending » Getting started","id":"47","title":"Getting started"},"48":{"body":"#include \"vm.h\"\n#include \"instr.h\"\n#include \"import.h","breadcrumbs":"Reference » Extending » headers","id":"48","title":"headers"},"49":{"body":"Define the type: struct Type_ t_mytype = { \"MyType\", SZ_INT, &t_object}; every type extending t_object should have SZ_INT","breadcrumbs":"Reference » Extending » Class","id":"49","title":"Class"},"5":{"body":"Declaring a primitive or an object is quite straight forward: int i;\nObject o;\n<<< i, \" \", o >>>; 0 0x5606684bd640 ✔","breadcrumbs":"Overview » Basics","id":"5","title":"Basics"},"50":{"body":"CTOR CTOR(mytype_ctor) { /* constructor code here */\n} DTOR DTOR(mytype_dtor) { /* destructor code here */\n} those macros provide two variables: o: the M_Object for the (con/des)tructor shred: the VM_Shred for the (con/des)tructor CHECK_BB(import_class_begin(env, &t_mytpe, env->global_nspc, mytype_ctor, mytype_dtor)) variable declare a m_int. coding convention require a leading _o a following type m_int o_mytype_myvaroffset; function /* declare a member function */\nMFUN(mytype_memberfunction) { /* code here */\n} SFUN(mtype_staticfunction) { /* code here */\n} operator","breadcrumbs":"Reference » Extending » Handling Constructors and Destructors","id":"50","title":"Handling Constructors and Destructors"},"51":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Extending » Import function","id":"51","title":"Import function"},"52":{"body":"","breadcrumbs":"Reference » Functions","id":"52","title":"Functions"},"53":{"body":"#! declare function 'test_function'\n#! with return type int\n#! taking an int as argument\nfun int test_function(int arg) { #! return the argument + 2 return arg + 2;\n} #! now call the function (and debug print the result)\n<<< test_function(0) >>>;\n#! or use alternate syntax\n<<< 1 => test_function >>>; 2\n3 ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » a simple (commented example)","id":"53","title":"a simple (commented example)"},"54":{"body":"","breadcrumbs":"Reference » Functions » Lambda","id":"54","title":"Lambda"},"55":{"body":"lambda s are anonymous functions. The syntax to create them is simple: \\ variable0 variable1 ... { your code here } You can even use it to","breadcrumbs":"Reference » Functions » Overview","id":"55","title":"Overview"},"56":{"body":"\\ i { <<< \"passed '\", i, \"'\" >>>; }(3); passed '3' ✔","breadcrumbs":"Reference » Functions » Call a function just once","id":"56","title":"Call a function just once"},"57":{"body":"","breadcrumbs":"Reference » Functions » Use case","id":"57","title":"Use case"},"58":{"body":"typedef void fptr_t(int);\n\\ i { <<< \"passed '\", i, \"'\" >>>; } @=> fptr_t fptr;\nfptr(4); passed '4' ✔","breadcrumbs":"Reference » Functions » Passing to a function pointer","id":"58","title":"Passing to a function pointer"},"59":{"body":"typedef void fptr_t(int);\nfun void test(fptr_t fptr) { fptr(5);\n}\ntest(\\ i { <<< \"passed '\", i, \"'\" >>>; }); passed '5' ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Functions » As Argument to Functions","id":"59","title":"As Argument to Functions"},"6":{"body":"Object @ref;\n<<< \"Reference points to no object yet: \", ref >>>;\n#!Object o @=> ref;\nnew Object @=> ref;\n<<< \"But now it does: \", ref >>>; Reference points to no object yet: (nil)\nBut now it does: 0x5582d202f640 ✔","breadcrumbs":"Overview » Declaring a reference","id":"6","title":"Declaring a reference"},"60":{"body":"A function whoses arity is not fixed. Well, a function that takes a fixed number of arguments, and additionnal ones.","breadcrumbs":"Reference » Functions » Variadic functions","id":"60","title":"Variadic functions"},"61":{"body":"fun void variadic_test(int i, ...) { <<< \"first argument is \", i >>>; vararg.start; <<< \"\\tadditionnal argument\", vararg.i >>>; vararg.end;\n}\nvariadic_test(1);\nvariadic_test(1, 2);\nvariadic_test(1, 2, 3); first argument is 1\nfirst argument is 1 additionnal argument2\nfirst argument is 1 additionnal argument2 additionnal argument3 ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Functions » a simple example","id":"61","title":"a simple example"},"62":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types","id":"62","title":"Types"},"63":{"body":"For those who don't know about enumerated types, you can read about those here and here","breadcrumbs":"Reference » Types » Enums","id":"63","title":"Enums"},"64":{"body":"You use an enum like this enum Optionnal_name { zero, one, two\n};\n<<< zero, one, two >>>; \u001b[1m/home/djay/src/git/Gwion/enum0.gw:1:6:\u001b[0m syntax error, unexpected , expecting {\nenum \u001b[4mOptionnal_name\u001b[0m {\nwhile compiling file 'enum0.gw' ✔","breadcrumbs":"Reference » Types » Enums in gwion","id":"64","title":"Enums in gwion"},"65":{"body":"When inside a class, Enums are automatically declared static , and can't be global but they accept private or protect specifiers. built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Storage and access Specifiers","id":"65","title":"Storage and access Specifiers"},"66":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Function Pointers","id":"66","title":"Function Pointers"},"67":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Primitive types","id":"67","title":"Primitive types"},"68":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Typedefs","id":"68","title":"Typedefs"},"69":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Union types","id":"69","title":"Union types"},"7":{"body":"","breadcrumbs":"Overview » Arrays","id":"7","title":"Arrays"},"70":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Gwion Preprocessor","id":"70","title":"Gwion Preprocessor"},"71":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Contributing","id":"71","title":"Contributing"},"72":{"body":"First off, thank you for considering translating gwion. Thanks to the build system, you're gonna get on tracks fast. Make your live easier use export TRANSLATION_TARGET=xxx so you don't have to repeat it on the command line","breadcrumbs":"Contributing » Contributing translations","id":"72","title":"Contributing translations"},"73":{"body":"You have to make sure there is a directory for your target language (e.g.: fr, en, es_ES ...). make translation-init TRANSLATION_TARGET=<xxx> Where <xxx> is your language of choice. It will fail if your language already exists, but this is not a problem.","breadcrumbs":"Contributing » Step 1: Init the translation language","id":"73","title":"Step 1: Init the translation language"},"74":{"body":"Next, you should adjust the translations. What about using your favorite editor? make translation-edit TRANSLATION_TARGET=<xxx>","breadcrumbs":"Contributing » Step 2: Edit","id":"74","title":"Step 2: Edit"},"75":{"body":"Maybe the sources changed, and there is more messages to translate? make translation-update This will update all languages. You can now get back to step 2 .","breadcrumbs":"Contributing » Step 3: Update","id":"75","title":"Step 3: Update"},"76":{"body":"It's now time to add your changes to the package make translation-commit TRANSLATION_TARGET=<xxx> In Gwion 's case, the vcs is the well known git , but the make recipe makes things simple Now please submit a pull request . built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Contributing » Step 4: Add to VCS","id":"76","title":"Step 4: Add to VCS"},"77":{"body":"","breadcrumbs":"Benchmarks","id":"77","title":"Benchmarks"},"78":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"test","id":"78","title":"test"},"79":{"body":"","breadcrumbs":"How this doc is build","id":"79","title":"How this doc is build"},"8":{"body":"int ref[];\n<<< ref >>>;\nnew int[2] @=> ref;\n<<< ref >>>; int[]\nint[] ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » array as refs","id":"8","title":"array as refs"},"80":{"body":"All documentation files are in docs. They are mdr files. Along with them is a list file, helping to build the summary.","breadcrumbs":"This is basically markdown","id":"80","title":"This is basically markdown"},"81":{"body":"","breadcrumbs":"makefile","id":"81","title":"makefile"},"82":{"body":"","breadcrumbs":"sciprt","id":"82","title":"sciprt"},"83":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Mdbook","id":"83","title":"Mdbook"},"84":{"body":"Paul Batchelor💬 🐛 💻 🤔Benny💬 🐛 💻Andrew Prentice💬 🐛 💻 🤔 built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Contributors","id":"84","title":"Contributors"},"9":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » First Steps","id":"9","title":"First Steps"}},"length":85,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.4641016151377544},"34":{"tf":2.449489742783178},"5":{"tf":1.0}},"x":{"5":{"5":{"8":{"2":{"d":{"2":{"0":{"2":{"df":0,"docs":{},"f":{"6":{"4":{"0":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"6":{"6":{"8":{"4":{"b":{"d":{"6":{"4":{"0":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"0":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.7320508075688772},"73":{"tf":1.0}},"m":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"0":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{":":{"1":{":":{"6":{":":{"\u001b":{"[":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"2":{"df":6,"docs":{"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}},"3":{"df":7,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0}}},"4":{"df":4,"docs":{"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"76":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\u001b":{"[":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"5":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"6":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}},"_":{"df":1,"docs":{"19":{"tf":2.449489742783178}},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"d":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"d":{"df":1,"docs":{"76":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"61":{"tf":1.0}}},"df":4,"docs":{"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"[":{"2":{"]":{"[":{"3":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"]":{"[":{"4":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"]":{"[":{"df":0,"docs":{},"j":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"20":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}},"h":{"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0}}}}},"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"b":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"13":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"1":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":2.23606797749979},"55":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"n":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{")":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.0},"16":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"20":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"d":{"a":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"4":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":3,"docs":{"24":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"45":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"20":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"2":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"0":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"50":{"tf":1.0}}}},"q":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"s":{"_":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"1":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"72":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.7320508075688772}}}},"n":{"d":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"61":{"tf":2.0},"72":{"tf":1.0},"9":{"tf":1.0}}}}},"x":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"27":{"tf":2.0},"50":{"tf":1.0}}}}}},"r":{"(":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":2.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"k":{"df":1,"docs":{"20":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"5":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":1,"docs":{"58":{"tf":1.0}}}},"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}},"r":{"df":1,"docs":{"73":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"2":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"76":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"19":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}}}}},"w":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":14,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"1":{"tf":1.7320508075688772},"38":{"tf":2.0},"39":{"tf":2.0}}}},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":39,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"#":{"!":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"/":{"2":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"y":{"b":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":1,"docs":{"51":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"[":{"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772}}}},"t":{"'":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"j":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"20":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"63":{"tf":1.0}},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":3,"docs":{"2":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"73":{"tf":2.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"19":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"46":{"tf":1.0}}},"p":{"df":7,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"b":{"df":4,"docs":{"25":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}}},"s":{"df":1,"docs":{"19":{"tf":1.0}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"=":{"\"":{"$":{"1":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"28":{"tf":1.0}}},"1":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"df":4,"docs":{"20":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":3,"docs":{"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0}},"n":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"3":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"18":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"46":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"66":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.0},"67":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"15":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":2,"docs":{"6":{"tf":2.23606797749979},"8":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"(":{"3":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.4142135623730951},"72":{"tf":1.0}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"19":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":3,"docs":{"39":{"tf":1.4142135623730951},"55":{"tf":1.0},"76":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":39,"docs":{"13":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":4,"docs":{"31":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"z":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"59":{"tf":1.0},"78":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"23":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"<":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":3,"docs":{"26":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":1,"docs":{"49":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0}}}}},"df":8,"docs":{"2":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"69":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"d":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"75":{"tf":1.7320508075688772}}}},"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":8,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":3,"docs":{"19":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"61":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.4142135623730951}},"e":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"2":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":1,"docs":{"76":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.0}}}},"y":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"40":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"1":{"tf":1.7320508075688772},"38":{"tf":2.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":36,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":2,"docs":{"1":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.4641016151377544},"34":{"tf":2.449489742783178},"5":{"tf":1.0}},"x":{"5":{"5":{"8":{"2":{"d":{"2":{"0":{"2":{"df":0,"docs":{},"f":{"6":{"4":{"0":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"6":{"6":{"8":{"4":{"b":{"d":{"6":{"4":{"0":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"0":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951}},"m":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"0":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{":":{"1":{":":{"6":{":":{"\u001b":{"[":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"2":{"df":6,"docs":{"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.0}}},"3":{"df":7,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"4":{"df":4,"docs":{"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"76":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\u001b":{"[":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"5":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"6":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}},"_":{"df":1,"docs":{"19":{"tf":2.449489742783178}},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"d":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"d":{"df":1,"docs":{"76":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"61":{"tf":1.0}}},"df":4,"docs":{"53":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"[":{"2":{"]":{"[":{"3":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"]":{"[":{"4":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"]":{"[":{"df":0,"docs":{},"j":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"20":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}},"h":{"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"72":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"b":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"13":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"49":{"tf":1.4142135623730951},"65":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"1":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":2.23606797749979},"55":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"n":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{")":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"20":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"71":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":11,"docs":{"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"d":{"a":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"63":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"20":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"2":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"0":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":2.23606797749979},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"50":{"tf":1.0}}}},"q":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"s":{"_":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"20":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"1":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"72":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.7320508075688772}}}},"n":{"d":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"61":{"tf":2.0},"72":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"x":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"w":{"df":11,"docs":{"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"27":{"tf":2.0},"50":{"tf":1.0}}}}}},"r":{"(":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":2.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}}}},"k":{"df":1,"docs":{"20":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"5":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":1,"docs":{"58":{"tf":1.0}}}},"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}},"r":{"df":1,"docs":{"73":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"2":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"76":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}}}}},"w":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":14,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"1":{"tf":2.0},"38":{"tf":2.0},"39":{"tf":2.0}}}},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":39,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"#":{"!":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"/":{"2":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"y":{"b":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"73":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"[":{"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772}}}},"t":{"'":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"j":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"63":{"tf":1.0}},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":3,"docs":{"2":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979},"75":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"19":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"46":{"tf":1.0}}},"p":{"df":7,"docs":{"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"b":{"df":4,"docs":{"25":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}}},"s":{"df":1,"docs":{"19":{"tf":1.0}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"=":{"\"":{"$":{"1":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"28":{"tf":1.0}}},"1":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"w":{"df":4,"docs":{"20":{"tf":1.0},"42":{"tf":1.4142135623730951},"6":{"tf":1.0},"8":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":3,"docs":{"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0}},"n":{"c":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}},"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":27,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"58":{"tf":2.0},"59":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"46":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"15":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":2,"docs":{"6":{"tf":2.23606797749979},"8":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":43,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"(":{"3":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.7320508075688772},"72":{"tf":1.0}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"19":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":3,"docs":{"39":{"tf":1.4142135623730951},"55":{"tf":1.0},"76":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"61":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":39,"docs":{"13":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"27":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":4,"docs":{"31":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"z":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"26":{"tf":1.7320508075688772},"27":{"tf":2.0},"28":{"tf":2.0},"59":{"tf":1.0},"78":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"23":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"<":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":3,"docs":{"26":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":1,"docs":{"49":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}},"df":12,"docs":{"2":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"d":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"75":{"tf":2.0}}}},"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":8,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":3,"docs":{"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"61":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.4142135623730951}},"e":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"2":{"tf":1.0},"60":{"tf":1.4142135623730951}},"i":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":1,"docs":{"76":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.0}}}},"y":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"40":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"1":{"tf":2.0},"38":{"tf":2.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":36,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":2,"docs":{"1":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}}}},"title":{"root":{"1":{"df":1,"docs":{"73":{"tf":1.0}}},"2":{"df":1,"docs":{"74":{"tf":1.0}}},"3":{"df":1,"docs":{"75":{"tf":1.0}}},"4":{"df":1,"docs":{"76":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":2,"docs":{"24":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"14":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"20":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"1":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"3":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":3,"docs":{"62":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}},"pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}});
\ No newline at end of file
+Object.assign(window.search, {"doc_urls":["index.html#welcome-to-gwion","index.html#and-now-for-the-hello-world","index.html#bag-of-features","Overview/index.html#overview","Overview/declaration.html#declarations","Overview/declaration.html#basics","Overview/declaration.html#declaring-a-reference","Overview/declaration.html#arrays","Overview/declaration.html#array-as-refs","Overview/First_Steps/index.html#first-steps","Overview/First_Steps/Configure.html#configuring-gwion","Overview/First_Steps/Configure.html#utilconfigmk","Overview/First_Steps/Configure.html#astconfigmk","Overview/First_Steps/Configure.html#configmk","Overview/First_Steps/InstallingGwion.html#installing-gwion","Overview/First_Steps/InstallingGwion.html#get-the-sources","Overview/First_Steps/InstallingGwion.html#dont-forget-submodules","Overview/First_Steps/InstallingGwion.html#build-the-libraries-and-program","Overview/First_Steps/InstallingGwion.html#install-the-package","Overview/globalvalues.html#global-values","Overview/Keywords.html#keywords","Overview/Make.html#makefile","Overview/Make.html#basic-operations","Overview/Make.html#translations","Overview/Make.html#docs","Overview/SpecialWords.html#special-values","Overview/Testing.html#tests","Overview/Testing.html#gwion-tests","Overview/Testing.html#shell-test","Reference/index.html#reference","Reference/ControlFlow/index.html#control-flow","Reference/ControlFlow/forloop.html#for-loops","Reference/ControlFlow/forloop.html#basic-loops","Reference/ControlFlow/forloop.html#nested-loops","Reference/ControlFlow/forloop.html#auto-loops","Reference/ControlFlow/forloop.html#auto-pointer-loop","Reference/ControlFlow/Loops.html#loops","Reference/ControlFlow/Repeat.html#the-repeat-keyword","Reference/ControlFlow/Repeat.html#basic-example","Reference/ControlFlow/Repeat.html#block-example","Reference/ControlFlow/whileuntil.html#loops","Reference/Extending/index.html#extending","Reference/Extending/WIP_Driver.html#giving-gwion-a-new-driver","Reference/Extending/WIP_Driver.html#basics","Reference/Extending/WIP_Driver.html#concept","Reference/Extending/WIP_Driver.html#upd-driver","Reference/Extending/WIP_Plugins.html#writing-a-gwion-plugin","Reference/Extending/WIP_Plugins.html#getting-started","Reference/Extending/WIP_Plugins.html#headers","Reference/Extending/WIP_Plugins.html#class","Reference/Extending/WIP_Plugins.html#handling-constructors-and-destructors","Reference/Extending/WIP_Plugins.html#import-function","Reference/Functions/index.html#functions","Reference/Functions/index.html#a-simple-commented-example","Reference/Functions/Lambdas.html#lambda","Reference/Functions/Lambdas.html#overview","Reference/Functions/Lambdas.html#call-a-function-just-once","Reference/Functions/Lambdas.html#use-case","Reference/Functions/Lambdas.html#passing-to-a-function-pointer","Reference/Functions/Lambdas.html#as-argument-to-functions","Reference/Functions/Variadic.html#variadic-functions","Reference/Functions/Variadic.html#a-simple-example","Reference/Types/index.html#types","Reference/Types/Enums.html#enums","Reference/Types/Enums.html#enums-in-gwion","Reference/Types/Enums.html#storage-and-access-specifiers","Reference/Types/Function_Pointers.html#function-pointers","Reference/Types/Primitives.html#primitive-types","Reference/Types/Typedefs.html#typedefs","Reference/Types/Unions.html#union-types","Reference/Preprocessor.html#gwion-preprocessor","Contributing/index.html#contributing","Contributing/ContributingTranslation.html#contributing-translations","Contributing/ContributingTranslation.html#step-1--init-the-translation-language","Contributing/ContributingTranslation.html#step-2--edit","Contributing/ContributingTranslation.html#step-3--update","Contributing/ContributingTranslation.html#step-4--add-to--vcs","Benchmarks.html#benchmarks","Benchmarks.html#test","BuildingTheDocs.html#how-this-doc-is-build","BuildingTheDocs.html#this-is-basically-markdown","BuildingTheDocs.html#makefile","BuildingTheDocs.html#scripts","BuildingTheDocs.html#mdbook","Contributors.html#contributors"],"index":{"documentStore":{"docInfo":{"0":{"body":13,"breadcrumbs":2,"title":2},"1":{"body":9,"breadcrumbs":3,"title":3},"10":{"body":0,"breadcrumbs":5,"title":2},"11":{"body":5,"breadcrumbs":4,"title":1},"12":{"body":0,"breadcrumbs":4,"title":1},"13":{"body":11,"breadcrumbs":4,"title":1},"14":{"body":0,"breadcrumbs":5,"title":2},"15":{"body":14,"breadcrumbs":4,"title":1},"16":{"body":19,"breadcrumbs":6,"title":3},"17":{"body":1,"breadcrumbs":6,"title":3},"18":{"body":12,"breadcrumbs":5,"title":2},"19":{"body":25,"breadcrumbs":3,"title":2},"2":{"body":26,"breadcrumbs":2,"title":2},"20":{"body":29,"breadcrumbs":2,"title":1},"21":{"body":0,"breadcrumbs":2,"title":1},"22":{"body":0,"breadcrumbs":3,"title":2},"23":{"body":0,"breadcrumbs":2,"title":1},"24":{"body":7,"breadcrumbs":2,"title":1},"25":{"body":9,"breadcrumbs":3,"title":2},"26":{"body":8,"breadcrumbs":2,"title":1},"27":{"body":27,"breadcrumbs":3,"title":2},"28":{"body":26,"breadcrumbs":3,"title":2},"29":{"body":7,"breadcrumbs":1,"title":1},"3":{"body":7,"breadcrumbs":1,"title":1},"30":{"body":7,"breadcrumbs":3,"title":2},"31":{"body":7,"breadcrumbs":4,"title":1},"32":{"body":27,"breadcrumbs":5,"title":2},"33":{"body":22,"breadcrumbs":5,"title":2},"34":{"body":18,"breadcrumbs":5,"title":2},"35":{"body":38,"breadcrumbs":6,"title":3},"36":{"body":7,"breadcrumbs":4,"title":1},"37":{"body":9,"breadcrumbs":5,"title":2},"38":{"body":9,"breadcrumbs":5,"title":2},"39":{"body":20,"breadcrumbs":5,"title":2},"4":{"body":0,"breadcrumbs":2,"title":1},"40":{"body":27,"breadcrumbs":4,"title":1},"41":{"body":7,"breadcrumbs":2,"title":1},"42":{"body":0,"breadcrumbs":6,"title":4},"43":{"body":3,"breadcrumbs":3,"title":1},"44":{"body":0,"breadcrumbs":3,"title":1},"45":{"body":7,"breadcrumbs":4,"title":2},"46":{"body":9,"breadcrumbs":5,"title":3},"47":{"body":2,"breadcrumbs":4,"title":2},"48":{"body":6,"breadcrumbs":3,"title":1},"49":{"body":12,"breadcrumbs":3,"title":1},"5":{"body":12,"breadcrumbs":2,"title":1},"50":{"body":50,"breadcrumbs":5,"title":3},"51":{"body":7,"breadcrumbs":4,"title":2},"52":{"body":0,"breadcrumbs":2,"title":1},"53":{"body":40,"breadcrumbs":4,"title":3},"54":{"body":0,"breadcrumbs":3,"title":1},"55":{"body":13,"breadcrumbs":3,"title":1},"56":{"body":4,"breadcrumbs":5,"title":3},"57":{"body":0,"breadcrumbs":4,"title":2},"58":{"body":9,"breadcrumbs":5,"title":3},"59":{"body":19,"breadcrumbs":4,"title":2},"6":{"body":20,"breadcrumbs":3,"title":2},"60":{"body":12,"breadcrumbs":4,"title":2},"61":{"body":38,"breadcrumbs":4,"title":2},"62":{"body":7,"breadcrumbs":2,"title":1},"63":{"body":9,"breadcrumbs":3,"title":1},"64":{"body":20,"breadcrumbs":4,"title":2},"65":{"body":19,"breadcrumbs":5,"title":3},"66":{"body":7,"breadcrumbs":4,"title":2},"67":{"body":7,"breadcrumbs":4,"title":2},"68":{"body":7,"breadcrumbs":3,"title":1},"69":{"body":23,"breadcrumbs":4,"title":2},"7":{"body":0,"breadcrumbs":2,"title":1},"70":{"body":7,"breadcrumbs":3,"title":2},"71":{"body":7,"breadcrumbs":1,"title":1},"72":{"body":22,"breadcrumbs":3,"title":2},"73":{"body":21,"breadcrumbs":6,"title":5},"74":{"body":10,"breadcrumbs":4,"title":3},"75":{"body":15,"breadcrumbs":4,"title":3},"76":{"body":34,"breadcrumbs":5,"title":4},"77":{"body":0,"breadcrumbs":1,"title":1},"78":{"body":7,"breadcrumbs":1,"title":1},"79":{"body":0,"breadcrumbs":2,"title":2},"8":{"body":16,"breadcrumbs":3,"title":2},"80":{"body":12,"breadcrumbs":2,"title":2},"81":{"body":0,"breadcrumbs":1,"title":1},"82":{"body":0,"breadcrumbs":1,"title":1},"83":{"body":7,"breadcrumbs":1,"title":1},"84":{"body":12,"breadcrumbs":1,"title":1},"9":{"body":7,"breadcrumbs":3,"title":2}},"docs":{"0":{"body":"Gwion is a strongly timed programming language, aiming to be easy, powerful and fast strongly-timed programming language,","breadcrumbs":"Welcome to Gwion","id":"0","title":"Welcome to Gwion"},"1":{"body":"Here is the piece of code you're waiting for 😜: <<< \"Hello, World!\" >>>; Hello, World! ✔","breadcrumbs":"And now for the hello world","id":"1","title":"And now for the hello world"},"10":{"body":"","breadcrumbs":"Overview » First Steps » Configuring Gwion","id":"10","title":"Configuring Gwion"},"11":{"body":"double gettext memcheck lto coverage","breadcrumbs":"Overview » First Steps » util/config.mk","id":"11","title":"util/config.mk"},"12":{"body":"","breadcrumbs":"Overview » First Steps » ast/config.mk","id":"12","title":"ast/config.mk"},"13":{"body":"Here are a few choices left built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » First Steps » config.mk","id":"13","title":"config.mk"},"14":{"body":"","breadcrumbs":"Overview » First Steps » Installing gwion","id":"14","title":"Installing gwion"},"15":{"body":"The source is accessible on github . Provided you have git installed, you can get it with: git clone https:#!github.com/fennecdjay/gwion then change to the source directory cd gwion","breadcrumbs":"Overview » First Steps » Get the sources","id":"15","title":"Get the sources"},"16":{"body":"You'll need the sources for all base module git submodule update --init util ast At this point, you may want to configure the build. In this case, have a look at the configuration page","breadcrumbs":"Overview » First Steps » Don't forget submodules","id":"16","title":"Don't forget submodules"},"17":{"body":"make","breadcrumbs":"Overview » First Steps » Build the libraries and program","id":"17","title":"Build the libraries and program"},"18":{"body":"make install You may need root privilege to do this. built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » First Steps » Install the package","id":"18","title":"Install the package"},"19":{"body":"adc blackhole dac pi null samp ms second hour me this _ func _ _ file _ _ line _ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Global Values","id":"19","title":"Global Values"},"2":{"body":"single inheritance typedef (function pointers and type aliases) enums and unions templates (both class and functions) easy concurrency/async lambdas memoization variadic functions built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"(Bag of) Features","id":"2","title":"(Bag of) Features"},"20":{"body":"fun/function operator return goto switch/case/default if/else break/continue until/do/while/for/repeat global/static private/protect const new spork fork typeof typedef class dtor extends enum union auto built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Keywords","id":"20","title":"Keywords"},"21":{"body":"","breadcrumbs":"Overview » Makefile","id":"21","title":"Makefile"},"22":{"body":"","breadcrumbs":"Overview » Basic operations","id":"22","title":"Basic operations"},"23":{"body":"","breadcrumbs":"Overview » translations","id":"23","title":"translations"},"24":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Docs","id":"24","title":"Docs"},"25":{"body":"me this vararg maybe built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Special Values","id":"25","title":"Special Values"},"26":{"body":"test.sh requires valgrind there are two kinds of tests: gwion bash","breadcrumbs":"Overview » Tests","id":"26","title":"Tests"},"27":{"body":"those tests are just gwion (.gw) files, handling special comments: #! [skip] ( optionally followed by reason to skip) #! [todo] ( optionally followed by reason to delay testing) #! [contains] followed by string to match #! [excludes] followed by string not to match","breadcrumbs":"Overview » Gwion tests","id":"27","title":"Gwion tests"},"28":{"body":"those tests are just bash (.sh) files. they should start with this snippet #!/bin/bash\n# [test] #5\nn=0\n[ \"$1\" ] && n=\"$1\"\n[ \"$n\" -eq 0 ] && n=1\nsource tests/sh/common.sh built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Shell test","id":"28","title":"Shell test"},"29":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference","id":"29","title":"Reference"},"3":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview","id":"3","title":"Overview"},"30":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow","id":"30","title":"Control Flow"},"31":{"body":"For loops in Gwion is pretty similar to classic C syntax","breadcrumbs":"Reference » Control Flow » For Loops","id":"31","title":"For Loops"},"32":{"body":"for(int i; i < 3; ++i) <<< i >>>; 0\n1\n2 ✔ It also works with a block of code. for(int i; i < 3; ++i) { i/2 => float f1; i/2. => float f2; <<< i, \" \" , f1, \" \", f2 >>>;\n} 0 0.0000 0.0000\n1 0.0000 0.5000\n2 1.0000 1.0000 ✔","breadcrumbs":"Reference » Control Flow » basic loops","id":"32","title":"basic loops"},"33":{"body":"int array[3][4]; for(int i; i < 3; ++i) { for(int j; j < 4; ++j) { <<< array[i][j] >>>; }\n} 0\n0\n0\n0\n0\n0\n0\n0\n0\n0\n0\n0 ✔","breadcrumbs":"Reference » Control Flow » Nested Loops","id":"33","title":"Nested Loops"},"34":{"body":"Simple auto loop int array[2][3];\nfor(auto a: array) { <<< a >>>; for(auto b: a) <<< b >>>;\n} int[]\n0\n0\n0\nint[]\n0\n0\n0 ✔","breadcrumbs":"Reference » Control Flow » Auto Loops","id":"34","title":"Auto Loops"},"35":{"body":"If you want to change it the value in the array, you need a pointer int array[2][3];\nint i;\nfor(auto a: array) { for(auto @b: a) <<< ++i => *b >>>;\n}\nfor(auto a: array) { for(auto @b: a) <<< *b >>>;\n} 1\n2\n3\n4\n5\n6\n1\n2\n3\n4\n5\n6 ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow » Auto Pointer loop","id":"35","title":"Auto Pointer loop"},"36":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow » Loops","id":"36","title":"Loops"},"37":{"body":"let start simple ;-) The easiest way to do an action repeatidly in Gwion is, ... the repeat keyword!","breadcrumbs":"Reference » Control Flow » the Repeat keyword","id":"37","title":"the Repeat keyword"},"38":{"body":"repeat(3) <<< \"Hello, world!\" >>>; Hello, world!\nHello, world!\nHello, world! ✔","breadcrumbs":"Reference » Control Flow » Basic example","id":"38","title":"Basic example"},"39":{"body":"of course this also works with a block code. repeat(3) { maybe ? \"You\" : \"Me\" => string s; <<< \"Hello, \", s, \"!\" >>>;\n} Hello, Me!\nHello, Me!\nHello, Me! ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow » Block example","id":"39","title":"Block example"},"4":{"body":"","breadcrumbs":"Overview » Declarations","id":"4","title":"Declarations"},"40":{"body":"while(true) { if(maybe) break; <<< \"running...\" >>>;\n} running...\nrunning...\nrunning... ✔ well this may output nothing... lets try <<< maybe >>>;\ndo{ if(maybe) break; <<< \"running...\" >>>;\n} while(true); false\nrunning...\nrunning... ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow » Loops","id":"40","title":"Loops"},"41":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Extending","id":"41","title":"Extending"},"42":{"body":"","breadcrumbs":"Reference » Extending » Giving gwion a new driver","id":"42","title":"Giving gwion a new driver"},"43":{"body":"in order to use GWION_CTL ...","breadcrumbs":"Reference » Extending » basics","id":"43","title":"basics"},"44":{"body":"","breadcrumbs":"Reference » Extending » concept","id":"44","title":"concept"},"45":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Extending » upd driver","id":"45","title":"upd driver"},"46":{"body":"THIS IS OUTDATED. please look at the source code in src/lib/ instead [getting started]","breadcrumbs":"Reference » Extending » Writing a Gwion plugin","id":"46","title":"Writing a Gwion plugin"},"47":{"body":"use the script","breadcrumbs":"Reference » Extending » Getting started","id":"47","title":"Getting started"},"48":{"body":"#include \"vm.h\"\n#include \"instr.h\"\n#include \"import.h","breadcrumbs":"Reference » Extending » headers","id":"48","title":"headers"},"49":{"body":"Define the type: struct Type_ t_mytype = { \"MyType\", SZ_INT, &t_object}; every type extending t_object should have SZ_INT","breadcrumbs":"Reference » Extending » Class","id":"49","title":"Class"},"5":{"body":"Declaring a primitive or an object is quite straight forward: int i;\nObject o;\n<<< i, \" \", o >>>; 0 0x56507309c640 ✔","breadcrumbs":"Overview » Basics","id":"5","title":"Basics"},"50":{"body":"CTOR CTOR(mytype_ctor) { /* constructor code here */\n} DTOR DTOR(mytype_dtor) { /* destructor code here */\n} those macros provide two variables: o: the M_Object for the (con/des)tructor shred: the VM_Shred for the (con/des)tructor CHECK_BB(import_class_begin(env, &t_mytpe, env->global_nspc, mytype_ctor, mytype_dtor)) variable declare a m_int. coding convention require a leading _o a following type m_int o_mytype_myvaroffset; function /* declare a member function */\nMFUN(mytype_memberfunction) { /* code here */\n} SFUN(mtype_staticfunction) { /* code here */\n} operator","breadcrumbs":"Reference » Extending » Handling Constructors and Destructors","id":"50","title":"Handling Constructors and Destructors"},"51":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Extending » Import function","id":"51","title":"Import function"},"52":{"body":"","breadcrumbs":"Reference » Functions","id":"52","title":"Functions"},"53":{"body":"#! declare function 'test_function'\n#! with return type int\n#! taking an int as argument\nfun int test_function(int arg) { #! return the argument + 2 return arg + 2;\n} #! now call the function (and debug print the result)\n<<< test_function(0) >>>;\n#! or use alternate syntax\n<<< 1 => test_function >>>; 2\n3 ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » a simple (commented example)","id":"53","title":"a simple (commented example)"},"54":{"body":"","breadcrumbs":"Reference » Functions » Lambda","id":"54","title":"Lambda"},"55":{"body":"lambda s are anonymous functions. The syntax to create them is simple: \\ variable0 variable1 ... { your code here } You can even use it to","breadcrumbs":"Reference » Functions » Overview","id":"55","title":"Overview"},"56":{"body":"\\ i { <<< \"passed '\", i, \"'\" >>>; }(3); passed '3' ✔","breadcrumbs":"Reference » Functions » Call a function just once","id":"56","title":"Call a function just once"},"57":{"body":"","breadcrumbs":"Reference » Functions » Use case","id":"57","title":"Use case"},"58":{"body":"typedef void fptr_t(int);\n\\ i { <<< \"passed '\", i, \"'\" >>>; } @=> fptr_t fptr;\nfptr(4); passed '4' ✔","breadcrumbs":"Reference » Functions » Passing to a function pointer","id":"58","title":"Passing to a function pointer"},"59":{"body":"typedef void fptr_t(int);\nfun void test(fptr_t fptr) { fptr(5);\n}\ntest(\\ i { <<< \"passed '\", i, \"'\" >>>; }); passed '5' ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Functions » As Argument to Functions","id":"59","title":"As Argument to Functions"},"6":{"body":"Object @ref;\n<<< \"Reference points to no object yet: \", ref >>>;\n#!Object o @=> ref;\nnew Object @=> ref;\n<<< \"But now it does: \", ref >>>; Reference points to no object yet: (nil)\nBut now it does: 0x55ac72d81640 ✔","breadcrumbs":"Overview » Declaring a reference","id":"6","title":"Declaring a reference"},"60":{"body":"A function whoses arity is not fixed. Well, a function that takes a fixed number of arguments, and additionnal ones.","breadcrumbs":"Reference » Functions » Variadic functions","id":"60","title":"Variadic functions"},"61":{"body":"fun void variadic_test(int i, ...) { <<< \"first argument is \", i >>>; vararg.start; <<< \"\\tadditionnal argument\", vararg.i >>>; vararg.end;\n}\nvariadic_test(1);\nvariadic_test(1, 2);\nvariadic_test(1, 2, 3); first argument is 1\nfirst argument is 1 additionnal argument2\nfirst argument is 1 additionnal argument2 additionnal argument3 ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Functions » a simple example","id":"61","title":"a simple example"},"62":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types","id":"62","title":"Types"},"63":{"body":"For those who don't know about enumerated types, you can read about those here and here","breadcrumbs":"Reference » Types » Enums","id":"63","title":"Enums"},"64":{"body":"You use an enum like this enum Optionnal_name { zero, one, two\n};\n<<< zero, one, two >>>; \u001b[1m/home/djay/src/git/Gwion/enum0.gw:1:6:\u001b[0m syntax error, unexpected , expecting {\nenum \u001b[4mOptionnal_name\u001b[0m {\nwhile compiling file 'enum0.gw' ✔","breadcrumbs":"Reference » Types » Enums in gwion","id":"64","title":"Enums in gwion"},"65":{"body":"When inside a class, Enums are automatically declared static , and can't be global but they accept private or protect specifiers. built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Storage and access Specifiers","id":"65","title":"Storage and access Specifiers"},"66":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Function Pointers","id":"66","title":"Function Pointers"},"67":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Primitive types","id":"67","title":"Primitive types"},"68":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Typedefs","id":"68","title":"Typedefs"},"69":{"body":"Union store their component in the same memory space. For more infomations, see here . union { int a; float f; Object o;\n}; built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Union types","id":"69","title":"Union types"},"7":{"body":"","breadcrumbs":"Overview » Arrays","id":"7","title":"Arrays"},"70":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Gwion Preprocessor","id":"70","title":"Gwion Preprocessor"},"71":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Contributing","id":"71","title":"Contributing"},"72":{"body":"First off, thank you for considering translating gwion. Thanks to the build system, you're gonna get on tracks fast. Make your live easier use export TRANSLATION_TARGET=xxx so you don't have to repeat it on the command line","breadcrumbs":"Contributing » Contributing translations","id":"72","title":"Contributing translations"},"73":{"body":"You have to make sure there is a directory for your target language (e.g.: fr, en, es_ES ...). make translation-init TRANSLATION_TARGET=<xxx> Where <xxx> is your language of choice. It will fail if your language already exists, but this is not a problem.","breadcrumbs":"Contributing » Step 1: Init the translation language","id":"73","title":"Step 1: Init the translation language"},"74":{"body":"Next, you should adjust the translations. What about using your favorite editor? make translation-edit TRANSLATION_TARGET=<xxx>","breadcrumbs":"Contributing » Step 2: Edit","id":"74","title":"Step 2: Edit"},"75":{"body":"Maybe the sources changed, and there is more messages to translate? make translation-update This will update all languages. You can now get back to step 2 .","breadcrumbs":"Contributing » Step 3: Update","id":"75","title":"Step 3: Update"},"76":{"body":"It's now time to add your changes to the package make translation-commit TRANSLATION_TARGET=<xxx> In Gwion 's case, the vcs is the well known git , but the make recipe makes things simple Now please submit a pull request . built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Contributing » Step 4: Add to VCS","id":"76","title":"Step 4: Add to VCS"},"77":{"body":"","breadcrumbs":"Benchmarks","id":"77","title":"Benchmarks"},"78":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"test","id":"78","title":"test"},"79":{"body":"","breadcrumbs":"How this doc is build","id":"79","title":"How this doc is build"},"8":{"body":"int ref[];\n<<< ref >>>;\nnew int[2] @=> ref;\n<<< ref >>>; int[]\nint[] ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » array as refs","id":"8","title":"array as refs"},"80":{"body":"All documentation files are in docs. They are mdr files. Along with them is a list file, helping to build the summary. To be continued ...","breadcrumbs":"This is basically markdown","id":"80","title":"This is basically markdown"},"81":{"body":"","breadcrumbs":"makefile","id":"81","title":"makefile"},"82":{"body":"","breadcrumbs":"scripts","id":"82","title":"scripts"},"83":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Mdbook","id":"83","title":"Mdbook"},"84":{"body":"Paul Batchelor💬 🐛 💻 🤔Benny💬 🐛 💻Andrew Prentice💬 🐛 💻 🤔 built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Contributors","id":"84","title":"Contributors"},"9":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » First Steps","id":"9","title":"First Steps"}},"length":85,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.4641016151377544},"34":{"tf":2.449489742783178},"5":{"tf":1.0}},"x":{"5":{"5":{"a":{"c":{"7":{"2":{"d":{"8":{"1":{"6":{"4":{"0":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"5":{"0":{"7":{"3":{"0":{"9":{"c":{"6":{"4":{"0":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"0":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.7320508075688772},"73":{"tf":1.0}},"m":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"0":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{":":{"1":{":":{"6":{":":{"\u001b":{"[":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"2":{"df":6,"docs":{"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}},"3":{"df":7,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0}}},"4":{"df":4,"docs":{"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"76":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\u001b":{"[":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"5":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"6":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}},"_":{"df":1,"docs":{"19":{"tf":2.449489742783178}},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"d":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"d":{"df":1,"docs":{"76":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"61":{"tf":1.0}}},"df":4,"docs":{"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"[":{"2":{"]":{"[":{"3":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"]":{"[":{"4":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"]":{"[":{"df":0,"docs":{},"j":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"20":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}},"h":{"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0}}}}},"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"b":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"13":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"1":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":2.23606797749979},"55":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"n":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{")":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.0},"16":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"20":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"d":{"a":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"4":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":3,"docs":{"24":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"45":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"20":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"2":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"0":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"50":{"tf":1.0}}}},"q":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"s":{"_":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"1":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"72":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}}},"df":1,"docs":{"69":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.7320508075688772}}}},"n":{"d":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"61":{"tf":2.0},"72":{"tf":1.0},"9":{"tf":1.0}}}}},"x":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"27":{"tf":2.0},"50":{"tf":1.0}}}}}},"r":{"(":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":2.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"k":{"df":1,"docs":{"20":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"5":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":1,"docs":{"58":{"tf":1.0}}}},"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}},"r":{"df":1,"docs":{"73":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"2":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"76":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"19":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}}}}},"w":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":14,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"1":{"tf":1.7320508075688772},"38":{"tf":2.0},"39":{"tf":2.0}}}},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":39,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"#":{"!":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"/":{"2":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"y":{"b":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":1,"docs":{"51":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"[":{"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.7320508075688772},"69":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"t":{"'":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"j":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"20":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"63":{"tf":1.0}},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":3,"docs":{"2":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"73":{"tf":2.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"19":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"46":{"tf":1.0}}},"p":{"df":7,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"b":{"df":4,"docs":{"25":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"69":{"tf":1.0},"75":{"tf":1.0}}}}},"s":{"df":1,"docs":{"19":{"tf":1.0}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"=":{"\"":{"$":{"1":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"28":{"tf":1.0}}},"1":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"df":4,"docs":{"20":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"5":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"69":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0}},"n":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"3":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"18":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"46":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"66":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.0},"67":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"15":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":2,"docs":{"6":{"tf":2.23606797749979},"8":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"(":{"3":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.4142135623730951},"72":{"tf":1.0}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":2.6457513110645907}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":1,"docs":{"19":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":3,"docs":{"39":{"tf":1.4142135623730951},"55":{"tf":1.0},"76":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":39,"docs":{"13":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":4,"docs":{"31":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"z":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"59":{"tf":1.0},"78":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"23":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"<":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"w":{"df":0,"docs":{},"o":{"df":3,"docs":{"26":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":1,"docs":{"49":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0}}}}},"df":8,"docs":{"2":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"69":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"d":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"75":{"tf":1.7320508075688772}}}},"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":8,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":3,"docs":{"19":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"61":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.4142135623730951}},"e":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"2":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":1,"docs":{"76":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.0}}}},"y":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"40":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"1":{"tf":1.7320508075688772},"38":{"tf":2.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":36,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":2,"docs":{"1":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.4641016151377544},"34":{"tf":2.449489742783178},"5":{"tf":1.0}},"x":{"5":{"5":{"a":{"c":{"7":{"2":{"d":{"8":{"1":{"6":{"4":{"0":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"5":{"0":{"7":{"3":{"0":{"9":{"c":{"6":{"4":{"0":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"0":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951}},"m":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"0":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{":":{"1":{":":{"6":{":":{"\u001b":{"[":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"2":{"df":6,"docs":{"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.0}}},"3":{"df":7,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"4":{"df":4,"docs":{"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"76":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\u001b":{"[":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"5":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"6":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}},"_":{"df":1,"docs":{"19":{"tf":2.449489742783178}},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"d":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"d":{"df":1,"docs":{"76":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"61":{"tf":1.0}}},"df":4,"docs":{"53":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"[":{"2":{"]":{"[":{"3":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"]":{"[":{"4":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"]":{"[":{"df":0,"docs":{},"j":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"20":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}},"h":{"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"72":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"b":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"13":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"49":{"tf":1.4142135623730951},"65":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"1":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":2.23606797749979},"55":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"n":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{")":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"20":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"71":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":11,"docs":{"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"d":{"a":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"63":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"20":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"2":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"0":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":2.23606797749979},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"50":{"tf":1.0}}}},"q":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"s":{"_":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"20":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"1":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"72":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}}},"df":1,"docs":{"69":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.7320508075688772}}}},"n":{"d":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"61":{"tf":2.0},"72":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"x":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":11,"docs":{"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"27":{"tf":2.0},"50":{"tf":1.0}}}}}},"r":{"(":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":2.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}}}},"k":{"df":1,"docs":{"20":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"5":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":1,"docs":{"58":{"tf":1.0}}}},"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}},"r":{"df":1,"docs":{"73":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"2":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"76":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}}}}},"w":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":14,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"1":{"tf":2.0},"38":{"tf":2.0},"39":{"tf":2.0}}}},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":39,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"#":{"!":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"/":{"2":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"y":{"b":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"73":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"[":{"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.7320508075688772},"69":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"t":{"'":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"j":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"63":{"tf":1.0}},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":3,"docs":{"2":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979},"75":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"19":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"46":{"tf":1.0}}},"p":{"df":7,"docs":{"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"b":{"df":4,"docs":{"25":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"69":{"tf":1.0},"75":{"tf":1.0}}}}},"s":{"df":1,"docs":{"19":{"tf":1.0}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"=":{"\"":{"$":{"1":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"28":{"tf":1.0}}},"1":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"w":{"df":4,"docs":{"20":{"tf":1.0},"42":{"tf":1.4142135623730951},"6":{"tf":1.0},"8":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"5":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"69":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0}},"n":{"c":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}},"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":27,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"58":{"tf":2.0},"59":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"46":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"15":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":2,"docs":{"6":{"tf":2.23606797749979},"8":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":43,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"(":{"3":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.7320508075688772},"72":{"tf":1.0}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":2.6457513110645907}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":1,"docs":{"19":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"82":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"39":{"tf":1.4142135623730951},"55":{"tf":1.0},"76":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"61":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":39,"docs":{"13":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"27":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":4,"docs":{"31":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"z":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"26":{"tf":1.7320508075688772},"27":{"tf":2.0},"28":{"tf":2.0},"59":{"tf":1.0},"78":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"23":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"<":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"w":{"df":0,"docs":{},"o":{"df":3,"docs":{"26":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":1,"docs":{"49":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}},"df":12,"docs":{"2":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"69":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"d":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"75":{"tf":2.0}}}},"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":8,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":3,"docs":{"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"61":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.4142135623730951}},"e":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"2":{"tf":1.0},"60":{"tf":1.4142135623730951}},"i":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":1,"docs":{"76":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.0}}}},"y":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"40":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"1":{"tf":2.0},"38":{"tf":2.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":36,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":2,"docs":{"1":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}}}},"title":{"root":{"1":{"df":1,"docs":{"73":{"tf":1.0}}},"2":{"df":1,"docs":{"74":{"tf":1.0}}},"3":{"df":1,"docs":{"75":{"tf":1.0}}},"4":{"df":1,"docs":{"76":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":2,"docs":{"24":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"14":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"20":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"1":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"3":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":3,"docs":{"62":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}},"pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}});
\ No newline at end of file
index f023d8547caabb30c80b1fe7fdb09f41830e5208..a72003947c73157f2571bb371eba05e0e04135c8 100644 (file)
@@ -1 +1 @@
-{"doc_urls":["index.html#welcome-to-gwion","index.html#and-now-for-the-hello-world","index.html#bag-of-features","Overview/index.html#overview","Overview/declaration.html#declarations","Overview/declaration.html#basics","Overview/declaration.html#declaring-a-reference","Overview/declaration.html#arrays","Overview/declaration.html#array-as-refs","Overview/First_Steps/index.html#first-steps","Overview/First_Steps/Configure.html#configuring-gwion","Overview/First_Steps/Configure.html#utilconfigmk","Overview/First_Steps/Configure.html#astconfigmk","Overview/First_Steps/Configure.html#configmk","Overview/First_Steps/InstallingGwion.html#installing-gwion","Overview/First_Steps/InstallingGwion.html#get-the-sources","Overview/First_Steps/InstallingGwion.html#dont-forget-submodules","Overview/First_Steps/InstallingGwion.html#build-the-libraries-and-program","Overview/First_Steps/InstallingGwion.html#install-the-package","Overview/globalvalues.html#global-values","Overview/Keywords.html#keywords","Overview/Make.html#makefile","Overview/Make.html#basic-operations","Overview/Make.html#translations","Overview/Make.html#docs","Overview/SpecialWords.html#special-values","Overview/Testing.html#tests","Overview/Testing.html#gwion-tests","Overview/Testing.html#shell-test","Reference/index.html#reference","Reference/ControlFlow/index.html#control-flow","Reference/ControlFlow/forloop.html#for-loops","Reference/ControlFlow/forloop.html#basic-loops","Reference/ControlFlow/forloop.html#nested-loops","Reference/ControlFlow/forloop.html#auto-loops","Reference/ControlFlow/forloop.html#auto-pointer-loop","Reference/ControlFlow/Loops.html#loops","Reference/ControlFlow/Repeat.html#the-repeat-keyword","Reference/ControlFlow/Repeat.html#basic-example","Reference/ControlFlow/Repeat.html#block-example","Reference/ControlFlow/whileuntil.html#loops","Reference/Extending/index.html#extending","Reference/Extending/WIP_Driver.html#giving-gwion-a-new-driver","Reference/Extending/WIP_Driver.html#basics","Reference/Extending/WIP_Driver.html#concept","Reference/Extending/WIP_Driver.html#upd-driver","Reference/Extending/WIP_Plugins.html#writing-a-gwion-plugin","Reference/Extending/WIP_Plugins.html#getting-started","Reference/Extending/WIP_Plugins.html#headers","Reference/Extending/WIP_Plugins.html#class","Reference/Extending/WIP_Plugins.html#handling-constructors-and-destructors","Reference/Extending/WIP_Plugins.html#import-function","Reference/Functions/index.html#functions","Reference/Functions/index.html#a-simple-commented-example","Reference/Functions/Lambdas.html#lambda","Reference/Functions/Lambdas.html#overview","Reference/Functions/Lambdas.html#call-a-function-just-once","Reference/Functions/Lambdas.html#use-case","Reference/Functions/Lambdas.html#passing-to-a-function-pointer","Reference/Functions/Lambdas.html#as-argument-to-functions","Reference/Functions/Variadic.html#variadic-functions","Reference/Functions/Variadic.html#a-simple-example","Reference/Types/index.html#types","Reference/Types/Enums.html#enums","Reference/Types/Enums.html#enums-in-gwion","Reference/Types/Enums.html#storage-and-access-specifiers","Reference/Types/Function_Pointers.html#function-pointers","Reference/Types/Primitives.html#primitive-types","Reference/Types/Typedefs.html#typedefs","Reference/Types/Unions.html#union-types","Reference/Preprocessor.html#gwion-preprocessor","Contributing/index.html#contributing","Contributing/ContributingTranslation.html#contributing-translations","Contributing/ContributingTranslation.html#step-1--init-the-translation-language","Contributing/ContributingTranslation.html#step-2--edit","Contributing/ContributingTranslation.html#step-3--update","Contributing/ContributingTranslation.html#step-4--add-to--vcs","Benchmarks.html#benchmarks","Benchmarks.html#test","BuildingTheDocs.html#how-this-doc-is-build","BuildingTheDocs.html#this-is-basically-markdown","BuildingTheDocs.html#makefile","BuildingTheDocs.html#sciprt","BuildingTheDocs.html#mdbook","Contributors.html#contributors"],"index":{"documentStore":{"docInfo":{"0":{"body":13,"breadcrumbs":2,"title":2},"1":{"body":9,"breadcrumbs":3,"title":3},"10":{"body":0,"breadcrumbs":5,"title":2},"11":{"body":5,"breadcrumbs":4,"title":1},"12":{"body":0,"breadcrumbs":4,"title":1},"13":{"body":11,"breadcrumbs":4,"title":1},"14":{"body":0,"breadcrumbs":5,"title":2},"15":{"body":14,"breadcrumbs":4,"title":1},"16":{"body":19,"breadcrumbs":6,"title":3},"17":{"body":1,"breadcrumbs":6,"title":3},"18":{"body":12,"breadcrumbs":5,"title":2},"19":{"body":25,"breadcrumbs":3,"title":2},"2":{"body":26,"breadcrumbs":2,"title":2},"20":{"body":29,"breadcrumbs":2,"title":1},"21":{"body":0,"breadcrumbs":2,"title":1},"22":{"body":0,"breadcrumbs":3,"title":2},"23":{"body":0,"breadcrumbs":2,"title":1},"24":{"body":7,"breadcrumbs":2,"title":1},"25":{"body":9,"breadcrumbs":3,"title":2},"26":{"body":8,"breadcrumbs":2,"title":1},"27":{"body":27,"breadcrumbs":3,"title":2},"28":{"body":26,"breadcrumbs":3,"title":2},"29":{"body":7,"breadcrumbs":1,"title":1},"3":{"body":7,"breadcrumbs":1,"title":1},"30":{"body":7,"breadcrumbs":3,"title":2},"31":{"body":7,"breadcrumbs":4,"title":1},"32":{"body":27,"breadcrumbs":5,"title":2},"33":{"body":22,"breadcrumbs":5,"title":2},"34":{"body":18,"breadcrumbs":5,"title":2},"35":{"body":38,"breadcrumbs":6,"title":3},"36":{"body":7,"breadcrumbs":4,"title":1},"37":{"body":9,"breadcrumbs":5,"title":2},"38":{"body":9,"breadcrumbs":5,"title":2},"39":{"body":20,"breadcrumbs":5,"title":2},"4":{"body":0,"breadcrumbs":2,"title":1},"40":{"body":22,"breadcrumbs":4,"title":1},"41":{"body":7,"breadcrumbs":2,"title":1},"42":{"body":0,"breadcrumbs":6,"title":4},"43":{"body":3,"breadcrumbs":3,"title":1},"44":{"body":0,"breadcrumbs":3,"title":1},"45":{"body":7,"breadcrumbs":4,"title":2},"46":{"body":9,"breadcrumbs":5,"title":3},"47":{"body":2,"breadcrumbs":4,"title":2},"48":{"body":6,"breadcrumbs":3,"title":1},"49":{"body":12,"breadcrumbs":3,"title":1},"5":{"body":12,"breadcrumbs":2,"title":1},"50":{"body":50,"breadcrumbs":5,"title":3},"51":{"body":7,"breadcrumbs":4,"title":2},"52":{"body":0,"breadcrumbs":2,"title":1},"53":{"body":40,"breadcrumbs":4,"title":3},"54":{"body":0,"breadcrumbs":3,"title":1},"55":{"body":13,"breadcrumbs":3,"title":1},"56":{"body":4,"breadcrumbs":5,"title":3},"57":{"body":0,"breadcrumbs":4,"title":2},"58":{"body":9,"breadcrumbs":5,"title":3},"59":{"body":19,"breadcrumbs":4,"title":2},"6":{"body":20,"breadcrumbs":3,"title":2},"60":{"body":12,"breadcrumbs":4,"title":2},"61":{"body":38,"breadcrumbs":4,"title":2},"62":{"body":7,"breadcrumbs":2,"title":1},"63":{"body":9,"breadcrumbs":3,"title":1},"64":{"body":20,"breadcrumbs":4,"title":2},"65":{"body":19,"breadcrumbs":5,"title":3},"66":{"body":7,"breadcrumbs":4,"title":2},"67":{"body":7,"breadcrumbs":4,"title":2},"68":{"body":7,"breadcrumbs":3,"title":1},"69":{"body":7,"breadcrumbs":4,"title":2},"7":{"body":0,"breadcrumbs":2,"title":1},"70":{"body":7,"breadcrumbs":3,"title":2},"71":{"body":7,"breadcrumbs":1,"title":1},"72":{"body":22,"breadcrumbs":3,"title":2},"73":{"body":21,"breadcrumbs":6,"title":5},"74":{"body":10,"breadcrumbs":4,"title":3},"75":{"body":15,"breadcrumbs":4,"title":3},"76":{"body":34,"breadcrumbs":5,"title":4},"77":{"body":0,"breadcrumbs":1,"title":1},"78":{"body":7,"breadcrumbs":1,"title":1},"79":{"body":0,"breadcrumbs":2,"title":2},"8":{"body":16,"breadcrumbs":3,"title":2},"80":{"body":11,"breadcrumbs":2,"title":2},"81":{"body":0,"breadcrumbs":1,"title":1},"82":{"body":0,"breadcrumbs":1,"title":1},"83":{"body":7,"breadcrumbs":1,"title":1},"84":{"body":12,"breadcrumbs":1,"title":1},"9":{"body":7,"breadcrumbs":3,"title":2}},"docs":{"0":{"body":"Gwion is a strongly timed programming language, aiming to be easy, powerful and fast strongly-timed programming language,","breadcrumbs":"Welcome to Gwion","id":"0","title":"Welcome to Gwion"},"1":{"body":"Here is the piece of code you're waiting for 😜: <<< \"Hello, World!\" >>>; Hello, World! ✔","breadcrumbs":"And now for the hello world","id":"1","title":"And now for the hello world"},"10":{"body":"","breadcrumbs":"Overview » First Steps » Configuring Gwion","id":"10","title":"Configuring Gwion"},"11":{"body":"double gettext memcheck lto coverage","breadcrumbs":"Overview » First Steps » util/config.mk","id":"11","title":"util/config.mk"},"12":{"body":"","breadcrumbs":"Overview » First Steps » ast/config.mk","id":"12","title":"ast/config.mk"},"13":{"body":"Here are a few choices left built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » First Steps » config.mk","id":"13","title":"config.mk"},"14":{"body":"","breadcrumbs":"Overview » First Steps » Installing gwion","id":"14","title":"Installing gwion"},"15":{"body":"The source is accessible on github . Provided you have git installed, you can get it with: git clone https:#!github.com/fennecdjay/gwion then change to the source directory cd gwion","breadcrumbs":"Overview » First Steps » Get the sources","id":"15","title":"Get the sources"},"16":{"body":"You'll need the sources for all base module git submodule update --init util ast At this point, you may want to configure the build. In this case, have a look at the configuration page","breadcrumbs":"Overview » First Steps » Don't forget submodules","id":"16","title":"Don't forget submodules"},"17":{"body":"make","breadcrumbs":"Overview » First Steps » Build the libraries and program","id":"17","title":"Build the libraries and program"},"18":{"body":"make install You may need root privilege to do this. built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » First Steps » Install the package","id":"18","title":"Install the package"},"19":{"body":"adc blackhole dac pi null samp ms second hour me this _ func _ _ file _ _ line _ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Global Values","id":"19","title":"Global Values"},"2":{"body":"single inheritance typedef (function pointers and type aliases) enums and unions templates (both class and functions) easy concurrency/async lambdas memoization variadic functions built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"(Bag of) Features","id":"2","title":"(Bag of) Features"},"20":{"body":"fun/function operator return goto switch/case/default if/else break/continue until/do/while/for/repeat global/static private/protect const new spork fork typeof typedef class dtor extends enum union auto built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Keywords","id":"20","title":"Keywords"},"21":{"body":"","breadcrumbs":"Overview » Makefile","id":"21","title":"Makefile"},"22":{"body":"","breadcrumbs":"Overview » Basic operations","id":"22","title":"Basic operations"},"23":{"body":"","breadcrumbs":"Overview » translations","id":"23","title":"translations"},"24":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Docs","id":"24","title":"Docs"},"25":{"body":"me this vararg maybe built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Special Values","id":"25","title":"Special Values"},"26":{"body":"test.sh requires valgrind there are two kinds of tests: gwion bash","breadcrumbs":"Overview » Tests","id":"26","title":"Tests"},"27":{"body":"those tests are just gwion (.gw) files, handling special comments: #! [skip] ( optionally followed by reason to skip) #! [todo] ( optionally followed by reason to delay testing) #! [contains] followed by string to match #! [excludes] followed by string not to match","breadcrumbs":"Overview » Gwion tests","id":"27","title":"Gwion tests"},"28":{"body":"those tests are just bash (.sh) files. they should start with this snippet #!/bin/bash\n# [test] #5\nn=0\n[ \"$1\" ] && n=\"$1\"\n[ \"$n\" -eq 0 ] && n=1\nsource tests/sh/common.sh built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Shell test","id":"28","title":"Shell test"},"29":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference","id":"29","title":"Reference"},"3":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview","id":"3","title":"Overview"},"30":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow","id":"30","title":"Control Flow"},"31":{"body":"For loops in Gwion is pretty similar to classic C syntax","breadcrumbs":"Reference » Control Flow » For Loops","id":"31","title":"For Loops"},"32":{"body":"for(int i; i < 3; ++i) <<< i >>>; 0\n1\n2 ✔ It also works with a block of code. for(int i; i < 3; ++i) { i/2 => float f1; i/2. => float f2; <<< i, \" \" , f1, \" \", f2 >>>;\n} 0 0.0000 0.0000\n1 0.0000 0.5000\n2 1.0000 1.0000 ✔","breadcrumbs":"Reference » Control Flow » basic loops","id":"32","title":"basic loops"},"33":{"body":"int array[3][4]; for(int i; i < 3; ++i) { for(int j; j < 4; ++j) { <<< array[i][j] >>>; }\n} 0\n0\n0\n0\n0\n0\n0\n0\n0\n0\n0\n0 ✔","breadcrumbs":"Reference » Control Flow » Nested Loops","id":"33","title":"Nested Loops"},"34":{"body":"Simple auto loop int array[2][3];\nfor(auto a: array) { <<< a >>>; for(auto b: a) <<< b >>>;\n} int[]\n0\n0\n0\nint[]\n0\n0\n0 ✔","breadcrumbs":"Reference » Control Flow » Auto Loops","id":"34","title":"Auto Loops"},"35":{"body":"If you want to change it the value in the array, you need a pointer int array[2][3];\nint i;\nfor(auto a: array) { for(auto @b: a) <<< ++i => *b >>>;\n}\nfor(auto a: array) { for(auto @b: a) <<< *b >>>;\n} 1\n2\n3\n4\n5\n6\n1\n2\n3\n4\n5\n6 ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow » Auto Pointer loop","id":"35","title":"Auto Pointer loop"},"36":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow » Loops","id":"36","title":"Loops"},"37":{"body":"let start simple ;-) The easiest way to do an action repeatidly in Gwion is, ... the repeat keyword!","breadcrumbs":"Reference » Control Flow » the Repeat keyword","id":"37","title":"the Repeat keyword"},"38":{"body":"repeat(3) <<< \"Hello, world!\" >>>; Hello, world!\nHello, world!\nHello, world! ✔","breadcrumbs":"Reference » Control Flow » Basic example","id":"38","title":"Basic example"},"39":{"body":"of course this also works with a block code. repeat(3) { maybe ? \"You\" : \"Me\" => string s; <<< \"Hello, \", s, \"!\" >>>;\n} Hello, You!\nHello, You!\nHello, You! ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow » Block example","id":"39","title":"Block example"},"4":{"body":"","breadcrumbs":"Overview » Declarations","id":"4","title":"Declarations"},"40":{"body":"while(true) { if(maybe) break; <<< \"running...\" >>>;\n} ✔ well this may output nothing... lets try <<< maybe >>>;\ndo{ if(maybe) break; <<< \"running...\" >>>;\n} while(true); true ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow » Loops","id":"40","title":"Loops"},"41":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Extending","id":"41","title":"Extending"},"42":{"body":"","breadcrumbs":"Reference » Extending » Giving gwion a new driver","id":"42","title":"Giving gwion a new driver"},"43":{"body":"in order to use GWION_CTL ...","breadcrumbs":"Reference » Extending » basics","id":"43","title":"basics"},"44":{"body":"","breadcrumbs":"Reference » Extending » concept","id":"44","title":"concept"},"45":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Extending » upd driver","id":"45","title":"upd driver"},"46":{"body":"THIS IS OUTDATED. please look at the source code in src/lib/ instead [getting started]","breadcrumbs":"Reference » Extending » Writing a Gwion plugin","id":"46","title":"Writing a Gwion plugin"},"47":{"body":"use the script","breadcrumbs":"Reference » Extending » Getting started","id":"47","title":"Getting started"},"48":{"body":"#include \"vm.h\"\n#include \"instr.h\"\n#include \"import.h","breadcrumbs":"Reference » Extending » headers","id":"48","title":"headers"},"49":{"body":"Define the type: struct Type_ t_mytype = { \"MyType\", SZ_INT, &t_object}; every type extending t_object should have SZ_INT","breadcrumbs":"Reference » Extending » Class","id":"49","title":"Class"},"5":{"body":"Declaring a primitive or an object is quite straight forward: int i;\nObject o;\n<<< i, \" \", o >>>; 0 0x5606684bd640 ✔","breadcrumbs":"Overview » Basics","id":"5","title":"Basics"},"50":{"body":"CTOR CTOR(mytype_ctor) { /* constructor code here */\n} DTOR DTOR(mytype_dtor) { /* destructor code here */\n} those macros provide two variables: o: the M_Object for the (con/des)tructor shred: the VM_Shred for the (con/des)tructor CHECK_BB(import_class_begin(env, &t_mytpe, env->global_nspc, mytype_ctor, mytype_dtor)) variable declare a m_int. coding convention require a leading _o a following type m_int o_mytype_myvaroffset; function /* declare a member function */\nMFUN(mytype_memberfunction) { /* code here */\n} SFUN(mtype_staticfunction) { /* code here */\n} operator","breadcrumbs":"Reference » Extending » Handling Constructors and Destructors","id":"50","title":"Handling Constructors and Destructors"},"51":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Extending » Import function","id":"51","title":"Import function"},"52":{"body":"","breadcrumbs":"Reference » Functions","id":"52","title":"Functions"},"53":{"body":"#! declare function 'test_function'\n#! with return type int\n#! taking an int as argument\nfun int test_function(int arg) { #! return the argument + 2 return arg + 2;\n} #! now call the function (and debug print the result)\n<<< test_function(0) >>>;\n#! or use alternate syntax\n<<< 1 => test_function >>>; 2\n3 ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » a simple (commented example)","id":"53","title":"a simple (commented example)"},"54":{"body":"","breadcrumbs":"Reference » Functions » Lambda","id":"54","title":"Lambda"},"55":{"body":"lambda s are anonymous functions. The syntax to create them is simple: \\ variable0 variable1 ... { your code here } You can even use it to","breadcrumbs":"Reference » Functions » Overview","id":"55","title":"Overview"},"56":{"body":"\\ i { <<< \"passed '\", i, \"'\" >>>; }(3); passed '3' ✔","breadcrumbs":"Reference » Functions » Call a function just once","id":"56","title":"Call a function just once"},"57":{"body":"","breadcrumbs":"Reference » Functions » Use case","id":"57","title":"Use case"},"58":{"body":"typedef void fptr_t(int);\n\\ i { <<< \"passed '\", i, \"'\" >>>; } @=> fptr_t fptr;\nfptr(4); passed '4' ✔","breadcrumbs":"Reference » Functions » Passing to a function pointer","id":"58","title":"Passing to a function pointer"},"59":{"body":"typedef void fptr_t(int);\nfun void test(fptr_t fptr) { fptr(5);\n}\ntest(\\ i { <<< \"passed '\", i, \"'\" >>>; }); passed '5' ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Functions » As Argument to Functions","id":"59","title":"As Argument to Functions"},"6":{"body":"Object @ref;\n<<< \"Reference points to no object yet: \", ref >>>;\n#!Object o @=> ref;\nnew Object @=> ref;\n<<< \"But now it does: \", ref >>>; Reference points to no object yet: (nil)\nBut now it does: 0x5582d202f640 ✔","breadcrumbs":"Overview » Declaring a reference","id":"6","title":"Declaring a reference"},"60":{"body":"A function whoses arity is not fixed. Well, a function that takes a fixed number of arguments, and additionnal ones.","breadcrumbs":"Reference » Functions » Variadic functions","id":"60","title":"Variadic functions"},"61":{"body":"fun void variadic_test(int i, ...) { <<< \"first argument is \", i >>>; vararg.start; <<< \"\\tadditionnal argument\", vararg.i >>>; vararg.end;\n}\nvariadic_test(1);\nvariadic_test(1, 2);\nvariadic_test(1, 2, 3); first argument is 1\nfirst argument is 1 additionnal argument2\nfirst argument is 1 additionnal argument2 additionnal argument3 ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Functions » a simple example","id":"61","title":"a simple example"},"62":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types","id":"62","title":"Types"},"63":{"body":"For those who don't know about enumerated types, you can read about those here and here","breadcrumbs":"Reference » Types » Enums","id":"63","title":"Enums"},"64":{"body":"You use an enum like this enum Optionnal_name { zero, one, two\n};\n<<< zero, one, two >>>; \u001b[1m/home/djay/src/git/Gwion/enum0.gw:1:6:\u001b[0m syntax error, unexpected , expecting {\nenum \u001b[4mOptionnal_name\u001b[0m {\nwhile compiling file 'enum0.gw' ✔","breadcrumbs":"Reference » Types » Enums in gwion","id":"64","title":"Enums in gwion"},"65":{"body":"When inside a class, Enums are automatically declared static , and can't be global but they accept private or protect specifiers. built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Storage and access Specifiers","id":"65","title":"Storage and access Specifiers"},"66":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Function Pointers","id":"66","title":"Function Pointers"},"67":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Primitive types","id":"67","title":"Primitive types"},"68":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Typedefs","id":"68","title":"Typedefs"},"69":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Union types","id":"69","title":"Union types"},"7":{"body":"","breadcrumbs":"Overview » Arrays","id":"7","title":"Arrays"},"70":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Gwion Preprocessor","id":"70","title":"Gwion Preprocessor"},"71":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Contributing","id":"71","title":"Contributing"},"72":{"body":"First off, thank you for considering translating gwion. Thanks to the build system, you're gonna get on tracks fast. Make your live easier use export TRANSLATION_TARGET=xxx so you don't have to repeat it on the command line","breadcrumbs":"Contributing » Contributing translations","id":"72","title":"Contributing translations"},"73":{"body":"You have to make sure there is a directory for your target language (e.g.: fr, en, es_ES ...). make translation-init TRANSLATION_TARGET=<xxx> Where <xxx> is your language of choice. It will fail if your language already exists, but this is not a problem.","breadcrumbs":"Contributing » Step 1: Init the translation language","id":"73","title":"Step 1: Init the translation language"},"74":{"body":"Next, you should adjust the translations. What about using your favorite editor? make translation-edit TRANSLATION_TARGET=<xxx>","breadcrumbs":"Contributing » Step 2: Edit","id":"74","title":"Step 2: Edit"},"75":{"body":"Maybe the sources changed, and there is more messages to translate? make translation-update This will update all languages. You can now get back to step 2 .","breadcrumbs":"Contributing » Step 3: Update","id":"75","title":"Step 3: Update"},"76":{"body":"It's now time to add your changes to the package make translation-commit TRANSLATION_TARGET=<xxx> In Gwion 's case, the vcs is the well known git , but the make recipe makes things simple Now please submit a pull request . built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Contributing » Step 4: Add to VCS","id":"76","title":"Step 4: Add to VCS"},"77":{"body":"","breadcrumbs":"Benchmarks","id":"77","title":"Benchmarks"},"78":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"test","id":"78","title":"test"},"79":{"body":"","breadcrumbs":"How this doc is build","id":"79","title":"How this doc is build"},"8":{"body":"int ref[];\n<<< ref >>>;\nnew int[2] @=> ref;\n<<< ref >>>; int[]\nint[] ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » array as refs","id":"8","title":"array as refs"},"80":{"body":"All documentation files are in docs. They are mdr files. Along with them is a list file, helping to build the summary.","breadcrumbs":"This is basically markdown","id":"80","title":"This is basically markdown"},"81":{"body":"","breadcrumbs":"makefile","id":"81","title":"makefile"},"82":{"body":"","breadcrumbs":"sciprt","id":"82","title":"sciprt"},"83":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Mdbook","id":"83","title":"Mdbook"},"84":{"body":"Paul Batchelor💬 🐛 💻 🤔Benny💬 🐛 💻Andrew Prentice💬 🐛 💻 🤔 built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Contributors","id":"84","title":"Contributors"},"9":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » First Steps","id":"9","title":"First Steps"}},"length":85,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.4641016151377544},"34":{"tf":2.449489742783178},"5":{"tf":1.0}},"x":{"5":{"5":{"8":{"2":{"d":{"2":{"0":{"2":{"df":0,"docs":{},"f":{"6":{"4":{"0":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"6":{"6":{"8":{"4":{"b":{"d":{"6":{"4":{"0":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"0":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.7320508075688772},"73":{"tf":1.0}},"m":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"0":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{":":{"1":{":":{"6":{":":{"\u001b":{"[":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"2":{"df":6,"docs":{"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}},"3":{"df":7,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0}}},"4":{"df":4,"docs":{"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"76":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\u001b":{"[":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"5":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"6":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}},"_":{"df":1,"docs":{"19":{"tf":2.449489742783178}},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"d":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"d":{"df":1,"docs":{"76":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"61":{"tf":1.0}}},"df":4,"docs":{"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"[":{"2":{"]":{"[":{"3":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"]":{"[":{"4":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"]":{"[":{"df":0,"docs":{},"j":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"20":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}},"h":{"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0}}}}},"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"b":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"13":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"1":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":2.23606797749979},"55":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"n":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{")":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.0},"16":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"20":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"d":{"a":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"4":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":3,"docs":{"24":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"45":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"20":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"2":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"0":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"50":{"tf":1.0}}}},"q":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"s":{"_":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"1":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"72":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.7320508075688772}}}},"n":{"d":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"61":{"tf":2.0},"72":{"tf":1.0},"9":{"tf":1.0}}}}},"x":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"27":{"tf":2.0},"50":{"tf":1.0}}}}}},"r":{"(":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":2.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"k":{"df":1,"docs":{"20":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"5":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":1,"docs":{"58":{"tf":1.0}}}},"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}},"r":{"df":1,"docs":{"73":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"2":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"76":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"19":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}}}}},"w":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":14,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"1":{"tf":1.7320508075688772},"38":{"tf":2.0},"39":{"tf":2.0}}}},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":39,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"#":{"!":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"/":{"2":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"y":{"b":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":1,"docs":{"51":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"[":{"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772}}}},"t":{"'":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"j":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"20":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"63":{"tf":1.0}},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":3,"docs":{"2":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"73":{"tf":2.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"19":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"46":{"tf":1.0}}},"p":{"df":7,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"b":{"df":4,"docs":{"25":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}}},"s":{"df":1,"docs":{"19":{"tf":1.0}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"=":{"\"":{"$":{"1":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"28":{"tf":1.0}}},"1":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"df":4,"docs":{"20":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":3,"docs":{"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0}},"n":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"3":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"18":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"46":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"66":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.0},"67":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"15":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":2,"docs":{"6":{"tf":2.23606797749979},"8":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"(":{"3":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.4142135623730951},"72":{"tf":1.0}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"19":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":3,"docs":{"39":{"tf":1.4142135623730951},"55":{"tf":1.0},"76":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":39,"docs":{"13":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":4,"docs":{"31":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"z":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"59":{"tf":1.0},"78":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"23":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"<":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":3,"docs":{"26":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":1,"docs":{"49":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0}}}}},"df":8,"docs":{"2":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"69":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"d":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"75":{"tf":1.7320508075688772}}}},"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":8,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":3,"docs":{"19":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"61":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.4142135623730951}},"e":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"2":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":1,"docs":{"76":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.0}}}},"y":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"40":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"1":{"tf":1.7320508075688772},"38":{"tf":2.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":36,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":2,"docs":{"1":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.4641016151377544},"34":{"tf":2.449489742783178},"5":{"tf":1.0}},"x":{"5":{"5":{"8":{"2":{"d":{"2":{"0":{"2":{"df":0,"docs":{},"f":{"6":{"4":{"0":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"6":{"6":{"8":{"4":{"b":{"d":{"6":{"4":{"0":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"0":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951}},"m":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"0":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{":":{"1":{":":{"6":{":":{"\u001b":{"[":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"2":{"df":6,"docs":{"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.0}}},"3":{"df":7,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"4":{"df":4,"docs":{"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"76":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\u001b":{"[":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"5":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"6":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}},"_":{"df":1,"docs":{"19":{"tf":2.449489742783178}},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"d":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"d":{"df":1,"docs":{"76":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"61":{"tf":1.0}}},"df":4,"docs":{"53":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"[":{"2":{"]":{"[":{"3":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"]":{"[":{"4":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"]":{"[":{"df":0,"docs":{},"j":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"20":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}},"h":{"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"72":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"b":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"13":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"49":{"tf":1.4142135623730951},"65":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"1":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":2.23606797749979},"55":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"n":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{")":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"20":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"71":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":11,"docs":{"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"d":{"a":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"63":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"20":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"2":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"0":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":2.23606797749979},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"50":{"tf":1.0}}}},"q":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"s":{"_":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"20":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"1":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"72":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.7320508075688772}}}},"n":{"d":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"61":{"tf":2.0},"72":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"x":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"w":{"df":11,"docs":{"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"27":{"tf":2.0},"50":{"tf":1.0}}}}}},"r":{"(":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":2.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}}}},"k":{"df":1,"docs":{"20":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"5":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":1,"docs":{"58":{"tf":1.0}}}},"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}},"r":{"df":1,"docs":{"73":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"2":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"76":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}}}}},"w":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":14,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"1":{"tf":2.0},"38":{"tf":2.0},"39":{"tf":2.0}}}},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":39,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"#":{"!":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"/":{"2":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"y":{"b":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"73":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"[":{"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772}}}},"t":{"'":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"j":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"63":{"tf":1.0}},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":3,"docs":{"2":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979},"75":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"19":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"46":{"tf":1.0}}},"p":{"df":7,"docs":{"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"b":{"df":4,"docs":{"25":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}}},"s":{"df":1,"docs":{"19":{"tf":1.0}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"=":{"\"":{"$":{"1":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"28":{"tf":1.0}}},"1":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"w":{"df":4,"docs":{"20":{"tf":1.0},"42":{"tf":1.4142135623730951},"6":{"tf":1.0},"8":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":3,"docs":{"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0}},"n":{"c":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}},"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":27,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"58":{"tf":2.0},"59":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"46":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"15":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":2,"docs":{"6":{"tf":2.23606797749979},"8":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":43,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"(":{"3":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.7320508075688772},"72":{"tf":1.0}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"19":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"df":3,"docs":{"39":{"tf":1.4142135623730951},"55":{"tf":1.0},"76":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"61":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":39,"docs":{"13":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"27":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":4,"docs":{"31":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"z":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"26":{"tf":1.7320508075688772},"27":{"tf":2.0},"28":{"tf":2.0},"59":{"tf":1.0},"78":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"23":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"<":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":3,"docs":{"26":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":1,"docs":{"49":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}},"df":12,"docs":{"2":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"d":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"75":{"tf":2.0}}}},"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":8,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":3,"docs":{"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"61":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.4142135623730951}},"e":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"2":{"tf":1.0},"60":{"tf":1.4142135623730951}},"i":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":1,"docs":{"76":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.0}}}},"y":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"40":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"1":{"tf":2.0},"38":{"tf":2.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":36,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":2,"docs":{"1":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}}}},"title":{"root":{"1":{"df":1,"docs":{"73":{"tf":1.0}}},"2":{"df":1,"docs":{"74":{"tf":1.0}}},"3":{"df":1,"docs":{"75":{"tf":1.0}}},"4":{"df":1,"docs":{"76":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":2,"docs":{"24":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"14":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"20":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"1":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"3":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":3,"docs":{"62":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}},"pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}
\ No newline at end of file
+{"doc_urls":["index.html#welcome-to-gwion","index.html#and-now-for-the-hello-world","index.html#bag-of-features","Overview/index.html#overview","Overview/declaration.html#declarations","Overview/declaration.html#basics","Overview/declaration.html#declaring-a-reference","Overview/declaration.html#arrays","Overview/declaration.html#array-as-refs","Overview/First_Steps/index.html#first-steps","Overview/First_Steps/Configure.html#configuring-gwion","Overview/First_Steps/Configure.html#utilconfigmk","Overview/First_Steps/Configure.html#astconfigmk","Overview/First_Steps/Configure.html#configmk","Overview/First_Steps/InstallingGwion.html#installing-gwion","Overview/First_Steps/InstallingGwion.html#get-the-sources","Overview/First_Steps/InstallingGwion.html#dont-forget-submodules","Overview/First_Steps/InstallingGwion.html#build-the-libraries-and-program","Overview/First_Steps/InstallingGwion.html#install-the-package","Overview/globalvalues.html#global-values","Overview/Keywords.html#keywords","Overview/Make.html#makefile","Overview/Make.html#basic-operations","Overview/Make.html#translations","Overview/Make.html#docs","Overview/SpecialWords.html#special-values","Overview/Testing.html#tests","Overview/Testing.html#gwion-tests","Overview/Testing.html#shell-test","Reference/index.html#reference","Reference/ControlFlow/index.html#control-flow","Reference/ControlFlow/forloop.html#for-loops","Reference/ControlFlow/forloop.html#basic-loops","Reference/ControlFlow/forloop.html#nested-loops","Reference/ControlFlow/forloop.html#auto-loops","Reference/ControlFlow/forloop.html#auto-pointer-loop","Reference/ControlFlow/Loops.html#loops","Reference/ControlFlow/Repeat.html#the-repeat-keyword","Reference/ControlFlow/Repeat.html#basic-example","Reference/ControlFlow/Repeat.html#block-example","Reference/ControlFlow/whileuntil.html#loops","Reference/Extending/index.html#extending","Reference/Extending/WIP_Driver.html#giving-gwion-a-new-driver","Reference/Extending/WIP_Driver.html#basics","Reference/Extending/WIP_Driver.html#concept","Reference/Extending/WIP_Driver.html#upd-driver","Reference/Extending/WIP_Plugins.html#writing-a-gwion-plugin","Reference/Extending/WIP_Plugins.html#getting-started","Reference/Extending/WIP_Plugins.html#headers","Reference/Extending/WIP_Plugins.html#class","Reference/Extending/WIP_Plugins.html#handling-constructors-and-destructors","Reference/Extending/WIP_Plugins.html#import-function","Reference/Functions/index.html#functions","Reference/Functions/index.html#a-simple-commented-example","Reference/Functions/Lambdas.html#lambda","Reference/Functions/Lambdas.html#overview","Reference/Functions/Lambdas.html#call-a-function-just-once","Reference/Functions/Lambdas.html#use-case","Reference/Functions/Lambdas.html#passing-to-a-function-pointer","Reference/Functions/Lambdas.html#as-argument-to-functions","Reference/Functions/Variadic.html#variadic-functions","Reference/Functions/Variadic.html#a-simple-example","Reference/Types/index.html#types","Reference/Types/Enums.html#enums","Reference/Types/Enums.html#enums-in-gwion","Reference/Types/Enums.html#storage-and-access-specifiers","Reference/Types/Function_Pointers.html#function-pointers","Reference/Types/Primitives.html#primitive-types","Reference/Types/Typedefs.html#typedefs","Reference/Types/Unions.html#union-types","Reference/Preprocessor.html#gwion-preprocessor","Contributing/index.html#contributing","Contributing/ContributingTranslation.html#contributing-translations","Contributing/ContributingTranslation.html#step-1--init-the-translation-language","Contributing/ContributingTranslation.html#step-2--edit","Contributing/ContributingTranslation.html#step-3--update","Contributing/ContributingTranslation.html#step-4--add-to--vcs","Benchmarks.html#benchmarks","Benchmarks.html#test","BuildingTheDocs.html#how-this-doc-is-build","BuildingTheDocs.html#this-is-basically-markdown","BuildingTheDocs.html#makefile","BuildingTheDocs.html#scripts","BuildingTheDocs.html#mdbook","Contributors.html#contributors"],"index":{"documentStore":{"docInfo":{"0":{"body":13,"breadcrumbs":2,"title":2},"1":{"body":9,"breadcrumbs":3,"title":3},"10":{"body":0,"breadcrumbs":5,"title":2},"11":{"body":5,"breadcrumbs":4,"title":1},"12":{"body":0,"breadcrumbs":4,"title":1},"13":{"body":11,"breadcrumbs":4,"title":1},"14":{"body":0,"breadcrumbs":5,"title":2},"15":{"body":14,"breadcrumbs":4,"title":1},"16":{"body":19,"breadcrumbs":6,"title":3},"17":{"body":1,"breadcrumbs":6,"title":3},"18":{"body":12,"breadcrumbs":5,"title":2},"19":{"body":25,"breadcrumbs":3,"title":2},"2":{"body":26,"breadcrumbs":2,"title":2},"20":{"body":29,"breadcrumbs":2,"title":1},"21":{"body":0,"breadcrumbs":2,"title":1},"22":{"body":0,"breadcrumbs":3,"title":2},"23":{"body":0,"breadcrumbs":2,"title":1},"24":{"body":7,"breadcrumbs":2,"title":1},"25":{"body":9,"breadcrumbs":3,"title":2},"26":{"body":8,"breadcrumbs":2,"title":1},"27":{"body":27,"breadcrumbs":3,"title":2},"28":{"body":26,"breadcrumbs":3,"title":2},"29":{"body":7,"breadcrumbs":1,"title":1},"3":{"body":7,"breadcrumbs":1,"title":1},"30":{"body":7,"breadcrumbs":3,"title":2},"31":{"body":7,"breadcrumbs":4,"title":1},"32":{"body":27,"breadcrumbs":5,"title":2},"33":{"body":22,"breadcrumbs":5,"title":2},"34":{"body":18,"breadcrumbs":5,"title":2},"35":{"body":38,"breadcrumbs":6,"title":3},"36":{"body":7,"breadcrumbs":4,"title":1},"37":{"body":9,"breadcrumbs":5,"title":2},"38":{"body":9,"breadcrumbs":5,"title":2},"39":{"body":20,"breadcrumbs":5,"title":2},"4":{"body":0,"breadcrumbs":2,"title":1},"40":{"body":27,"breadcrumbs":4,"title":1},"41":{"body":7,"breadcrumbs":2,"title":1},"42":{"body":0,"breadcrumbs":6,"title":4},"43":{"body":3,"breadcrumbs":3,"title":1},"44":{"body":0,"breadcrumbs":3,"title":1},"45":{"body":7,"breadcrumbs":4,"title":2},"46":{"body":9,"breadcrumbs":5,"title":3},"47":{"body":2,"breadcrumbs":4,"title":2},"48":{"body":6,"breadcrumbs":3,"title":1},"49":{"body":12,"breadcrumbs":3,"title":1},"5":{"body":12,"breadcrumbs":2,"title":1},"50":{"body":50,"breadcrumbs":5,"title":3},"51":{"body":7,"breadcrumbs":4,"title":2},"52":{"body":0,"breadcrumbs":2,"title":1},"53":{"body":40,"breadcrumbs":4,"title":3},"54":{"body":0,"breadcrumbs":3,"title":1},"55":{"body":13,"breadcrumbs":3,"title":1},"56":{"body":4,"breadcrumbs":5,"title":3},"57":{"body":0,"breadcrumbs":4,"title":2},"58":{"body":9,"breadcrumbs":5,"title":3},"59":{"body":19,"breadcrumbs":4,"title":2},"6":{"body":20,"breadcrumbs":3,"title":2},"60":{"body":12,"breadcrumbs":4,"title":2},"61":{"body":38,"breadcrumbs":4,"title":2},"62":{"body":7,"breadcrumbs":2,"title":1},"63":{"body":9,"breadcrumbs":3,"title":1},"64":{"body":20,"breadcrumbs":4,"title":2},"65":{"body":19,"breadcrumbs":5,"title":3},"66":{"body":7,"breadcrumbs":4,"title":2},"67":{"body":7,"breadcrumbs":4,"title":2},"68":{"body":7,"breadcrumbs":3,"title":1},"69":{"body":23,"breadcrumbs":4,"title":2},"7":{"body":0,"breadcrumbs":2,"title":1},"70":{"body":7,"breadcrumbs":3,"title":2},"71":{"body":7,"breadcrumbs":1,"title":1},"72":{"body":22,"breadcrumbs":3,"title":2},"73":{"body":21,"breadcrumbs":6,"title":5},"74":{"body":10,"breadcrumbs":4,"title":3},"75":{"body":15,"breadcrumbs":4,"title":3},"76":{"body":34,"breadcrumbs":5,"title":4},"77":{"body":0,"breadcrumbs":1,"title":1},"78":{"body":7,"breadcrumbs":1,"title":1},"79":{"body":0,"breadcrumbs":2,"title":2},"8":{"body":16,"breadcrumbs":3,"title":2},"80":{"body":12,"breadcrumbs":2,"title":2},"81":{"body":0,"breadcrumbs":1,"title":1},"82":{"body":0,"breadcrumbs":1,"title":1},"83":{"body":7,"breadcrumbs":1,"title":1},"84":{"body":12,"breadcrumbs":1,"title":1},"9":{"body":7,"breadcrumbs":3,"title":2}},"docs":{"0":{"body":"Gwion is a strongly timed programming language, aiming to be easy, powerful and fast strongly-timed programming language,","breadcrumbs":"Welcome to Gwion","id":"0","title":"Welcome to Gwion"},"1":{"body":"Here is the piece of code you're waiting for 😜: <<< \"Hello, World!\" >>>; Hello, World! ✔","breadcrumbs":"And now for the hello world","id":"1","title":"And now for the hello world"},"10":{"body":"","breadcrumbs":"Overview » First Steps » Configuring Gwion","id":"10","title":"Configuring Gwion"},"11":{"body":"double gettext memcheck lto coverage","breadcrumbs":"Overview » First Steps » util/config.mk","id":"11","title":"util/config.mk"},"12":{"body":"","breadcrumbs":"Overview » First Steps » ast/config.mk","id":"12","title":"ast/config.mk"},"13":{"body":"Here are a few choices left built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » First Steps » config.mk","id":"13","title":"config.mk"},"14":{"body":"","breadcrumbs":"Overview » First Steps » Installing gwion","id":"14","title":"Installing gwion"},"15":{"body":"The source is accessible on github . Provided you have git installed, you can get it with: git clone https:#!github.com/fennecdjay/gwion then change to the source directory cd gwion","breadcrumbs":"Overview » First Steps » Get the sources","id":"15","title":"Get the sources"},"16":{"body":"You'll need the sources for all base module git submodule update --init util ast At this point, you may want to configure the build. In this case, have a look at the configuration page","breadcrumbs":"Overview » First Steps » Don't forget submodules","id":"16","title":"Don't forget submodules"},"17":{"body":"make","breadcrumbs":"Overview » First Steps » Build the libraries and program","id":"17","title":"Build the libraries and program"},"18":{"body":"make install You may need root privilege to do this. built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » First Steps » Install the package","id":"18","title":"Install the package"},"19":{"body":"adc blackhole dac pi null samp ms second hour me this _ func _ _ file _ _ line _ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Global Values","id":"19","title":"Global Values"},"2":{"body":"single inheritance typedef (function pointers and type aliases) enums and unions templates (both class and functions) easy concurrency/async lambdas memoization variadic functions built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"(Bag of) Features","id":"2","title":"(Bag of) Features"},"20":{"body":"fun/function operator return goto switch/case/default if/else break/continue until/do/while/for/repeat global/static private/protect const new spork fork typeof typedef class dtor extends enum union auto built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Keywords","id":"20","title":"Keywords"},"21":{"body":"","breadcrumbs":"Overview » Makefile","id":"21","title":"Makefile"},"22":{"body":"","breadcrumbs":"Overview » Basic operations","id":"22","title":"Basic operations"},"23":{"body":"","breadcrumbs":"Overview » translations","id":"23","title":"translations"},"24":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Docs","id":"24","title":"Docs"},"25":{"body":"me this vararg maybe built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Special Values","id":"25","title":"Special Values"},"26":{"body":"test.sh requires valgrind there are two kinds of tests: gwion bash","breadcrumbs":"Overview » Tests","id":"26","title":"Tests"},"27":{"body":"those tests are just gwion (.gw) files, handling special comments: #! [skip] ( optionally followed by reason to skip) #! [todo] ( optionally followed by reason to delay testing) #! [contains] followed by string to match #! [excludes] followed by string not to match","breadcrumbs":"Overview » Gwion tests","id":"27","title":"Gwion tests"},"28":{"body":"those tests are just bash (.sh) files. they should start with this snippet #!/bin/bash\n# [test] #5\nn=0\n[ \"$1\" ] && n=\"$1\"\n[ \"$n\" -eq 0 ] && n=1\nsource tests/sh/common.sh built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » Shell test","id":"28","title":"Shell test"},"29":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference","id":"29","title":"Reference"},"3":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview","id":"3","title":"Overview"},"30":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow","id":"30","title":"Control Flow"},"31":{"body":"For loops in Gwion is pretty similar to classic C syntax","breadcrumbs":"Reference » Control Flow » For Loops","id":"31","title":"For Loops"},"32":{"body":"for(int i; i < 3; ++i) <<< i >>>; 0\n1\n2 ✔ It also works with a block of code. for(int i; i < 3; ++i) { i/2 => float f1; i/2. => float f2; <<< i, \" \" , f1, \" \", f2 >>>;\n} 0 0.0000 0.0000\n1 0.0000 0.5000\n2 1.0000 1.0000 ✔","breadcrumbs":"Reference » Control Flow » basic loops","id":"32","title":"basic loops"},"33":{"body":"int array[3][4]; for(int i; i < 3; ++i) { for(int j; j < 4; ++j) { <<< array[i][j] >>>; }\n} 0\n0\n0\n0\n0\n0\n0\n0\n0\n0\n0\n0 ✔","breadcrumbs":"Reference » Control Flow » Nested Loops","id":"33","title":"Nested Loops"},"34":{"body":"Simple auto loop int array[2][3];\nfor(auto a: array) { <<< a >>>; for(auto b: a) <<< b >>>;\n} int[]\n0\n0\n0\nint[]\n0\n0\n0 ✔","breadcrumbs":"Reference » Control Flow » Auto Loops","id":"34","title":"Auto Loops"},"35":{"body":"If you want to change it the value in the array, you need a pointer int array[2][3];\nint i;\nfor(auto a: array) { for(auto @b: a) <<< ++i => *b >>>;\n}\nfor(auto a: array) { for(auto @b: a) <<< *b >>>;\n} 1\n2\n3\n4\n5\n6\n1\n2\n3\n4\n5\n6 ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow » Auto Pointer loop","id":"35","title":"Auto Pointer loop"},"36":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow » Loops","id":"36","title":"Loops"},"37":{"body":"let start simple ;-) The easiest way to do an action repeatidly in Gwion is, ... the repeat keyword!","breadcrumbs":"Reference » Control Flow » the Repeat keyword","id":"37","title":"the Repeat keyword"},"38":{"body":"repeat(3) <<< \"Hello, world!\" >>>; Hello, world!\nHello, world!\nHello, world! ✔","breadcrumbs":"Reference » Control Flow » Basic example","id":"38","title":"Basic example"},"39":{"body":"of course this also works with a block code. repeat(3) { maybe ? \"You\" : \"Me\" => string s; <<< \"Hello, \", s, \"!\" >>>;\n} Hello, Me!\nHello, Me!\nHello, Me! ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow » Block example","id":"39","title":"Block example"},"4":{"body":"","breadcrumbs":"Overview » Declarations","id":"4","title":"Declarations"},"40":{"body":"while(true) { if(maybe) break; <<< \"running...\" >>>;\n} running...\nrunning...\nrunning... ✔ well this may output nothing... lets try <<< maybe >>>;\ndo{ if(maybe) break; <<< \"running...\" >>>;\n} while(true); false\nrunning...\nrunning... ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Control Flow » Loops","id":"40","title":"Loops"},"41":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Extending","id":"41","title":"Extending"},"42":{"body":"","breadcrumbs":"Reference » Extending » Giving gwion a new driver","id":"42","title":"Giving gwion a new driver"},"43":{"body":"in order to use GWION_CTL ...","breadcrumbs":"Reference » Extending » basics","id":"43","title":"basics"},"44":{"body":"","breadcrumbs":"Reference » Extending » concept","id":"44","title":"concept"},"45":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Extending » upd driver","id":"45","title":"upd driver"},"46":{"body":"THIS IS OUTDATED. please look at the source code in src/lib/ instead [getting started]","breadcrumbs":"Reference » Extending » Writing a Gwion plugin","id":"46","title":"Writing a Gwion plugin"},"47":{"body":"use the script","breadcrumbs":"Reference » Extending » Getting started","id":"47","title":"Getting started"},"48":{"body":"#include \"vm.h\"\n#include \"instr.h\"\n#include \"import.h","breadcrumbs":"Reference » Extending » headers","id":"48","title":"headers"},"49":{"body":"Define the type: struct Type_ t_mytype = { \"MyType\", SZ_INT, &t_object}; every type extending t_object should have SZ_INT","breadcrumbs":"Reference » Extending » Class","id":"49","title":"Class"},"5":{"body":"Declaring a primitive or an object is quite straight forward: int i;\nObject o;\n<<< i, \" \", o >>>; 0 0x56507309c640 ✔","breadcrumbs":"Overview » Basics","id":"5","title":"Basics"},"50":{"body":"CTOR CTOR(mytype_ctor) { /* constructor code here */\n} DTOR DTOR(mytype_dtor) { /* destructor code here */\n} those macros provide two variables: o: the M_Object for the (con/des)tructor shred: the VM_Shred for the (con/des)tructor CHECK_BB(import_class_begin(env, &t_mytpe, env->global_nspc, mytype_ctor, mytype_dtor)) variable declare a m_int. coding convention require a leading _o a following type m_int o_mytype_myvaroffset; function /* declare a member function */\nMFUN(mytype_memberfunction) { /* code here */\n} SFUN(mtype_staticfunction) { /* code here */\n} operator","breadcrumbs":"Reference » Extending » Handling Constructors and Destructors","id":"50","title":"Handling Constructors and Destructors"},"51":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Extending » Import function","id":"51","title":"Import function"},"52":{"body":"","breadcrumbs":"Reference » Functions","id":"52","title":"Functions"},"53":{"body":"#! declare function 'test_function'\n#! with return type int\n#! taking an int as argument\nfun int test_function(int arg) { #! return the argument + 2 return arg + 2;\n} #! now call the function (and debug print the result)\n<<< test_function(0) >>>;\n#! or use alternate syntax\n<<< 1 => test_function >>>; 2\n3 ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » a simple (commented example)","id":"53","title":"a simple (commented example)"},"54":{"body":"","breadcrumbs":"Reference » Functions » Lambda","id":"54","title":"Lambda"},"55":{"body":"lambda s are anonymous functions. The syntax to create them is simple: \\ variable0 variable1 ... { your code here } You can even use it to","breadcrumbs":"Reference » Functions » Overview","id":"55","title":"Overview"},"56":{"body":"\\ i { <<< \"passed '\", i, \"'\" >>>; }(3); passed '3' ✔","breadcrumbs":"Reference » Functions » Call a function just once","id":"56","title":"Call a function just once"},"57":{"body":"","breadcrumbs":"Reference » Functions » Use case","id":"57","title":"Use case"},"58":{"body":"typedef void fptr_t(int);\n\\ i { <<< \"passed '\", i, \"'\" >>>; } @=> fptr_t fptr;\nfptr(4); passed '4' ✔","breadcrumbs":"Reference » Functions » Passing to a function pointer","id":"58","title":"Passing to a function pointer"},"59":{"body":"typedef void fptr_t(int);\nfun void test(fptr_t fptr) { fptr(5);\n}\ntest(\\ i { <<< \"passed '\", i, \"'\" >>>; }); passed '5' ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Functions » As Argument to Functions","id":"59","title":"As Argument to Functions"},"6":{"body":"Object @ref;\n<<< \"Reference points to no object yet: \", ref >>>;\n#!Object o @=> ref;\nnew Object @=> ref;\n<<< \"But now it does: \", ref >>>; Reference points to no object yet: (nil)\nBut now it does: 0x55ac72d81640 ✔","breadcrumbs":"Overview » Declaring a reference","id":"6","title":"Declaring a reference"},"60":{"body":"A function whoses arity is not fixed. Well, a function that takes a fixed number of arguments, and additionnal ones.","breadcrumbs":"Reference » Functions » Variadic functions","id":"60","title":"Variadic functions"},"61":{"body":"fun void variadic_test(int i, ...) { <<< \"first argument is \", i >>>; vararg.start; <<< \"\\tadditionnal argument\", vararg.i >>>; vararg.end;\n}\nvariadic_test(1);\nvariadic_test(1, 2);\nvariadic_test(1, 2, 3); first argument is 1\nfirst argument is 1 additionnal argument2\nfirst argument is 1 additionnal argument2 additionnal argument3 ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Functions » a simple example","id":"61","title":"a simple example"},"62":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types","id":"62","title":"Types"},"63":{"body":"For those who don't know about enumerated types, you can read about those here and here","breadcrumbs":"Reference » Types » Enums","id":"63","title":"Enums"},"64":{"body":"You use an enum like this enum Optionnal_name { zero, one, two\n};\n<<< zero, one, two >>>; \u001b[1m/home/djay/src/git/Gwion/enum0.gw:1:6:\u001b[0m syntax error, unexpected , expecting {\nenum \u001b[4mOptionnal_name\u001b[0m {\nwhile compiling file 'enum0.gw' ✔","breadcrumbs":"Reference » Types » Enums in gwion","id":"64","title":"Enums in gwion"},"65":{"body":"When inside a class, Enums are automatically declared static , and can't be global but they accept private or protect specifiers. built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Storage and access Specifiers","id":"65","title":"Storage and access Specifiers"},"66":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Function Pointers","id":"66","title":"Function Pointers"},"67":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Primitive types","id":"67","title":"Primitive types"},"68":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Typedefs","id":"68","title":"Typedefs"},"69":{"body":"Union store their component in the same memory space. For more infomations, see here . union { int a; float f; Object o;\n}; built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Types » Union types","id":"69","title":"Union types"},"7":{"body":"","breadcrumbs":"Overview » Arrays","id":"7","title":"Arrays"},"70":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Reference » Gwion Preprocessor","id":"70","title":"Gwion Preprocessor"},"71":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Contributing","id":"71","title":"Contributing"},"72":{"body":"First off, thank you for considering translating gwion. Thanks to the build system, you're gonna get on tracks fast. Make your live easier use export TRANSLATION_TARGET=xxx so you don't have to repeat it on the command line","breadcrumbs":"Contributing » Contributing translations","id":"72","title":"Contributing translations"},"73":{"body":"You have to make sure there is a directory for your target language (e.g.: fr, en, es_ES ...). make translation-init TRANSLATION_TARGET=<xxx> Where <xxx> is your language of choice. It will fail if your language already exists, but this is not a problem.","breadcrumbs":"Contributing » Step 1: Init the translation language","id":"73","title":"Step 1: Init the translation language"},"74":{"body":"Next, you should adjust the translations. What about using your favorite editor? make translation-edit TRANSLATION_TARGET=<xxx>","breadcrumbs":"Contributing » Step 2: Edit","id":"74","title":"Step 2: Edit"},"75":{"body":"Maybe the sources changed, and there is more messages to translate? make translation-update This will update all languages. You can now get back to step 2 .","breadcrumbs":"Contributing » Step 3: Update","id":"75","title":"Step 3: Update"},"76":{"body":"It's now time to add your changes to the package make translation-commit TRANSLATION_TARGET=<xxx> In Gwion 's case, the vcs is the well known git , but the make recipe makes things simple Now please submit a pull request . built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Contributing » Step 4: Add to VCS","id":"76","title":"Step 4: Add to VCS"},"77":{"body":"","breadcrumbs":"Benchmarks","id":"77","title":"Benchmarks"},"78":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"test","id":"78","title":"test"},"79":{"body":"","breadcrumbs":"How this doc is build","id":"79","title":"How this doc is build"},"8":{"body":"int ref[];\n<<< ref >>>;\nnew int[2] @=> ref;\n<<< ref >>>; int[]\nint[] ✔ built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » array as refs","id":"8","title":"array as refs"},"80":{"body":"All documentation files are in docs. They are mdr files. Along with them is a list file, helping to build the summary. To be continued ...","breadcrumbs":"This is basically markdown","id":"80","title":"This is basically markdown"},"81":{"body":"","breadcrumbs":"makefile","id":"81","title":"makefile"},"82":{"body":"","breadcrumbs":"scripts","id":"82","title":"scripts"},"83":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Mdbook","id":"83","title":"Mdbook"},"84":{"body":"Paul Batchelor💬 🐛 💻 🤔Benny💬 🐛 💻Andrew Prentice💬 🐛 💻 🤔 built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Contributors","id":"84","title":"Contributors"},"9":{"body":"built with mdBook\nYou'll find the source here, Luke!","breadcrumbs":"Overview » First Steps","id":"9","title":"First Steps"}},"length":85,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.4641016151377544},"34":{"tf":2.449489742783178},"5":{"tf":1.0}},"x":{"5":{"5":{"a":{"c":{"7":{"2":{"d":{"8":{"1":{"6":{"4":{"0":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"5":{"0":{"7":{"3":{"0":{"9":{"c":{"6":{"4":{"0":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"0":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.7320508075688772},"73":{"tf":1.0}},"m":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"0":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{":":{"1":{":":{"6":{":":{"\u001b":{"[":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"2":{"df":6,"docs":{"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0}}},"3":{"df":7,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.0}}},"4":{"df":4,"docs":{"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"76":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\u001b":{"[":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"5":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"6":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}},"_":{"df":1,"docs":{"19":{"tf":2.449489742783178}},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"65":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"d":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"d":{"df":1,"docs":{"76":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"61":{"tf":1.0}}},"df":4,"docs":{"53":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"[":{"2":{"]":{"[":{"3":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"]":{"[":{"4":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"]":{"[":{"df":0,"docs":{},"j":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"20":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}},"h":{"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"56":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"57":{"tf":1.0},"76":{"tf":1.0}}}}},"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"b":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"13":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"49":{"tf":1.0},"65":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"1":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":2.23606797749979},"55":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"53":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"n":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{")":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.0},"16":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"20":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"d":{"a":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"4":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":3,"docs":{"24":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.0},"63":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"45":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"20":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"2":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"0":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":2.0},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"50":{"tf":1.0}}}},"q":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"s":{"_":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"20":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"1":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"72":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}}},"df":1,"docs":{"69":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.7320508075688772}}}},"n":{"d":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"61":{"tf":2.0},"72":{"tf":1.0},"9":{"tf":1.0}}}}},"x":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"27":{"tf":2.0},"50":{"tf":1.0}}}}}},"r":{"(":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":2.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}},"k":{"df":1,"docs":{"20":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"5":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":1,"docs":{"58":{"tf":1.0}}}},"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}},"r":{"df":1,"docs":{"73":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"2":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.7320508075688772},"66":{"tf":1.0}}}}}}},"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"76":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"19":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}}}}},"w":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":14,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"1":{"tf":1.7320508075688772},"38":{"tf":2.0},"39":{"tf":2.0}}}},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":39,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"#":{"!":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"/":{"2":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"y":{"b":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":1,"docs":{"51":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"73":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"[":{"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.7320508075688772},"69":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"t":{"'":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"j":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"20":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"63":{"tf":1.0}},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":3,"docs":{"2":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"73":{"tf":2.0},"75":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"19":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"46":{"tf":1.0}}},"p":{"df":7,"docs":{"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"b":{"df":4,"docs":{"25":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"69":{"tf":1.0},"75":{"tf":1.0}}}}},"s":{"df":1,"docs":{"19":{"tf":1.0}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"=":{"\"":{"$":{"1":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"28":{"tf":1.0}}},"1":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"df":4,"docs":{"20":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0},"8":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"5":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"69":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0}},"n":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"22":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"3":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"18":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"46":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"66":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.0},"67":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"15":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":2,"docs":{"6":{"tf":2.23606797749979},"8":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"(":{"3":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.4142135623730951},"72":{"tf":1.0}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":2.6457513110645907}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":1,"docs":{"19":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"82":{"tf":1.0}}}}}}},"df":3,"docs":{"39":{"tf":1.4142135623730951},"55":{"tf":1.0},"76":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"61":{"tf":1.0},"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":39,"docs":{"13":{"tf":1.0},"15":{"tf":1.7320508075688772},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":4,"docs":{"31":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"z":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"26":{"tf":1.4142135623730951},"27":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"59":{"tf":1.0},"78":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"23":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"<":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"w":{"df":0,"docs":{},"o":{"df":3,"docs":{"26":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":1,"docs":{"49":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.0}}}}},"df":8,"docs":{"2":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"69":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"d":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"75":{"tf":1.7320508075688772}}}},"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":8,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":3,"docs":{"19":{"tf":1.0},"25":{"tf":1.0},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"61":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.4142135623730951}},"e":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"2":{"tf":1.0},"60":{"tf":1.0}},"i":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":1,"docs":{"76":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.0}}}},"y":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"40":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"1":{"tf":1.7320508075688772},"38":{"tf":2.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":36,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":2,"docs":{"1":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":3.4641016151377544},"34":{"tf":2.449489742783178},"5":{"tf":1.0}},"x":{"5":{"5":{"a":{"c":{"7":{"2":{"d":{"8":{"1":{"6":{"4":{"0":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"5":{"0":{"7":{"3":{"0":{"9":{"c":{"6":{"4":{"0":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"1":{".":{"0":{"0":{"0":{"0":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"28":{"tf":1.0},"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"61":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951}},"m":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"0":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{":":{"1":{":":{"6":{":":{"\u001b":{"[":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"2":{"df":6,"docs":{"32":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.0}}},"3":{"df":7,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"61":{"tf":1.0},"75":{"tf":1.4142135623730951}}},"4":{"df":4,"docs":{"33":{"tf":1.0},"35":{"tf":1.4142135623730951},"58":{"tf":1.0},"76":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\u001b":{"[":{"0":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"5":{"df":3,"docs":{"28":{"tf":1.0},"35":{"tf":1.4142135623730951},"59":{"tf":1.0}}},"6":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}},"_":{"df":1,"docs":{"19":{"tf":2.449489742783178}},"o":{"df":1,"docs":{"50":{"tf":1.0}}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"15":{"tf":1.0},"65":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"37":{"tf":1.0}}}}}}},"d":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"d":{"df":1,"docs":{"76":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"60":{"tf":1.0},"61":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"2":{"df":1,"docs":{"61":{"tf":1.4142135623730951}}},"3":{"df":1,"docs":{"61":{"tf":1.0}}},"df":4,"docs":{"53":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":2.23606797749979}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"y":{"[":{"2":{"]":{"[":{"3":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"]":{"[":{"4":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"]":{"[":{"df":0,"docs":{},"j":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"20":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}},"h":{"df":2,"docs":{"26":{"tf":1.0},"28":{"tf":1.0}}},"i":{"c":{"df":6,"docs":{"22":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":2.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"n":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"2":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"40":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951},"72":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"56":{"tf":1.4142135623730951}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"16":{"tf":1.0},"57":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"d":{"df":1,"docs":{"15":{"tf":1.0}}},"df":1,"docs":{"31":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"b":{"b":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"13":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"49":{"tf":1.4142135623730951},"65":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"1":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":2.23606797749979},"55":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"64":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"n":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{")":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"10":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"20":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"80":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"71":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":11,"docs":{"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"39":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"50":{"tf":1.0}}}}}},"d":{"a":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"53":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"4":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"73":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"o":{"c":{"df":3,"docs":{"24":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"80":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}}}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"16":{"tf":1.4142135623730951},"63":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"20":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"0":{"tf":1.0},"2":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"72":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":1,"docs":{"73":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"0":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":1,"docs":{"64":{"tf":1.0}}}}},"df":0,"docs":{}},"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"63":{"tf":1.4142135623730951},"64":{"tf":2.23606797749979},"65":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"v":{"df":1,"docs":{"50":{"tf":1.0}}}},"q":{"df":1,"docs":{"28":{"tf":1.0}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}},"s":{"_":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"55":{"tf":1.0}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":12,"docs":{"20":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"1":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"73":{"tf":1.0}}}},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"40":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"72":{"tf":1.0}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}}}}},"df":1,"docs":{"69":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"13":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"19":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"64":{"tf":1.0},"80":{"tf":1.7320508075688772}}}},"n":{"d":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"61":{"tf":2.0},"72":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"x":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":11,"docs":{"30":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"27":{"tf":2.0},"50":{"tf":1.0}}}}}},"r":{"(":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"34":{"tf":1.4142135623730951},"35":{"tf":2.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.4142135623730951}}}}},"k":{"df":1,"docs":{"20":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"(":{"4":{"df":1,"docs":{"58":{"tf":1.0}}},"5":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}}},"df":1,"docs":{"58":{"tf":1.0}}}},"df":2,"docs":{"58":{"tf":1.0},"59":{"tf":1.0}}}}},"r":{"df":1,"docs":{"73":{"tf":1.0}}},"u":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"19":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"2":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772},"60":{"tf":2.23606797749979},"61":{"tf":1.0},"66":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"46":{"tf":1.0},"47":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"15":{"tf":1.4142135623730951},"16":{"tf":1.0},"76":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"c":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":2,"docs":{"19":{"tf":1.4142135623730951},"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"72":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"20":{"tf":1.0}}}}},"w":{"df":1,"docs":{"27":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"df":14,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"1":{"tf":2.0},"38":{"tf":2.0},"39":{"tf":2.0}}}},"p":{"df":1,"docs":{"80":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":39,"docs":{"1":{"tf":1.0},"13":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":2.0},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"#":{"!":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"d":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"15":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"/":{"2":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"y":{"b":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"69":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"73":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"14":{"tf":1.4142135623730951},"15":{"tf":1.0},"18":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"[":{"2":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"5":{"tf":1.0},"53":{"tf":1.7320508075688772},"69":{"tf":1.0},"8":{"tf":1.7320508075688772}}}},"t":{"'":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}},"j":{"df":1,"docs":{"33":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"63":{"tf":1.0}},"n":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":3,"docs":{"2":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"0":{"tf":1.4142135623730951},"73":{"tf":2.23606797749979},"75":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"df":1,"docs":{"40":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"19":{"tf":1.0},"72":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"80":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"16":{"tf":1.0},"46":{"tf":1.0}}},"p":{"df":7,"docs":{"31":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"m":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":7,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.7320508075688772}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"y":{"b":{"df":4,"docs":{"25":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":35,"docs":{"13":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.0},"9":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"69":{"tf":1.0},"75":{"tf":1.0}}}}},"s":{"df":1,"docs":{"19":{"tf":1.0}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"=":{"\"":{"$":{"1":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"df":1,"docs":{"28":{"tf":1.0}}},"1":{"df":1,"docs":{"28":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"16":{"tf":1.0},"18":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.4142135623730951}}}},"w":{"df":4,"docs":{"20":{"tf":1.0},"42":{"tf":1.4142135623730951},"6":{"tf":1.0},"8":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"40":{"tf":1.0}}}},"w":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"75":{"tf":1.0},"76":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"5":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"69":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0}},"n":{"c":{"df":1,"docs":{"56":{"tf":1.4142135623730951}}},"df":2,"docs":{"60":{"tf":1.0},"64":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"20":{"tf":1.0},"22":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"40":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":27,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.0},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"16":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"56":{"tf":1.4142135623730951},"58":{"tf":2.0},"59":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"84":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"46":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"2":{"tf":1.0},"35":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"84":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"5":{"tf":1.0},"67":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"15":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":2,"docs":{"6":{"tf":2.23606797749979},"8":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":43,"docs":{"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"(":{"3":{"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"37":{"tf":1.7320508075688772},"72":{"tf":1.0}},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"26":{"tf":1.0},"50":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"20":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"40":{"tf":2.6457513110645907}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":1,"docs":{"19":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"47":{"tf":1.0},"82":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"39":{"tf":1.4142135623730951},"55":{"tf":1.0},"76":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"28":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":6,"docs":{"34":{"tf":1.0},"37":{"tf":1.0},"53":{"tf":1.4142135623730951},"55":{"tf":1.0},"61":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"27":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":39,"docs":{"13":{"tf":1.0},"15":{"tf":2.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"25":{"tf":1.4142135623730951},"27":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"28":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"65":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":14,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772},"76":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"69":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"39":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"73":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"/":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":4,"docs":{"31":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"z":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"61":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"26":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"0":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"26":{"tf":1.7320508075688772},"27":{"tf":2.0},"28":{"tf":2.0},"59":{"tf":1.0},"78":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"76":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"27":{"tf":1.0},"28":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"23":{"tf":1.4142135623730951},"72":{"tf":1.7320508075688772},"73":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"=":{"<":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":3,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"40":{"tf":1.0}}}},"w":{"df":0,"docs":{},"o":{"df":3,"docs":{"26":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.4142135623730951}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"df":1,"docs":{"49":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":5,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"68":{"tf":1.4142135623730951}}}}},"df":12,"docs":{"2":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.7320508075688772}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"20":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"2":{"tf":1.0},"20":{"tf":1.0},"69":{"tf":2.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"d":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"75":{"tf":2.0}}}},"df":1,"docs":{"45":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"s":{"df":8,"docs":{"43":{"tf":1.0},"47":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.4142135623730951},"64":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"16":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"26":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":3,"docs":{"19":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"35":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"61":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":1,"docs":{"61":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"25":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.4142135623730951}},"e":{"0":{"df":1,"docs":{"55":{"tf":1.0}}},"1":{"df":1,"docs":{"55":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"2":{"tf":1.0},"60":{"tf":1.4142135623730951}},"i":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"1":{"df":1,"docs":{"61":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":1,"docs":{"76":{"tf":1.7320508075688772}}},"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"61":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"35":{"tf":1.0}}}},"y":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":3,"docs":{"40":{"tf":1.0},"60":{"tf":1.0},"76":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"32":{"tf":1.0},"39":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"1":{"tf":2.0},"38":{"tf":2.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}}}},"x":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"73":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":36,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":1.0}}}},"r":{"df":2,"docs":{"1":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"64":{"tf":1.4142135623730951}}}}}}}},"title":{"root":{"1":{"df":1,"docs":{"73":{"tf":1.0}}},"2":{"df":1,"docs":{"74":{"tf":1.0}}},"3":{"df":1,"docs":{"75":{"tf":1.0}}},"4":{"df":1,"docs":{"76":{"tf":1.0}}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"d":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"7":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"34":{"tf":1.0},"35":{"tf":1.0}}}}}},"b":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"2":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"22":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"43":{"tf":1.0},"5":{"tf":1.0},"80":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"77":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"17":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"56":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"71":{"tf":1.0},"72":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"4":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":2,"docs":{"24":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"45":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"63":{"tf":1.0},"64":{"tf":1.0}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"38":{"tf":1.0},"39":{"tf":1.0},"53":{"tf":1.0},"61":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"51":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.0},"64":{"tf":1.0},"70":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"1":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"14":{"tf":1.0},"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"20":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"l":{"a":{"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":1,"docs":{"54":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"40":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"21":{"tf":1.0},"81":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"80":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}}}},"w":{"df":1,"docs":{"42":{"tf":1.0}}}},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"1":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"3":{"tf":1.0},"55":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"35":{"tf":1.0},"58":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"6":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"53":{"tf":1.0},"61":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":5,"docs":{"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"78":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"23":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":3,"docs":{"62":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":1,"docs":{"45":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"57":{"tf":1.0}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"19":{"tf":1.0},"25":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"0":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}}},"pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}
\ No newline at end of file