Skip to content

Commit

Permalink
debugged
Browse files Browse the repository at this point in the history
  • Loading branch information
LiyuanLucasLiu committed Sep 15, 2017
1 parent 8fad924 commit 6146587
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 10 deletions.
28 changes: 24 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,38 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
:github_url: https://github.com/LiyuanLucasLiu/LM-LSTM-CRF

Welcome to LM-LSTM-CRF's documentation!
=======================================

.. toctree::
:maxdepth: 2
:caption: Contents:
:glob:
:maxdepth: 1
:caption: training and evaluation

.. autofunction:: train_wc
.. autofunction:: train_w
.. autofunction:: eval_wc
.. autofunction:: eval_w

.. toctree::
:glob:
:maxdepth: 1
:caption: model

.. autofunction:: crf
.. autofunction:: evaluator
.. autofunction:: highway
.. autofunction:: lm_lstm_crf
.. autofunction:: lstm_crf
.. autofunction:: ner_dataset
.. autofunction:: utils

readme

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

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
* :ref:`search`
1 change: 0 additions & 1 deletion docs/source/readme.rst

This file was deleted.

4 changes: 2 additions & 2 deletions model/lm_lstm_crf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
.. module:: LM_LSTM_CRF
:synopsis: LM_LSTM_CRF
.. module:: lm_lstm_crf
:synopsis: lm_lstm_crf
.. moduleauthor:: Liyuan Liu
"""
Expand Down
4 changes: 2 additions & 2 deletions model/lstm_crf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
.. module:: LSTM_CRF
:synopsis: LSTM_CRF
.. module:: lstm_crf
:synopsis: lstm_crf
.. moduleauthor:: Liyuan Liu
"""
Expand Down
2 changes: 1 addition & 1 deletion model/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.. module:: utils
:synopsis: utility tools
.. moduleauthor:: Liyuan Liu
.. moduleauthor:: Liyuan Liu, Frank Xu
"""

import codecs
Expand Down

0 comments on commit 6146587

Please sign in to comment.