Skip to content

Commit

Permalink
update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
frankxu2004 committed Sep 13, 2017
1 parent 1341c6b commit 0701a16
Show file tree
Hide file tree
Showing 51 changed files with 16,516 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ __pycache__/

# Distribution / packaging
.Python
build/
# build/
develop-eggs/
dist/
downloads/
Expand Down
Binary file added docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file added docs/build/doctrees/eval_w.doctree
Binary file not shown.
Binary file added docs/build/doctrees/eval_wc.doctree
Binary file not shown.
Binary file added docs/build/doctrees/index.doctree
Binary file not shown.
Binary file added docs/build/doctrees/model.doctree
Binary file not shown.
Binary file added docs/build/doctrees/modules.doctree
Binary file not shown.
Binary file added docs/build/doctrees/train_w.doctree
Binary file not shown.
Binary file added docs/build/doctrees/train_wc.doctree
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/build/html/.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: c2132b41a92924ce4bca2249464178e7
tags: 645f666f9bcd5a90fca523b33c5a78b7
7 changes: 7 additions & 0 deletions docs/build/html/_sources/eval_w.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
eval\_w module
==============

.. automodule:: eval_w
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/build/html/_sources/eval_wc.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
eval\_wc module
===============

.. automodule:: eval_wc
:members:
:undoc-members:
:show-inheritance:
20 changes: 20 additions & 0 deletions docs/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. LM-LSTM-CRF documentation master file, created by
sphinx-quickstart on Wed Sep 13 14:03:27 2017.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to LM-LSTM-CRF's documentation!
=======================================

.. toctree::
:maxdepth: 2
:caption: Contents:



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

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
70 changes: 70 additions & 0 deletions docs/build/html/_sources/model.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
model package
=============

Submodules
----------

model\.crf module
-----------------

.. automodule:: model.crf
:members:
:undoc-members:
:show-inheritance:

model\.evaluator module
-----------------------

.. automodule:: model.evaluator
:members:
:undoc-members:
:show-inheritance:

model\.highway module
---------------------

.. automodule:: model.highway
:members:
:undoc-members:
:show-inheritance:

model\.lm\_lstm\_crf module
---------------------------

.. automodule:: model.lm_lstm_crf
:members:
:undoc-members:
:show-inheritance:

model\.lstm\_crf module
-----------------------

.. automodule:: model.lstm_crf
:members:
:undoc-members:
:show-inheritance:

model\.ner\_dataset module
--------------------------

.. automodule:: model.ner_dataset
:members:
:undoc-members:
:show-inheritance:

model\.utils module
-------------------

.. automodule:: model.utils
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: model
:members:
:undoc-members:
:show-inheritance:
11 changes: 11 additions & 0 deletions docs/build/html/_sources/modules.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
LM-LSTM-CRF
===========

.. toctree::
:maxdepth: 4

eval_w
eval_wc
model
train_w
train_wc
7 changes: 7 additions & 0 deletions docs/build/html/_sources/train_w.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
train\_w module
===============

.. automodule:: train_w
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/build/html/_sources/train_wc.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
train\_wc module
================

.. automodule:: train_wc
:members:
:undoc-members:
:show-inheritance:
Binary file added docs/build/html/_static/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0701a16

Please sign in to comment.