Skip to content

Commit

Permalink
add document for eye_checker (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyaofei committed Nov 30, 2021
1 parent 895c8ff commit 8655b14
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ native call, make it easier to use.
| Classify |||| | | | |
| DeepClassify |||| | | | |
| Cluster ||| ||| | |
| EyeChecker ||||||| |
| DocCompare | | | | | | | |
| DocExtractor ||| ||| | |
| DocParser | | | | | | | |
Expand Down
11 changes: 11 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Installation
============

Dependency
-----------------

EyeChecker(0.9.14+)依赖 libcurl4 需要安装

.. code:: bash
sudo apt install libcurl4
`yum` 方式同理, 没有用到对应的组件可以不安装

Install from pypi
-----------------

Expand Down
9 changes: 9 additions & 0 deletions docs/nlpir.native.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@ nlpir.native.text\_similarity module
:undoc-members:
:show-inheritance:

nlpir.native.eye\_checker module
-------------------------------------

.. automodule:: nlpir.native.eye_checker
:members:
:undoc-members:
:show-inheritance:


nlpir.native.nlpir\_base module
---------------------------------------

Expand Down
8 changes: 8 additions & 0 deletions docs/nlpir.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ nlpir.sentiment_analysis module
:undoc-members:
:show-inheritance:

nlpir.eye_checker module
-------------------------------

.. automodule:: nlpir.eye_checker
:members:
:undoc-members:
:show-inheritance:


nlpir.tools module
--------------------
Expand Down

0 comments on commit 8655b14

Please sign in to comment.