Skip to content

Commit

Permalink
added UCI corpus docs
Browse files Browse the repository at this point in the history
  • Loading branch information
piskvorky committed Mar 8, 2012
1 parent ebe07e7 commit 28d887b
Show file tree
Hide file tree
Showing 55 changed files with 401 additions and 75 deletions.
1 change: 1 addition & 0 deletions docs/_sources/apiref.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Modules:
corpora/svmlightcorpus
corpora/wikicorpus
corpora/textcorpus
corpora/ucicorpus
corpora/indexedcorpus
models/ldamodel
models/lsimodel
Expand Down
8 changes: 8 additions & 0 deletions docs/_sources/corpora/ucicorpus.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:mod:`corpora.ucicorpus` -- Corpus in UCI bag-of-words format
==============================================================================================================

.. automodule:: gensim.corpora.ucicorpus
:synopsis: Corpus in University of California, Irvine (UCI) bag-of-words format
:members:
:inherited-members:

2 changes: 1 addition & 1 deletion docs/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Quick Reference Example


.. admonition:: What's new?

* 8 Mar 2012: release 0.8.4: `Hierarchical Dirichlet Process <http://radimrehurek.com/gensim/models/hdpmodel.html>`_
* 2 Dec 2011: bug-fix release 0.8.3 out; `CHANGELOG <https://github.com/piskvorky/gensim/blob/develop/CHANGELOG.txt>`_
* 1 Dec 2011: released `simserver <http://pypi.python.org/pypi/simserver>`_, a Python document similarity server based on gensim

Expand Down
2 changes: 1 addition & 1 deletion docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.8.3',
VERSION: '0.8.4',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand Down
3 changes: 2 additions & 1 deletion docs/apiref.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.8.3',
VERSION: '0.8.4',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand Down Expand Up @@ -126,6 +126,7 @@ <h3>Quick search</h3>
<li class="toctree-l1"><a class="reference internal" href="corpora/svmlightcorpus.html"><tt class="docutils literal"><span class="pre">corpora.svmlightcorpus</span></tt> &#8211; Corpus in SVMlight format</a></li>
<li class="toctree-l1"><a class="reference internal" href="corpora/wikicorpus.html"><tt class="docutils literal"><span class="pre">corpora.wikicorpus</span></tt> &#8211; Corpus from a Wikipedia dump</a></li>
<li class="toctree-l1"><a class="reference internal" href="corpora/textcorpus.html"><tt class="docutils literal"><span class="pre">corpora.textcorpus</span></tt> &#8211; Building corpora with dictionaries</a></li>
<li class="toctree-l1"><a class="reference internal" href="corpora/ucicorpus.html"><tt class="docutils literal"><span class="pre">corpora.ucicorpus</span></tt> &#8211; Corpus in UCI bag-of-words format</a></li>
<li class="toctree-l1"><a class="reference internal" href="corpora/indexedcorpus.html"><tt class="docutils literal"><span class="pre">corpora.indexedcorpus</span></tt> &#8211; Random access to corpus documents</a></li>
<li class="toctree-l1"><a class="reference internal" href="models/ldamodel.html"><tt class="docutils literal"><span class="pre">models.ldamodel</span></tt> &#8211; Latent Dirichlet Allocation</a></li>
<li class="toctree-l1"><a class="reference internal" href="models/lsimodel.html"><tt class="docutils literal"><span class="pre">models.lsimodel</span></tt> &#8211; Latent Semantic Indexing</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/changes_080.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.8.3',
VERSION: '0.8.4',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand Down
2 changes: 1 addition & 1 deletion docs/corpora/bleicorpus.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.8.3',
VERSION: '0.8.4',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand Down
2 changes: 1 addition & 1 deletion docs/corpora/corpora.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.8.3',
VERSION: '0.8.4',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand Down
2 changes: 1 addition & 1 deletion docs/corpora/dictionary.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.8.3',
VERSION: '0.8.4',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand Down
12 changes: 6 additions & 6 deletions docs/corpora/indexedcorpus.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.8.3',
VERSION: '0.8.4',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -29,7 +29,7 @@
<link rel="top" title="gensim" href="../index.html" />
<link rel="up" title="API Reference" href="../apiref.html" />
<link rel="next" title="models.ldamodel – Latent Dirichlet Allocation" href="../models/ldamodel.html" />
<link rel="prev" title="corpora.textcorpusBuilding corpora with dictionaries" href="textcorpus.html" />
<link rel="prev" title="corpora.ucicorpusCorpus in University of California, Irvine (UCI) bag-of-words format" href="ucicorpus.html" />


<!-- twitter search widget
Expand Down Expand Up @@ -68,7 +68,7 @@ <h3>Navigation</h3>
<a href="../models/ldamodel.html" title="models.ldamodel – Latent Dirichlet Allocation"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="textcorpus.html" title="corpora.textcorpusBuilding corpora with dictionaries"
<a href="ucicorpus.html" title="corpora.ucicorpusCorpus in University of California, Irvine (UCI) bag-of-words format"
accesskey="P">previous</a> |</li>
<li><a href="../index.html">Gensim home</a>|&nbsp;</li>
<li><a href="../tutorial.html">Tutorials</a>|&nbsp;</li>
Expand All @@ -84,8 +84,8 @@ <h3>Navigation</h3>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="textcorpus.html"
title="previous chapter"><tt class="docutils literal"><span class="pre">corpora.textcorpus</span></tt> &#8211; Building corpora with dictionaries</a></p>
<p class="topless"><a href="ucicorpus.html"
title="previous chapter"><tt class="docutils literal"><span class="pre">corpora.ucicorpus</span></tt> &#8211; Corpus in University of California, Irvine (UCI) bag-of-words format</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="../models/ldamodel.html"
title="next chapter"><tt class="docutils literal"><span class="pre">models.ldamodel</span></tt> &#8211; Latent Dirichlet Allocation</a></p>
Expand Down Expand Up @@ -222,7 +222,7 @@ <h3>Navigation</h3>
<a href="../models/ldamodel.html" title="models.ldamodel – Latent Dirichlet Allocation"
>next</a> |</li>
<li class="right" >
<a href="textcorpus.html" title="corpora.textcorpusBuilding corpora with dictionaries"
<a href="ucicorpus.html" title="corpora.ucicorpusCorpus in University of California, Irvine (UCI) bag-of-words format"
>previous</a> |</li>
<li><a href="../index.html">Gensim home</a>|&nbsp;</li>
<li><a href="../tutorial.html">Tutorials</a>|&nbsp;</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/corpora/lowcorpus.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.8.3',
VERSION: '0.8.4',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand Down Expand Up @@ -118,7 +118,7 @@ <h3>Quick search</h3>
<p>Corpus in GibbsLda++ format of List-Of-Words.</p>
<dl class="class">
<dt id="gensim.corpora.lowcorpus.LowCorpus">
<em class="property">class </em><tt class="descclassname">gensim.corpora.lowcorpus.</tt><tt class="descname">LowCorpus</tt><big>(</big><em>fname</em>, <em>id2word=None</em>, <em>line2words=&lt;function split_on_space at 0x27a21f0&gt;</em><big>)</big><a class="headerlink" href="#gensim.corpora.lowcorpus.LowCorpus" title="Permalink to this definition"></a></dt>
<em class="property">class </em><tt class="descclassname">gensim.corpora.lowcorpus.</tt><tt class="descname">LowCorpus</tt><big>(</big><em>fname</em>, <em>id2word=None</em>, <em>line2words=&lt;function split_on_space at 0x27a21b0&gt;</em><big>)</big><a class="headerlink" href="#gensim.corpora.lowcorpus.LowCorpus" title="Permalink to this definition"></a></dt>
<dd><p>List_Of_Words corpus handles input in GibbsLda++ format.</p>
<p>Quoting <a class="reference external" href="http://gibbslda.sourceforge.net/#3.2_Input_Data_Format">http://gibbslda.sourceforge.net/#3.2_Input_Data_Format</a>:</p>
<div class="highlight-python"><pre>Both data for training/estimating the model and new data (i.e., previously
Expand Down
2 changes: 1 addition & 1 deletion docs/corpora/mmcorpus.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.8.3',
VERSION: '0.8.4',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand Down
2 changes: 1 addition & 1 deletion docs/corpora/svmlightcorpus.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.8.3',
VERSION: '0.8.4',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand Down
12 changes: 6 additions & 6 deletions docs/corpora/textcorpus.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.8.3',
VERSION: '0.8.4',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -28,7 +28,7 @@
<link rel="author" title="About these documents" href="../about.html" />
<link rel="top" title="gensim" href="../index.html" />
<link rel="up" title="API Reference" href="../apiref.html" />
<link rel="next" title="corpora.indexedcorpusRandom access to corpus documents" href="indexedcorpus.html" />
<link rel="next" title="corpora.ucicorpusCorpus in University of California, Irvine (UCI) bag-of-words format" href="ucicorpus.html" />
<link rel="prev" title="corpora.wikicorpus – Corpus from a Wikipedia dump" href="wikicorpus.html" />


Expand Down Expand Up @@ -65,7 +65,7 @@ <h3>Navigation</h3>
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="indexedcorpus.html" title="corpora.indexedcorpusRandom access to corpus documents"
<a href="ucicorpus.html" title="corpora.ucicorpusCorpus in University of California, Irvine (UCI) bag-of-words format"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="wikicorpus.html" title="corpora.wikicorpus – Corpus from a Wikipedia dump"
Expand All @@ -87,8 +87,8 @@ <h4>Previous topic</h4>
<p class="topless"><a href="wikicorpus.html"
title="previous chapter"><tt class="docutils literal docutils literal"><span class="pre">corpora.wikicorpus</span></tt> &#8211; Corpus from a Wikipedia dump</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="indexedcorpus.html"
title="next chapter"><tt class="docutils literal docutils literal"><span class="pre">corpora.indexedcorpus</span></tt> &#8211; Random access to corpus documents</a></p>
<p class="topless"><a href="ucicorpus.html"
title="next chapter"><tt class="docutils literal docutils literal"><span class="pre">corpora.ucicorpus</span></tt> &#8211; Corpus in University of California, Irvine (UCI) bag-of-words format</a></p>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
Expand Down Expand Up @@ -213,7 +213,7 @@ <h3>Navigation</h3>
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="indexedcorpus.html" title="corpora.indexedcorpusRandom access to corpus documents"
<a href="ucicorpus.html" title="corpora.ucicorpusCorpus in University of California, Irvine (UCI) bag-of-words format"
>next</a> |</li>
<li class="right" >
<a href="wikicorpus.html" title="corpora.wikicorpus – Corpus from a Wikipedia dump"
Expand Down
Loading

0 comments on commit 28d887b

Please sign in to comment.