Skip to content

Commit

Permalink
deploy: d3cfccd
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhossein-razlighi committed May 31, 2024
0 parents commit 117ab7f
Show file tree
Hide file tree
Showing 169 changed files with 16,910 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 72178655dd679a3529ced4d3ae385c8b
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added .doctrees/Logic.core.classification.doctree
Binary file not shown.
Binary file added .doctrees/Logic.core.clustering.doctree
Binary file not shown.
Binary file added .doctrees/Logic.core.doctree
Binary file not shown.
Binary file added .doctrees/Logic.core.indexer.doctree
Binary file not shown.
Binary file added .doctrees/Logic.core.link_analysis.doctree
Binary file not shown.
Binary file added .doctrees/Logic.core.utility.doctree
Binary file not shown.
Binary file added .doctrees/Logic.core.word_embedding.doctree
Binary file not shown.
Binary file added .doctrees/Logic.doctree
Binary file not shown.
Binary file added .doctrees/UI.doctree
Binary file not shown.
Binary file added .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/index.doctree
Binary file not shown.
Empty file added .nojekyll
Empty file.
942 changes: 942 additions & 0 deletions Logic.core.classification.html

Large diffs are not rendered by default.

935 changes: 935 additions & 0 deletions Logic.core.clustering.html

Large diffs are not rendered by default.

946 changes: 946 additions & 0 deletions Logic.core.html

Large diffs are not rendered by default.

1,131 changes: 1,131 additions & 0 deletions Logic.core.indexer.html

Large diffs are not rendered by default.

576 changes: 576 additions & 0 deletions Logic.core.link_analysis.html

Large diffs are not rendered by default.

1,807 changes: 1,807 additions & 0 deletions Logic.core.utility.html

Large diffs are not rendered by default.

677 changes: 677 additions & 0 deletions Logic.core.word_embedding.html

Large diffs are not rendered by default.

605 changes: 605 additions & 0 deletions Logic.html

Large diffs are not rendered by default.

542 changes: 542 additions & 0 deletions UI.html

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions _sources/Logic.core.classification.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
Logic.core.classification package
=================================


Logic.core.classification.basic\_classifier module
--------------------------------------------------

.. automodule:: Logic.core.classification.basic_classifier
:members:
:undoc-members:
:show-inheritance:

Logic.core.classification.data\_loader module
---------------------------------------------

.. automodule:: Logic.core.classification.data_loader
:members:
:undoc-members:
:show-inheritance:

Logic.core.classification.deep module
-------------------------------------

.. automodule:: Logic.core.classification.deep
:members:
:undoc-members:
:show-inheritance:

Logic.core.classification.knn module
------------------------------------

.. automodule:: Logic.core.classification.knn
:members:
:undoc-members:
:show-inheritance:

Logic.core.classification.naive\_bayes module
---------------------------------------------

.. automodule:: Logic.core.classification.naive_bayes
:members:
:undoc-members:
:show-inheritance:

Logic.core.classification.svm module
------------------------------------

.. automodule:: Logic.core.classification.svm
:members:
:undoc-members:
:show-inheritance:
34 changes: 34 additions & 0 deletions _sources/Logic.core.clustering.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Logic.core.clustering package
=============================

Logic.core.clustering.clustering\_metrics module
------------------------------------------------

.. automodule:: Logic.core.clustering.clustering_metrics
:members:
:undoc-members:
:show-inheritance:

Logic.core.clustering.clustering\_utils module
----------------------------------------------

.. automodule:: Logic.core.clustering.clustering_utils
:members:
:undoc-members:
:show-inheritance:

Logic.core.clustering.dimension\_reduction module
-------------------------------------------------

.. automodule:: Logic.core.clustering.dimension_reduction
:members:
:undoc-members:
:show-inheritance:

Logic.core.clustering.main module
---------------------------------

.. automodule:: Logic.core.clustering.main
:members:
:undoc-members:
:show-inheritance:
59 changes: 59 additions & 0 deletions _sources/Logic.core.indexer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
Logic.core.indexer package
==========================


Logic.core.indexer.LSH module
-----------------------------

.. automodule:: Logic.core.indexer.LSH
:members:
:undoc-members:
:show-inheritance:

Logic.core.indexer.document\_lengths\_index module
--------------------------------------------------

.. automodule:: Logic.core.indexer.document_lengths_index
:members:
:undoc-members:
:show-inheritance:

Logic.core.indexer.index module
-------------------------------

.. automodule:: Logic.core.indexer.index
:members:
:undoc-members:
:show-inheritance:

Logic.core.indexer.index\_reader module
---------------------------------------

.. automodule:: Logic.core.indexer.index_reader
:members:
:undoc-members:
:show-inheritance:

Logic.core.indexer.indexes\_enum module
---------------------------------------

.. automodule:: Logic.core.indexer.indexes_enum
:members:
:undoc-members:
:show-inheritance:

Logic.core.indexer.metadata\_index module
-----------------------------------------

.. automodule:: Logic.core.indexer.metadata_index
:members:
:undoc-members:
:show-inheritance:

Logic.core.indexer.tiered\_index module
---------------------------------------

.. automodule:: Logic.core.indexer.tiered_index
:members:
:undoc-members:
:show-inheritance:
20 changes: 20 additions & 0 deletions _sources/Logic.core.link_analysis.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Logic.core.link\_analysis package
=================================


Logic.core.link\_analysis.analyzer module
-----------------------------------------

.. automodule:: Logic.core.link_analysis.analyzer
:members:
:undoc-members:
:show-inheritance:

Logic.core.link\_analysis.graph module
--------------------------------------

.. automodule:: Logic.core.link_analysis.graph
:members:
:undoc-members:
:show-inheritance:

23 changes: 23 additions & 0 deletions _sources/Logic.core.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Logic.core package
==================

Subpackages
-----------

.. toctree::
:maxdepth: 4

Logic.core.classification
Logic.core.clustering
Logic.core.indexer
Logic.core.link_analysis
Logic.core.utility
Logic.core.word_embedding

Logic.core.search module
------------------------

.. automodule:: Logic.core.search
:members:
:undoc-members:
:show-inheritance:
51 changes: 51 additions & 0 deletions _sources/Logic.core.utility.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
Logic.core.utility package
==========================

Logic.core.utility.crawler module
---------------------------------

.. automodule:: Logic.core.utility.crawler
:members:
:undoc-members:
:show-inheritance:

Logic.core.utility.evaluation module
------------------------------------

.. automodule:: Logic.core.utility.evaluation
:members:
:undoc-members:
:show-inheritance:

Logic.core.utility.preprocess module
------------------------------------

.. automodule:: Logic.core.utility.preprocess
:members:
:undoc-members:
:show-inheritance:

Logic.core.utility.scorer module
--------------------------------

.. automodule:: Logic.core.utility.scorer
:members:
:undoc-members:
:show-inheritance:

Logic.core.utility.snippet module
---------------------------------

.. automodule:: Logic.core.utility.snippet
:members:
:undoc-members:
:show-inheritance:

Logic.core.utility.spell\_correction module
-------------------------------------------

.. automodule:: Logic.core.utility.spell_correction
:members:
:undoc-members:
:show-inheritance:

19 changes: 19 additions & 0 deletions _sources/Logic.core.word_embedding.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Logic.core.word\_embedding package
==================================

Logic.core.word\_embedding.fasttext\_data\_loader module
--------------------------------------------------------

.. automodule:: Logic.core.word_embedding.fasttext_data_loader
:members:
:undoc-members:
:show-inheritance:

Logic.core.word\_embedding.fasttext\_model module
-------------------------------------------------

.. automodule:: Logic.core.word_embedding.fasttext_model
:members:
:undoc-members:
:show-inheritance:

18 changes: 18 additions & 0 deletions _sources/Logic.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Logic package
=============

Subpackages
-----------

.. toctree::
:maxdepth: 4

Logic.core

Logic.utils module
------------------

.. automodule:: Logic.utils
:members:
:undoc-members:
:show-inheritance:
11 changes: 11 additions & 0 deletions _sources/UI.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
UI package
==========

UI.main module
--------------

.. automodule:: UI.main
:members:
:undoc-members:
:show-inheritance:

21 changes: 21 additions & 0 deletions _sources/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. mlx3d documentation master file, created by
sphinx-quickstart on Fri Mar 29 16:07:25 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to IMDB IR System's documentation!
==========================================

.. toctree::
:maxdepth: 3
:caption: Contents:

Logic
UI

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
Loading

0 comments on commit 117ab7f

Please sign in to comment.