Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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