Metadata-Version: 2.1
Name: sckg
Version: 0.1.33
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

0.1.19 (2022-3-10)
--------------------
[modify]get_concept_from_sentence(add label)

0.1.20 (2022-3-11)
--------------------
[modify] concept_from_sentence(isvalid)

0.1.23 (2022-3-31)
--------------------
[add] most related nodes

0.1.24 (2022-3-31)
--------------------
[update] most related nodes

0.1.25 (2022-4-15)
--------------------
[add] add neo4j searcher

0.1.26 (2022-4-18)
--------------------
[add] find_longest_valid_concept_non_stop_words_from_sentence method


0.1.27 (2022-4-18)
--------------------
[modify] calling interface

0.1.28 (2022-4-18)
--------------------
[modify] calling parameters

0.1.29 (2022-4-19)
--------------------
[modify] get concepts from sentence

0.1.30 (2022-4-21)
--------------------
[modify] modify some sckg neo4j

0.1.31 (2022-4-22)
--------------------
[modify] modify softwareKG search

0.1.32 (2022-4-22)
--------------------
[add] file expiration

0.1.33 (2022-4-29)
--------------------
[modify] distinguish between remote and local softwareKG services


