-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from isidzukuri/0.1.1
yard documentation
- Loading branch information
Showing
25 changed files
with
3,761 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
lib/bow_tfidf.rb b49f21259baa79f03f743478c11c1733d0afaff6 | ||
lib/bow_tfidf/version.rb 9b3a82963210269968f685dba19063863258df8b | ||
lib/bow_tfidf/tokenizer.rb 3e04a5d7c7de300f5c6202d4e3ac606afa6a08cc | ||
lib/bow_tfidf/classifier.rb ff053c3d9f9c495584ca78ee5db29f13f5fac76d | ||
lib/bow_tfidf/computation.rb 3f889385b245e6dd01bc6751778c5657f1767932 | ||
lib/bow_tfidf/bag_of_words.rb 84d2170d67c577edb97f8166921103df4ab772f7 |
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title> | ||
Module: BowTfidf | ||
|
||
— Documentation by YARD 0.9.19 | ||
|
||
</title> | ||
|
||
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" /> | ||
|
||
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" /> | ||
|
||
<script type="text/javascript" charset="utf-8"> | ||
pathId = "BowTfidf"; | ||
relpath = ''; | ||
</script> | ||
|
||
|
||
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script> | ||
|
||
<script type="text/javascript" charset="utf-8" src="js/app.js"></script> | ||
|
||
|
||
</head> | ||
<body> | ||
<div class="nav_wrap"> | ||
<iframe id="nav" src="class_list.html?1"></iframe> | ||
<div id="resizer"></div> | ||
</div> | ||
|
||
<div id="main" tabindex="-1"> | ||
<div id="header"> | ||
<div id="menu"> | ||
|
||
<a href="_index.html">Index (B)</a> » | ||
|
||
|
||
<span class="title">BowTfidf</span> | ||
|
||
</div> | ||
|
||
<div id="search"> | ||
|
||
<a class="full_list_link" id="class_list_link" | ||
href="class_list.html"> | ||
|
||
<svg width="24" height="24"> | ||
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect> | ||
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect> | ||
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect> | ||
</svg> | ||
</a> | ||
|
||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
|
||
<div id="content"><h1>Module: BowTfidf | ||
|
||
|
||
|
||
</h1> | ||
<div class="box_info"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<dl> | ||
<dt>Defined in:</dt> | ||
<dd>lib/bow_tfidf.rb<span class="defines">,<br /> | ||
lib/bow_tfidf/version.rb,<br /> lib/bow_tfidf/tokenizer.rb,<br /> lib/bow_tfidf/classifier.rb,<br /> lib/bow_tfidf/computation.rb,<br /> lib/bow_tfidf/bag_of_words.rb</span> | ||
</dd> | ||
</dl> | ||
|
||
</div> | ||
|
||
<h2>Defined Under Namespace</h2> | ||
<p class="children"> | ||
|
||
|
||
|
||
|
||
<strong class="classes">Classes:</strong> <span class='object_link'><a href="BowTfidf/BagOfWords.html" title="BowTfidf::BagOfWords (class)">BagOfWords</a></span>, <span class='object_link'><a href="BowTfidf/Classifier.html" title="BowTfidf::Classifier (class)">Classifier</a></span>, <span class='object_link'><a href="BowTfidf/Computation.html" title="BowTfidf::Computation (class)">Computation</a></span>, <span class='object_link'><a href="BowTfidf/Tokenizer.html" title="BowTfidf::Tokenizer (class)">Tokenizer</a></span> | ||
|
||
|
||
</p> | ||
|
||
|
||
<h2> | ||
Constant Summary | ||
<small><a href="#" class="constants_summary_toggle">collapse</a></small> | ||
</h2> | ||
|
||
<dl class="constants"> | ||
|
||
<dt id="VERSION-constant" class="">VERSION = | ||
|
||
</dt> | ||
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>0.1.1</span><span class='tstring_end'>'</span></span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span></pre></dd> | ||
|
||
</dl> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
<div id="footer"> | ||
Generated on Tue Apr 9 12:45:14 2019 by | ||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> | ||
0.9.19 (ruby-2.1.2). | ||
</div> | ||
|
||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.