Blame view
doc/classes/Indri/Parameters.src/M000018.html
2.26 KB
81ed24dd0 modules revamp. |
1 2 3 4 5 6 7 8 9 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>new (Indri::Parameters)</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> |
b3995017e changing the name... |
10 |
<pre><span class="ruby-comment cmt"># File lib/mirimiri/query.rb, line 30</span> |
81ed24dd0 modules revamp. |
11 12 13 14 15 16 17 18 19 20 21 |
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">corpus</span>,<span class="ruby-identifier">mem</span>=<span class="ruby-value str">"1g"</span>,<span class="ruby-identifier">count</span>=<span class="ruby-value str">"1000"</span>,<span class="ruby-identifier">offset</span>=<span class="ruby-value str">"1"</span>,<span class="ruby-identifier">run_id</span>=<span class="ruby-value str">"default"</span>,<span class="ruby-identifier">print_query</span>=<span class="ruby-keyword kw">false</span>,<span class="ruby-identifier">print_docs</span>=<span class="ruby-keyword kw">false</span>) <span class="ruby-ivar">@index_path</span> = <span class="ruby-identifier">corpus</span> <span class="ruby-ivar">@memory</span> = <span class="ruby-identifier">mem</span> <span class="ruby-ivar">@count</span> = <span class="ruby-identifier">count</span> <span class="ruby-ivar">@offset</span> = <span class="ruby-identifier">offset</span> <span class="ruby-ivar">@run_id</span> = <span class="ruby-identifier">run_id</span> <span class="ruby-ivar">@print_query</span> = <span class="ruby-identifier">print_query</span> <span class="ruby-value">? </span><span class="ruby-value str">"true"</span> <span class="ruby-operator">:</span> <span class="ruby-value str">"false"</span> <span class="ruby-ivar">@print_docs</span> = <span class="ruby-identifier">print_docs</span> <span class="ruby-value">? </span><span class="ruby-value str">"true"</span> <span class="ruby-operator">:</span> <span class="ruby-value str">"false"</span> <span class="ruby-keyword kw">end</span></pre> </body> </html> |