Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ckiplab/ehownet
E-HowNet Utilities
https://github.com/ckiplab/ehownet
Last synced: 4 days ago
JSON representation
E-HowNet Utilities
- Host: GitHub
- URL: https://github.com/ckiplab/ehownet
- Owner: ckiplab
- License: gpl-3.0
- Created: 2019-07-03T09:24:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T08:44:04.000Z (about 3 years ago)
- Last Synced: 2024-10-07T23:47:40.568Z (about 1 month ago)
- Language: Python
- Homepage: https://ehownet.readthedocs.io
- Size: 242 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
CKIP E-HowNet Tools
===================Git
---https://github.com/ckiplab/ehownet
|GitHub Version| |GitHub Release| |GitHub Issues|
.. |GitHub Version| image:: https://img.shields.io/github/release/ckiplab/ehownet/all.svg?maxAge=3600
:target: https://github.com/ckiplab/ehownet/releases.. |GitHub License| image:: https://img.shields.io/github/license/ckiplab/ehownet.svg?maxAge=3600
:target: https://github.com/ckiplab/ehownet/blob/master/LICENSE.. |GitHub Release| image:: https://img.shields.io/github/release-date/ckiplab/ehownet.svg?maxAge=3600
.. |GitHub Downloads| image:: https://img.shields.io/github/downloads/ckiplab/ehownet/total.svg?maxAge=3600
:target: https://github.com/ckiplab/ehownet/releases/latest.. |GitHub Issues| image:: https://img.shields.io/github/issues/ckiplab/ehownet.svg?maxAge=3600
:target: https://github.com/ckiplab/ehownet/issues.. |GitHub Forks| image:: https://img.shields.io/github/forks/ckiplab/ehownet.svg?style=social&label=Fork&maxAge=3600
.. |GitHub Stars| image:: https://img.shields.io/github/stars/ckiplab/ehownet.svg?style=social&label=Star&maxAge=3600
.. |GitHub Watchers| image:: https://img.shields.io/github/watchers/ckiplab/ehownet.svg?style=social&label=Watch&maxAge=3600
PyPI
----https://pypi.org/project/ehownet
|PyPI Version| |PyPI License| |PyPI Downloads| |PyPI Python| |PyPI Implementation| |PyPI Status|
.. |PyPI Version| image:: https://img.shields.io/pypi/v/ehownet.svg?maxAge=3600
:target: https://pypi.org/project/ehownet.. |PyPI License| image:: https://img.shields.io/pypi/l/ehownet.svg?maxAge=3600
:target: https://github.com/ckiplab/ehownet/blob/master/LICENSE.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/ehownet.svg?maxAge=3600
:target: https://pypi.org/project/ehownet#files.. |PyPI Python| image:: https://img.shields.io/pypi/pyversions/ehownet.svg?maxAge=3600
.. |PyPI Implementation| image:: https://img.shields.io/pypi/implementation/ehownet.svg?maxAge=3600
.. |PyPI Format| image:: https://img.shields.io/pypi/format/ehownet.svg?maxAge=3600
.. |PyPI Status| image:: https://img.shields.io/pypi/status/ehownet.svg?maxAge=3600
Documentation
-------------https://ehownet.readthedocs.io/
|ReadTheDocs Home|
.. |ReadTheDocs Home| image:: https://img.shields.io/website/https/ehownet.readthedocs.io.svg?maxAge=3600&up_message=online&down_message=offline
:target: https://ehownet.readthedocs.ioRelated Websites
----------------- E-HowNet Website http://ehownet.iis.sinica.edu.tw
- E-HowNet Visualization Demo https://ckip.iis.sinica.edu.tw/service/ehnvisAuthor
------* Mu Yang
Requirements
------------* `Python `__ 3.6+
* `PLY (Python Lex-Yacc) `__ 3.11+
* `TreeLib `__ 1.6.0+
* `wcwidth `__ 0.2.5+
* `dataclasses `__ (Python 3.6 only)Installation
------------.. code-block:: bash
pip install -U ehownet
One may download the database file manually from https://ckip.iis.sinica.edu.tw/CKIP/ehownet_reg/ .
License
-------|GPL-3.0|
Copyright (c) 2018-2021 `CKIP Lab `__ under the `GPL-3.0 License `__.
.. |GPL-3.0| image:: https://www.gnu.org/graphics/gplv3-with-text-136x68.png
:target: https://www.gnu.org/licenses/gpl-3.0.html