Metadata-Version: 2.1
Name: sckg
Version: 0.1.18
Summary: A Software Concept Knowledge Graph
Home-page: https://github.com/FudanSELab/sckg
Author: Software Concept Knowledge Graph
Author-email:  lmwtclmwtc@outlook.com
License: MIT license
Keywords: sckg
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

====
sckg
====


.. image:: https://img.shields.io/pypi/v/sckg.svg
        :target: https://pypi.python.org/pypi/sckg

.. image:: https://img.shields.io/travis/FudanSELab/sckg.svg
        :target: https://travis-ci.com/FudanSELab/sckg

.. image:: https://readthedocs.org/projects/sckg/badge/?version=latest
        :target: https://sckg.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




A Software Concept Knowledge Graph


* Free software: MIT license
* Documentation: https://sckg.readthedocs.io.

Prerequisites
--------------


1. Spacy 3.0 以及对应的模型。

    其中模型有两种选择，
    - 一种是更加大而慢的，en_core_web_trf
    ```
    pip install -U pip setuptools wheel
    pip install -U spacy-nightly --pre
    python -m spacy download en_core_web_trf
    ```
    - 一种是小而快的，en_core_web_sm，目前我们先用小而快的
    ```
    pip install -U pip setuptools wheel
    pip install -U spacy
    python -m spacy download en_core_web_sm
    ```

Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.0 (2021-11-01)
------------------
* First release on PyPI.

0.1.1 (2021-11-05)
------------------

0.1.2 (2021-11-05)
------------------

0.1.3 (2021-11-05)
------------------

0.1.4 (2021-11-09)
------------------

0.1.5 (2021-11-09)
------------------

0.1.6 (2021-11-12)
------------------

0.1.7 (2021-11-16)
------------------

0.1.8 (2021-11-23)
------------------
add get common upper concepts method

0.1.9 (2021-11-24)
------------------
add get upper concepts method
modify error

0.1.10 (2021-11-24)
--------------------
add find_longest_concept_from_sentence method

0.1.11 (2021-12-28)
--------------------
add get_random_node method

0.1.12 (2021-12-29)
--------------------
modify get_random_node method

0.1.13 (2021-12-31)
--------------------
modify get_random_node method

0.1.14 (2022-1-2)
--------------------
add find_out_facet_of_relation_concept_by_id method

0.1.15 (2022-1-4)
--------------------
add find_out_is_a_relation_concept_by_id method

0.1.16 (2022-1-5)
--------------------
add get_relation_mehod

0.1.17 (2022-1-6)
--------------------
[modify]get_random_lasted_node

0.1.18 (2022-1-11)
--------------------
[modify]get_hot_concept



